You install WebSphere MQ for Linux . You try to create a queue manager using the crtmqm command and It fails because it could not open the MQSeries message catalog (amq.cat).
Symptom
[mqm mqm]$ crtmqm -q F.QMGR
AMQ6090 WebSphere MQ was unable to open a message catalog to display an error message for message id hexadecimal %6, with inserts %1, %2, %3, %4, and % 5.
AMQ6090 WebSphere MQ was unable to open a message catalog to display an error message for message id hexadecimal %6, with inserts %1, %2, %3, %4, and % 5.
Cause
Directory /usr/share/locale/C , had insufficient permissions (700).
Resolving the problem
Change directory /usr/share/locale/C to 555 (r-xr-xr-x).
These problems are generally permissions problems. Verify the file permissions on the WebSphere MQ message catalog (amq.cat) and every directory element for the path. By default the WebSphere MQ message catalog will be in:
/usr/share/locale//LC_MESSAGES/amq.cat
Note: Substitute your language for
Comments
Post a Comment