I can't do that as I can't alter the log shipping plan - as soon as it opens the the log shipping tab the error appears then it throws me out
Main Topics
Browse All TopicsHi
I had log shipping implemented on a database but, due to WAN problems the primary and shipping servers can no longer contact the secondary server. However I cannot remove the log shipping maintenance plans as an attempt to do so (through EM) generates error "Unable to contact the specified server. Make sure the server is running and the connection information is correct" and then throws me out of maintenance plan.
How can I force removal of this plan?
Many thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Here's the results - can't copy the headings though - is this OK gues you would be able to work out column headings for similar query on your system
0 1089 DBServer1 SQL Server SQLOLEDB DBServer1 NULL NULL 2005-05-07 14:11:41.403 NULL NULL NULL NULL 0 0 DBServer1 0 1 0 0 0 0 1 0 0 0 1 0 NULL
1 1249 DBServer2 SQL Server SQLOLEDB DBServer2 NULL NULL 2006-01-12 11:34:05.310 NULL NULL NULL NULL 0 0 DBServer1 1 1 0 0 0 0 1 1 0 0 1 0 NULL
You may consider modifying the DBServer2 line 1 so that it points out to some other server...This assumes DBServer2 is the server that can not be contacted...
WARNING: turn off service and copy the master.MDF and master.LDF first so that you can go back in case the procedure would not work...
That may work...
<<That didn't appear to make any difference.>>It should work..Did you run both statements separately? Don't forget to put it back to what it was...
Now about grading...you should read this from EE gudelines below...Keep in mind that experts do have access to your access to your grading history and will be less inclined to help if they find a pattern of low grades (B and C)
<<Grading at Experts Exchange is not like school. It's more like the "10-point Must" system in professional boxing; in other words, an answer is worth an A, unless it doesn't resolve your issue. If it requires you to do a little more research, or figure out one more piece of code, then it's worth a B. If you think it's not worth a B, the custom is to offer the Experts an opportunity to earn a better grade.>>
Good luck )
Hi
I did run the commands seperately i.e.
1) EXEC dbo.sp_configure 'show advanced option', '1'
GO
2) RECONFIGURE WITH OVERRIDE
GO
3) try to make change but still not able to.
That is why I awarded a grade of "Good" as opposed to "Excellent" as I had to do some research in order to find the "Allow system catalog update" setting. I though that was fair
Business Accounts
Answer for Membership
by: RacimoPosted on 2006-05-12 at 01:27:36ID: 16665546
Try pointing the linked server to a 'dummy' linked server available then try to remove it again...Hope this helps...