MQCAxxxx: administration client messages
Parent topic: IBM MQ Internet Pass-Thru messagesMQCAE001 Unknown host: <insert_1>
Explanation
The MQIPT host cannot be found.User response
Check the host name was specified correctly. Try to PING the host name or use its IP address.MQCAE002 The following error was reported by the system: <insert_1>
Explanation
An error has occurred while communicating with MQIPT.User response
Review the text of the error message and take the appropriate action.MQCAE023 MQIPT did not recognize your password
Explanation
An incorrect password was specified when issuing an administrative command to MQIPT.User response
Ensure that the correct password is entered when issuing administrative commands to MQIPT.MQCAE024 MQIPT <insert_1> has not recognized the command
Explanation
An error has been detected while communicating with the MQIPT.User response
Ensure that the mqiptAdmin command is at the same version or higher than the MQIPT instance being administered. If the condition persists, contact IBM Software Support.MQCAE026 Remote shutdown is disabled on MQIPT <insert_1>
Explanation
MQIPT has received a request to shut down but cannot proceed because remote shutdown is not enabled.User response
To enable remote shutdown of MQIPT, edit the configuration file and set the RemoteShutDown property to true.MQCAE057 Invalid port number specified
Explanation
An invalid port number was specified as a parameter to a command.User response
Specify a valid port number in the command parameters.MQCAE058 No local instance of MQIPT found with the name <insert_1>
Explanation
No active local instance of MQIPT with the specified name was found by the mqiptAdmin command.User response
Specify the name of an active instance of MQIPT as a parameter to the mqiptAdmin command. The instance of MQIPT must be running on the local machine under the same user ID as the mqiptAdmin. Alternatively, on UNIX and Linux, mqiptAdmin can be run as root. To list active local instances of MQIPT, use the -list option of the mqiptAdmin command.MQCAE059 MQIPT <insert_1> is already shutting down
Explanation
A command was sent to MQIPT, but the MQIPT instance is already shutting down.MQCAE060 Local administration is disabled
Explanation
A command was sent to local instance of MQIPT, but local administration is disabled.User response
Either enable local administration using the LocalAdmin property, or administer MQIPT using the command port.MQCAE061 Error establishing TLS connection to MQIPT: <insert_1>
Explanation
An error occurred when the mqiptAdmin command tried to establish a TLS connection to MQIPT. Details of the exception that was thrown follow this message.User response
Examine the details of the exception in the message. Ensure that the TLS configuration for the mqiptAdmin command is correct.- The properties file must contain the name of the trust store to be used by mqiptAdmin to validate the identity of the remote MQIPT instance, and the password to access the trust store.
- The trust store used by mqiptAdmin must contain the the CA certificate of the CA that signed the MQIPT server certificate.