Hello,
I was trying to setup logshipping with scripts and accidentally ran both the scripts (primary and secondary) on the same instance. I noticed that immediately and disabled the logshipping information and set it back normally and its working fine. If I look at the transaction log shipping report it shows everything is synced up. However I am getting alerts that log has not been restored for xyz minutes. To ensure that this alert is from first LS setup I have disabled logshipping. And I am still getting the alerts.
Right now there is no setup for LS and I am still getting these alerts.
The query select * from msdb.dbo.log_shipping_primary_databases returns nothing but
select * from msdb.dbo.log_shipping_secondary_databases returns a row.
How do I get rid of this log restore failure error?
Thanks