BIP5606
Severity
20 : ErrorMessage
The element or group '<insert_0>' has a length of zero and repeats an unbounded number of times within parent '<insert_1>' at offset '<insert_2>' in the bitstream.Explanation
The TDS Parser is unable to parse an element or group that has a length of zero and repeats an unbounded number of times because it cannot determine the actual number of repeats of the element or group in the message.Response
If '<insert_0>' is a simple element and it is intended that it repeats an unbounded number of times and the length of the element is defined within the message model, update the model for element '<insert_0>' so that it has its length property set to be >= 0. Alternatively if the length of element '<insert_0>' is determined by a reference to another element in the message, update the value of this element in the bitstream so that it has a value >= 0. If '<insert_0>' is a complex element or a group and it is intended that it repeats an unbounded number of times check that at least one of its children has a length >= 0. If it is not intended that element or group '<insert_0>' repeats an unbounded number of times update the message model so that the Max Occurs property has a value >= 0.