BIP5623
Severity
20 : ErrorMessage
The element or group '<insert_0>' is defined by its Data Pattern property as having a hexadecimal value, but the input message does not use a single-byte code page.
The Data Pattern property value is: <insert_2>
The code page used is: <insert_1>Explanation
Hexadecimal values (identified by \xNN) within a Data Pattern property are only supported when parsing messages that are encoded in single-byte code pages.Response
As appropriate:
Change the Data Pattern property for the element or group within the message model so that it does not specify hexadecimal values. Redeploy the message set to the broker.
Modify the data of the input message to be encoded in a single-byte code page. Resubmit the message to the broker.