Rational Developer for System z

IRZ0967S

Language structure to XML conversion could not complete in procedure PROCEDURE-NAME because the maximum output message size of SIZE characters was exceeded while creating the outbound XML document.

Explanation

Language structure to XML conversion supports generation of XML messages whose length falls within certain compiler limits. Whitespace suppression and entity reference expansion is performed during creation of the XML document. Entity reference expansion increases the size of a message in relation to the number of special characters in the source language structure that need to be represented as one of the five predefined entity references in XML.

System programmer response

Avoid the use of the five predefined entires in XML when populating the language structure or define an auxiliary language structure(s) to generate the output XML in segments.

System action:
The converter will either signal a Language Environment condition or, if the optional feedback code argument is provided, a condition token representing the condition will be placed in the argument.

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)