Error 1000167

Message text

Cannot %3 table %2 because of RI concurrency conflict. %1

Item

Value

SQLCode

-1000167

Constant

EMSG_RI_CONCURRENCY_CONFLICT

SQLState

QDB67

ODBC State

ERROR

Parameter 1

origin of the exception

Parameter 2

name of table undergoing the given operation

Parameter 3

operation being performed on the specified table (load/insert/delete/truncate)

Probable cause

You tried to delete, truncate, or update the candidate key at the same time its corresponding foreign key was being loaded/inserted/updated.