Quantcast
Channel: SQL Server Replication forum
Viewing all articles
Browse latest Browse all 4054

Transactional replication and Async Database Mirroring

$
0
0

SQL 2008 R2 Enterprise edition.

Server A--publisher and principal

Server B--distributor (Push subscription)and subscriber

Server C--mirror

The issue I have is:

When the replication failsover to the mirror server(I have set the publisherfailover partner to mirror server) replication works fine but when I want to see the replication monitor I register the distributor and publishers.

I see the publication under the new principal(former mirror).when I click on subscription watch list window to view details of the subscription it throws error'The start context provided for this detail window is incomplete.the following input is missing LogReaderAgentName(replication Monitor)'.

Cannot  access a disposed object.

objectname:DWForm

When I right click on the replication publication in SSMS to view the log reader agent status and synchronization status it throws error'unable to display agent status'.

When I try to look into the publication properties on my new principal Subscription option 'only functions and extended stored procedures can be executed from within function error 557'

When I look into the Publication Access list property 'could not find the distributor or the distribution database on local server.it may not be installed or not configured as publisher at distributor.error 14071'.

I have registered the mirror server which is my nerw principal as publisher when I configured remote distributor wondering why this error?

When I look into the agent security property ''error 20036 distributor is not installed properly'

IS this the expected behavior of the replication when it failsover to the mirror server(which becomes the new principal) or something is wrong here?

Appreciate your quick response on this.

Regards

Shwetha


Viewing all articles
Browse latest Browse all 4054

Trending Articles