I have the following db mirror setup already running for long time:
SQLServerA(Principal) --- SQLServerB(Mirror)
Now I set up replication as follows:
SQLServerC is the distributor and subscriber
The replication has been setup from SQLServerA(publisher) to SQLServerC(subscriber)
After couple of weeks there was a mirror failover from SQLserverA to SQLserverB.
Now SQLServerB is principal; SQLserverA is mirror.
I have gone into the log reader and snapshot agent jobs on the distrubutor and added the parameter
-PublisherFailoverPartner [SQLServerA]
Then after that tried to run the snapshot job to reinitialize the subscription, but the snapshot job failed.
And also the logreader agent job is saying as between retries.
Any ideas?
sqldev