-20444   AN ERROR OCCURRED IN A KEY-EXPRESSION EVALUATION IN index-name INFORMATION RETURNED: SQLCODE: sqlcode, SQLSTATE: sqlstate, MESSAGE TOKEN token-list AND RID X rid

Explanation

During evaluation of an index key-expression for a data change statement, an SQL error condition was encountered:
index-name
The index involved when the error occurred.
sqlcode
The SQLCODE received by the key-expression evaluation.
sqlstate
The corresponding SQLSTATE for the SQLCODE received by the key-expression evaluation.
token-list
The list of tokens from the original SQL error. This list might be truncated.
rid
The RID of the row which fails the key-expression evaluation.

System action

The statement cannot be processed.

System programmer response

Use the index name and RID number to determine the failing row of the table. If the index definition is available, use the column values of the failing row to determine the failing key-expression.

Programmer response

Contact your database administrator to determine why the index specified in the message received the error.

SQLSTATE

560CM