Hello. I am getting the followin error while trying to set up Log Shipping in SQL 2005 Standard Edition. Please note that I can set it up on the other two instances on this box. Log shipping is not installed on this instance. (Microsoft SQL Server, Error: 32018) Any help you can provide on this would be greatly appreciated.
Hi, At what point you are getting this message!! Did you tried alternate method for configuring replication http://msdn.microsoft.com/en-us/library/ms188708.aspx
Log shipping is not a program or utility to install within SQL 2005, in its most simple terms, it is the backup of a database's log files on one server and applying them to another server. If you are using 2005, here is a good link on how to set it up: http://msdn.microsoft.com/en-us/library/ms188698.aspx. Can you explain how you are trying to enable it (steps)?
I have tried two ways of setting it up, both through SQL Management Studio. The first one is to simply right click on the source database and then click Tasks and then Ship Transaction Logs. After I click that I get the error I mentioned previously. The second method is to right click on the source database and then choose Properties. On the Properties screen, I select Transaction Log Shipping. After I click that, I get the error. Thanks