Start of change

DSNU844I csect-name CORRUPTED XML DOCUMENT IN XML TABLE SPACE database-name.space-name FOR XML COLUMN column-name FOUND. DOCID document-id

Explanation

The CHECK DATA utility found a corrupted XML document.

csect-name
The name of the control section that issued the message.
database-name.space-name
The name of the XML table space that was checked, qualified by the name of the database.
column-name
The name of the XML column.
document-id
The hexadecimal document identifier.

System action

The system action depends on options that were specified for the CHECK DATA utility:

SHRLEVEL REFERENCE and either AUXERROR REPORT or XMLERROR REPORT
This error is reported.
SHRLEVEL REFERENCE and either AUXERROR INVALIDATE or XMLERROR INVALIDATE
The corrupted XML document is deleted from the XML table space, the XML column is set to an invalid state, and the base table space is set to an auxiliary warning state.

User response

Take the appropriate action for the CHECK DATA option that was specified:

SHRLEVEL REFERENCE and either AUXERROR REPORT or XMLERROR REPORT
Run the CHECK DATA utility with either the AUXERROR INVALIDATE option or the XMLERROR INVALIDATE option to delete the invalid XML document and set the base table XML column to an invalid state.
SHRLEVEL REFERENCE and either AUXERROR INVALIDATE or XMLERROR INVALIDATE
Either update the XML column or delete the base table row. Then run the CHECK DATA utility with the AUXERROR INVALIDATE option. If all XML documents are structurally valid, the auxiliary warning status will be reset.

Severity

4 (warning)

End of change