Technote (troubleshooting)
Problem(Abstract)
Deploying a flow results in a BIP1004S: The message could not be found in resource bundle BIPmsgs. Inserts: Map failed {1} {2} {3} {4} {5}
Symptom
When attempting to deploy a bar file from the Message Broker Toolkit that contains a WebSphere Transformation Extender Map Node, the following errors are observed:
BIP2087E: Broker <broker name> was unable to process the internal configuration message.
The entire internal configuration message failed to be processed successfully.
Use the messages following this message to determine the reasons for the failure. If the problem cannot be resolved after reviewing these messages, contact your IBM Support center. Enabling service trace may help determine the cause of the failure.
BIP4041E: Execution group '<execution group name>' received an invalid configuration message. See the following messages for details of the error.
The broker was asked to deploy a message flow which contained properties that were not recognized by the broker. This typically results from a message flow requiring a version or type of node that is not supported by the broker installation.
Check that the message flow is only using properties or nodes that are supported on the broker. Check that all necessary user-defined extensions are installed and that they are of a version that is compatible with the message flow.
BIP1004S: The message could not be found in resource bundle BIPmsgs. Inserts: Map failed {1} {2} {3} {4} {5}
Cause
Permissions are not set properly with the dtxwmqi.sh script
Diagnosing the problem
Review the permissions associated with the dtxwmqi.sh script located in the ${MQSI_WORKPATH}/common/profiles/ directory.
Resolving the problem
Modify the permissions so that the Message Broker user id has permission to read and execute the dtxwmqi.sh script. Typical permissions are:
-rwxr-xr-x 1 mqbrkrs staff 3847 Jan 17 13:09 dtxwmqi.sh
User and group id's are dependent upon server configuration. It is the permissions that are relevant to this resolution which should be set to -rwxr-xr-x. Settings of these permissions can be accomplished by issuing the following command:
chmod 755 dtxwmqi.sh
Product Alias/Synonym
WTX Mercator Ascential
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.