Version
All versions
Explanation
Unable to perform replication.
Cause
This error message is output if the replicated table does not have a primary key.
Action
One of the replication restrictions is that a replicated table must have a primary key column.
This is because primary key columns are used to check data consistency.
To fix this error, use the ALTER TABLE statement to create a primary key column and try again.
Reference
N/A