BIP5505
Severity
20 : ErrorMessage
A data conversion failed because the data was invalid.
Type of data being read: <insert_0>
Data: <insert_1>Explanation
Data conversion when reading or writing a message failed because the input data was invalid for the output data type.Response
Review other error messages for details of the message set and message type.
Check that the message model is correct and that the processed message is of the expected format and type. Specifically, the following actions might help to resolve the problem:
1. Check that the bit stream is correctly aligned with the model. For example, check the lengths of input elements against the model.
2. Check that the input message has the correct Encoding and Coded Character Set ID applied to the message body.
3. Check that the input message has an appropriate WebSphere MQ format applied to the message body.
4. If the error occured for a numeric field then check that the input data is compatible with the physical format settings defined in the model.
5. If the input message is incompatible with the MRM model definitions then check the message at source.