BIP5294

Severity

20 : Error

Message

The MRM Bitstream Worker associated with Message Format '<insert_3>' is not valid.

Explanation

The required bitstream worker (MRM parser) for Message Set/Message Format pair (<insert_2>, <insert_3>) is not valid. Although the bitstream worker library has been successfully loaded, it is not valid for the requested message format. It is possible that your installation is incomplete or has been corrupted.

Response

The bitstream workers are loaded when the message broker starts an Execution Group (DataFlowEngine instance).
Check the Application event viewer (or system log) for error messages when the broker is started or when a message set is deployed to the broker.
Check that the appropriate bitstream worker library file (dll or shared object) exists in the correct directory and that any library paths are valid. On a windows platform these library files should be located in the \bin directory. On all other platforms the files should be located in the /lib directory.
The following list identifies the relationship between an MRM parser and the required library files :
Custom Wire Format (CWF) : 'bipcwfworker.wrk' or 'bipcwfworker64.wrk'
Tagged/Delimited Format (TDS) : 'biptdsworker.wrk' or 'biptdsworker64.wrk'
MRM XML Format : 'bipxmlworker.wrk' or 'bipxmlworker64.wrk'
If the problem cannot be resolved it is recommended that you reinstall the product.