BIP5316
Severity
20 : ErrorMessage
MRM Bitstream Worker library load error.Explanation
The message broker has attempted to load the <insert_1> bitstream worker. However, this attempt was unsuccessful.
The bitstream worker libraries are used by the MRM domain to process messages with a particular physical representation. 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'
Attempts to process messages with the physical representation identified above will not be successful until this problem is resolved.Response
The bitstream workers are loaded when the message broker starts an Execution Group (DataFlowEngine instance).
Check that the <insert_1> bitstream worker library (dll or shared object) exists in the correct directory. 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.
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.
Also check that the user id the broker is executing under has sufficient privileges to load the file.