Hello,
Log shipping (Stand by)stopped working after changing the network path location of log backup to new share location.Am getting error like An entry for primary server , primary database Open fire does not exist on this secondary. Register the primary first.
Later I re configured log shipping and it is started working.
Is there any best solution for without breaking log shipping we can achieve.
I Execute this command in primary server but no luck.
exec master.dbo.sp_change_log_shipping_secondary_primary
@primary_server = ***,
@primary_database = DB,
@file_retention_period =14020
Cheers,