BIP5343
Severity
20 : ErrorMessage
No physical format descriptor was found when a message in message set '<insert_0>' was being processed.Explanation
The physical format name determines the parser or writer which will be used to process a message. The message did not specify a physical format in its message properties, and the message set ('<insert_0>') did not provide a default. This means that the message cannot be parsed or written.Response
Ensure that a physical format is supplied. You can specify the physical format name in the 'format' field of the RFH2 header, in the input node properties, or in the 'Default Wire Format' property of the message set.
Supply a physical format name in the properties of the message, or input node of the flow. Alternatively set a 'Default Wire Format' for the message set and redeploy. Check that the message set was deployed successfully.