replication- PPTR

  • PPTR replication is failing with following error. I am kind of new to replication. Please advise how to proceed. thanks

    Violation of PRIMARY KEY constraint 'PK_table'. Cannot insert duplicate key in object 'dbo.table'. The duplicate key value is (1138075, 1396120, Oct 15 2010 12:00AM, Jun 30 2014 12:00AM, LD). (Source: MSSQLServer, Error number: 2627)

  • It means, in the subscriber, there is already a row with primary key value.

    You need to fix that row.

    After that replication should continue without any issue.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply