MSIR.0710 XML doc parse error: (reason) near or before position (pos) (end_flag)

From m204wiki
(Redirected from MSIR.0710)
Jump to navigation Jump to search

This message indicates that an error occurred while parsing an XML document. reason indicates the cause of the error. pos indicates the input position (in bytes) of the Janus SOAP parsing routine when the error was detected. This position may be either quite near the error, or after some point at which the error could be detected. For example:

<Customer Cust:Name="Dave" xmlns:Cust="http://Customer.Info"/>

The missing declaration for the prefix "Cust" is not detected until the parser detects the ">" denoting the end of the element's start tag. end_flag is the null string or is the string (end of input), which indicates that the error occurred after the end of the input string.

This message is followed by a message (MSIR.0711 or MSIR.0712) which echoes the input XML document, or is followed by a fragment of it which is at or near the location in the string at which the error was discovered.

This is an informational message and is not displayed on the user's terminal.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages