Rational Developer for System z

IRZ0503S

Language structure to XML conversion could not complete in procedure PROCEDURE-NAME because an attempt to increase the size of the XML output buffer from OLD-SIZE to NEW-SIZE bytes failed with return code RETURN-CODE and runtime message RUNTIME-MESSAGE.

Explanation

In the top-down scenario, language structure to XML conversion allocates an initial XML output buffer that is reallocated to a larger size whenever a write would exceed the currently allocated space. How reallocation of the XML output buffer is performed depends on the target runtime environment. When language structure to XML conversion is executed in IMS™ Connect, reallocation of the XML output buffer is performed by having the XML converter call an IMS Connect XML Adapter API that supports buffer pooling and allows IMS Connect to maintain the lifetime of the storage.

System programmer response

Increase the amount of storage available in the runtime environment in which language structure to XML conversion is executing.

System action:
There are two possibilities:
  • If the optional feedback code argument is provided then the converter places in the argument a condition token representing the condition.
  • Otherwise the converter signals an IBM® z/OS® Language Environment® condition.

Terms of use | Feedback

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