Previous Topic: -261 - UNIQUE constraint-name COLUMN column-name NOT FOUNDNext Topic: -263 - DUPLICATE KEY <keyname> VALUE REJECTED DBID <dbid> TBL <tbl>


-262 - REFERENCING TABLE xxx.xxx IN CHECK-RELATED STATE

Explanation

An attempt to delete or update a referenced Primary/Unique key value has been rejected because the referencing table is in a CHECK state. The referencing table is indicated in the message.

The SQLSTATE that equates to this SQL return code is 55S01.

User Response

Run the CONFIRM function of DBUTLTY to take the referencing table out of CHECK state.