IGZ0286S   XML to language structure conversion could not complete in program PROGRAM-NAME because the content for element ELEMENT-NAME had a length greater than or equal to INPUTLEN characters which was too long for the converter to process.

Explanation

XML to language structure conversion maintains a buffer for character content that has a maximum size equal to 10 times the size of the largest item in the target language structure. The content of an element was longer than expected.

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.

Programmer response

Correct the input XML message. Ensure that the message is valid according to the XML Schema upon which the XML to language structure converter is based.

Symbolic Feedback Code

IGZ08U