BIP5313

Severity

20 : Error

Message

Message Format '<insert_3>' does not match a Wire Format Identifier or a Format Name.

Explanation

The Message Format is used to identify a Physical Format layer in the message set (via the Wire Format Identifier of the layer).
Message Set <insert_2> did not contain any Physical Format layer with a Wire Format Identifier of '<insert_3>'.
The Message Format can also identify a bitstream worker by its name, but '<insert_3>' is not a valid name for a bitstream worker. 'xml','cwf','tds' and 'pdf' are valid names, and others may be available on your system.

Response

If the Message Format was intended to identify a Physical Format layer, check that the Message Format has been specified correctly, and check that the message set has been deployed successfully.
If the Message Format was intended to refer to a bitstream worker, check that the appropriate bitstream worker file (dll or shared object) exists in the correct directory.
E.g. On NT if we send an XML message to the broker we should have the file bipxmlworker.wrk in the /bin directory. Other platforms should have the .wrk files in the /lib directory.
Ensure that all the required workers are available and have loaded without error.