BIP5446
Severity
20 : ErrorMessage
Invalid Data Length associated with Element <insert_0>.Explanation
The TDS parser could not extract data from the bitstream for Element (<insert_0>) as an invalid length (<insert_1>) was calculated at offset (<insert_2>).
When parsing a complex type or group with Data Element Separation of 'Tagged Encoded Length', this error has occurred because the value resulting from the data length in the bitstream, combined with the value of the 'Extra Chars In Encoded Length' property, resulted in a negative number.
When parsing a complex type or group with Data Element Separation of 'Fixed Length', this error has occurred because the value of the element referenced by the 'Length Value Of' is a negative number.Response
Check the value parsed for previous elements in the bitstream, as an error in their length may have resulted in the misinterpretation of the wrong values from the message bitstream as a length value.