BIP5294
Severity
20 : ErrorMessage
Resource Manager: Bitstream Worker cannot be found: Message Set '<insert_2>', Message Format '<insert_3>'.Explanation
The required bitstream worker for Message Set/Message Format pair (<insert_2>, <insert_3>) has not been installed. This means that either the message format had not been specified properly, the installation is not valid (corrupted or incomplete) or that an unknown bitstream worker has been requested at resource registration time or at run time.Response
The bitstream workers are loaded when the MtiImbParser.lil is loaded when the 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 resource is deployed to the broker. Check that the appropriate bitstream worker file (dll or shared object) exists in the correct directory. E.g. On Windows 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.