MSIR.0685 (XPath error reason) near or before position (pos):: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This message indicates that an error occurred while parsing an <var>[[XPath#XPath_syntax|Xpath expression]]</var> argument. ''''XPath_error_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 may be either quite near the error, or after some point at which the error could be detected.  
{{DISPLAYTITLE:MSIR.0685 (XPath_error_reason) near or before position (pos)}}
This message indicates that an error occurred while parsing an [[XPath#XPath_syntax|Xpath expression]] argument. '''''XPath_error_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.  


This message is followed by a message (MSIR.0664) which echoes the input XPath expression, or a fragment of it which is at or near the location in the string at which the error was discovered.
This message is followed by a message (MSIR.0664) which echoes the input XPath expression, or a fragment of it which is at or near the location in the string at which the error was discovered.


[[Category:Sirius Mods messages]]
{{Template:MSIR.0685 footer}}
[[Category:MSIR.0600 - MSIR.0799]]

Latest revision as of 23:33, 3 March 2017

This message indicates that an error occurred while parsing an Xpath expression argument. XPath_error_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.

This message is followed by a message (MSIR.0664) which echoes the input XPath expression, or a fragment of it which is at or near the location in the string at which the error was discovered.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages