| Event Information | According to Microsoft
Cause: If this error occurred on the primary server, this database is already configured as the source database in a log shipping pair. The information about source databases in log shipping is stored in msdb.dbo.log_shipping_databases on the primary server. If this error occurred on the secondary server, this database is already configured as the destination database in a log shipping pair. The information about destination databases in log shipping is stored in msdb.dbo.log_shipping_plan_databases on the secondary server. Resolution: If the error occured on the primary server, execute sp_delete_log_shipping_database for the specified source database on the primary server. If the error occured on the primary server, execute sp_delete_log_shipping_plan_database for the specified destination database on the secondary server.
|