BIP5446
Severity
20 : ErrorMessage
The data length associated with element '<insert_0>' was invalid.
Length '<insert_1>' calculated from offset '<insert_2>' is invalid.Explanation
The MRM TDS parser could not extract data from the bit stream for element '<insert_0>', because an invalid length ('<insert_1>') was calculated at offset ('<insert_2>').
During the parsing of a complex type or group with Data Element Separation of 'Tagged Encoded Length', this error occurred because the value resulting from the data length in the bit stream, combined with the value of the 'Extra Chars In Encoded Length' property, resulted in a negative number.
During the parsing of a complex type or group with Data Element Separation of 'Fixed Length', this error 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 bit stream, as an error in their length might have resulted in the misinterpretation of the input message bit stream, resulting in the wrong value being used as a length value.