Error codes
The following table contains the issues you might face while monitoring your IBM MQ environment and the resolutions.
Error code | Description | Resolution |
2400 | #mqrc 2400 Exception in case of invalid cipher, that is cipher is not valid or not supported. | Ensure that the cipher provided in TLS configured IBM-MQ channel is a valid cipher. |
2397 | mqrc 2397 Exception in case ciphers are valid but not matching at the Java client side and IBM MQ side. | Ensure that ciphers at both sides are valid and matching. |
2538 | MQRC_HOST_NOT_AVAILABLE Exception in case host is not valid, not available, or not reachable. | Ensure that the hostname is valid and reachable from the client side, and the port is valid and available. |
2058 | MQRC_Q_MGR_NAME_ERROR Exception in case of wrong queue manager name. | Ensure that a valid queue manager name is provided. |
2035 | MQRC_NOT_AUTHORIZED In case of an invalid username or password, or in case of a user not having the authorization to access the specified queue manager. | Ensure that a valid username and password are provided. |