March 13, 2012 at 1:48 am
We got the error Replication failed with primary key vioaltion at the subscriber end ?
what are the reasons for this and how to solve it?
March 13, 2012 at 2:06 am
Check the table and its dependent objects. One of the objects in your replication set up would have missed.
March 13, 2012 at 2:07 am
The replication agent is trying to insert a duplicate primary key at the subscriber.
You will need to remove the row that was inserted at the publisher to resolve the error.
If the table contains an identity column, you may want to consider automatic identity range management and/or marking the identity column as NOT FOR REPLICATION.
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply