Incompatible primary key constraints

The most common primary key problems are:

All these problems can allow a replicated operation that attempts to create a row with non-unique data in the replicate table’s primary key column (or columns).

To avoid primary key problems in a replication system, you can either remove the primary key constraint on the replicate table, or: