DSNU845I csect-name XML DOCUMENT IS MISSING FOR XML COLUMN column-name IN BASE TABLE creator-name.table-name. DOCID document-id

Explanation

A base table row contains an XML document, but the XML document is not found in the corresponding XML table.

csect-name
The name of the control section that issued the message.
column-name
The name of the XML column.
creator-name.table-name
The name of the base table, qualified by the name of the creator of the table.
document-id
The hexadecimal document identifier.

System action

The system action depends on the SHRLEVEL option that was specified:

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

Programmer response

Take the appropriate action for the SHRLEVEL option that was specified:

SHRLEVEL REFERENCE and either AUXERROR REPORT or XMLERROR REPORT
Run the CHECK DATA utility with the SHRLEVEL REFERENCE and either AUXERROR INVALIDATE or XMLERROR INVALIDATE options to 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 SHRLEVEL REFERENCE and either AUXERROR INVALIDATE or XMLERROR INVALIDATE options. If all XML errors were corrected, the auxiliary warning status will be reset.

Severity

4 (warning)