Start of change

-20326   AN XML ELEMENT NAME, ATTRIBUTE NAME, NAMESPACE PREFIX, OR URI ENDING WITH string-end EXCEEDS THE LIMIT OF 1000 BYTES

Explanation

The DB2® database manager generated an internal identifier for an element name, attribute name, namespace prefix, or URI. After conversion of the identifier to the Unicode UTF-8 encoding scheme, the length of the identifier exceeded the limit of 1000 bytes.

string-end
The ending characters of the string that exceeded the limit.

System action

The statement cannot be processed.

User response

Modify the element name, attribute name, namespace prefix, or URI to be shorter. Issue the SQL statement again.

SQLSTATE

54057

End of change