Text | Wrong URL syntax. |
Expl. | REQUEST DOCUMENT needs the correct syntax of the requested URL at operand1. The syntax of the specified URL was not correct. No protocol type or an unsupported protocol type was specified with operand1. |
Actn. | Correct the URL of operand1 and run the program again. |
Text | Request method :1: not supported. |
Expl. | REQUEST DOCUMENT has been advised by a user-defined header "REQUEST̲METHOD" to use a different request method. The REQUEST DOCUMENT statement does not support the specified request method. |
Actn. | Delete the header value, or change the header "REQUEST̲METHOD" to
a valid value. |
Text | Internal error with REQUEST DOCUMENT statement. |
Expl. | An internal error has occurred while executing a REQUEST DOCUMENT
and writing back error messages. |
Actn. | Contact Software AG support. |
Text | HTTP request failed. Reason :1:. |
Expl. | The REQUEST DOCUMENT statement has received an error from the transport layer. |
Actn. | Contact Software AG support. |
Text | Header :1: is longer than the receiving variable. |
Expl. | The REQUEST DOCUMENT statement has returned a header value which
is longer than the receiving variable. |
Actn. | Use a GIVING clause to ignore this error, increase the length of the receiving variable, or use a dynamic variable. |
Text | Return value is longer than the receiving variable. |
Expl. | The REQUEST DOCUMENT statement has returned a value which is
longer than the receiving variable. |
Actn. | Use a GIVING clause to ignore this error, increase the length of the receiving variable, or use a dynamic variable. |
Text | Cannot convert header :1: to format :2: of receiving variable. |
Expl. | The REQUEST DOCUMENT statement has returned a header value which
is no valid alphanumeric representation of the format of the receiving variable. LASTMSG shows additional information about the header value. |
Actn. | Check the program and correct the error. Change the format of the receiving variable. |
Text | Required parts of Internet Explorer missing. |
Expl. | Request Document relies on technology delivered with Internet Explorer 4 or above. "wininet.dll" is particularly important. Request Document failed because required parts of the Internet Explorer are missing. |
Actn. | Install at least a minimum installation package for Internet Explorer 4 or above. |
Text | Error parsing XML document, line ... col. ...; msg. .... |
Expl. | The XML parser terminated with an error. The XML input document is syntactically invalid. The line/column at which the error occurred and the message returned by the parser are indicated in the error message. |
Actn. | Correct the XML input document. |
Text | Error during XML parser processing, reason .... |
Expl. | Possible reasons: 1: Error in parser access; XML parser not available. 2: Parser instance request failed; new instance not available. 3: Parser initialization failed. 4: XML input document is invalid. 5: Unsupported encoding is used. 6: Internal parse save-area stack overflow. 7: Resizing of parse operand failed. |
Actn. | Check the XML parser condition or XML document. |
Text | GETMAIN for ... failed; return code .... |
Expl. | Natural for XML is not able to allocate its internal buffers. Return code = 4 : Not enough storage. Return code > 4 : Internal error. |
Actn. | If return code = 4, increase the size of
thread/region/partition/task; otherwise contact Software AG support. |
Text | No Natural ICU handler available. |
Expl. | The Natural ICU handler is not available. Possible reason are: - The ICU handler module is not linked to Natural or cannot be loaded. - The session profile parameter for ICU is set to OFF. - An error occurred during the initialization of the Natural ICU. The Natural ICU handler is a prerequisite for the Natural XML handler. |
Actn. | Depends on the reason of the error. If an initialization error
has occurred, check the session initialization error messages. |
Text | Incompatible versions of Natural and Natural XML. |
Expl. | Version 4.2 of Natural XML can only be used with Natural Version 4.2.1 or above. |
Actn. | Use a compatible Natural version. |
Text | Unsupported operating/TP system. |
Expl. | Currently, Natural XML does not support BS2/UTM. |
Actn. | Use a supported environment. |
Text | Natural OS/TP driver is not LE370/CRTE enabled. |
Expl. | To use the REQUEST DOCUMENT statement, the OS/TP driver used must
be compiled with the option LE370=ON or CRTE=ON. |
Actn. | Install a driver with the requested option. |
Text | Module ... is missing in link-edit. |
Expl. | A module is missing in the link-edit of the Natural front-end stub. |
Actn. | Include the module in the link-edit. |
Text | Natural statements REQUEST DOCUMENT and PARSE disabled. |
Expl. | The profile parameter XML was set to "OFF". |
Actn. | Set the XML profile parameter or at least one of the subparameters RDOC or PARSE to "ON". |
Text | Natural XML initialization failed. |
Expl. | The reason for this failure is explained by the more detailed error message issued together with this error message. |
Actn. | See explanation of detailed message. |
Text | Natural statement PARSE is disabled. |
Expl. | The subparameter PARSE of the Natural profile parameter XML is
set to "OFF". |
Actn. | Change the PARSE subparameter value to "ON". |
Text | Natural statement REQUEST DOCUMENT is disabled. |
Expl. | The subparameter RDOC of the Natural profile parameter XML is set to "OFF". |
Actn. | Change the RDOC subparameter value to "ON". |
Text | Nested parse loops not allowed. |
Expl. | Natural detected a recursive call to the XML parser. |
Actn. | Correct program. |