MQCAxxxx: administration client messages

Parent topic: IBM MQ Internet Pass-Thru messages


MQCAE001 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.


MQCAE062 The file <insert_1> specified in the property <insert_2> does not exist or cannot be read.


Explanation

A property in the mqiptAdmin properties file refers to a file or directory which does not exist.


User response

Edit the properties file and specify the correct location for the file or directory.


MQCAE063 Properties file <insert_1> does not exist or cannot be read.


Explanation

The properties file specified with the -p parameter to mqiptAdmin does not exist or cannot be read.


User response

Ensure that the name of the properties file is specified correctly with the -p parameter, and that the file can be read by the user that is running the mqiptAdmin command.


MQCAE064 Error reading properties file <insert_1>.


Explanation

An error occurred when reading the properties file specified with the -p parameter to mqiptAdmin.


User response

Ensure that the name of the properties file is specified correctly with the -p parameter, and that the file is can be read by the user that is running the mqiptAdmin command.


MQCAE065 MQIPT <insert_1> has shut down.


Explanation

MQIPT has shut down while processing a command issued by mqiptAdmin.


MQCAE066 MQIPT command level <insert_1> is not supported by mqiptAdmin version <insert_2>.


Explanation

The mqiptAdmin command is connected to an instance of MQIPT which is at a command level that is not supported by this version of mqiptAdmin.


User response

Ensure that the mqiptAdmin command is always at the same version, or a higher version, than the instance of MQIPT it is connected to.


MQCAI025 MQIPT <insert_1> has been refreshed


Explanation

MQIPT has been updated by reading its configuration file.


MQCAI026 MQIPT <insert_1> has received shutdown request


Explanation

MQIPT has acknowledged receipt of a shutdown request and will now shut down.


MQCAI105 Sending <insert_1> command to MQIPT instance with name <insert_2>


Explanation

mqiptAdmin is sending the specified command to the local instance of MQIPT with the specified name.


MQCAI106 Local active instances of MQIPT:


Explanation

This message is displayed by the mqiptAdmin command to list the local active instances of MQIPT.


MQCAI107 No local active instances of MQIPT


Explanation

The mqiptAdmin command found no local active instances of MQIPT running under the same user ID as the mqiptAdmin command.


MQCAI108 If the command port is secured with TLS, we must specify the -s parameter to enable a secure connection.


Explanation

The mqiptAdmin command connected to MQIPT using an unsecured connection, but received a response that indicated that the command port is secured with TLS.


User response

To connect to MQIPT using TLS, specify the -s parameter to the mqiptAdmin command.


MQCAI109 The connection to MQIPT is secured with <insert_1>.


Explanation

The mqiptAdmin command has connected to MQIPT. The connection is secured using the indicated protocol.


MQCAW001 The connection to MQIPT is unsecured.


Explanation

The mqiptAdmin command has connected to MQIPT using an unsecured connection.


User response

None required. To connect to MQIPT securely using TLS, specify the -s parameter to the mqiptAdmin command.