The insert or update operation violated a primary key, unique
constraint, or unique index for column(s) {0} of table {1}. SQLcode:
{2}, SQLstate: {3} .
Explanation
The value of the primary key, which was passed to
the abortive insert or update operation, violated a primary key, unique
constraint, or unique index constraint. This happened either because
another process updated or inserted a data row using the values or
because an update operation was performed by using values that are
already in the database.
User response
Correct the value and try again.