MQCPxxxx: MQIPT messages
MQCPA104 Command complete from MQIPT server at <insert_1>
Explanation
A command sent by the mqiptAdmin command has been accepted and run by MQIPT.MQCPE001 Directory does not exist or is not a directory <insert_1>
Explanation
At MQIPT initialization, a required directory could not be found. This message refers to a directory specified either in the MQIPT configuration file mqipt.conf or in the MQIPT command line startup options on the default directory.User response
Specify the correct directory and retry the command.MQCPE004 Route startup failed on port <insert_1>
Explanation
It was not possible to start the route with the specified ListenerPort number.User response
An I/O error occurred during route startup. Check for other adjacent error messages and log records to provide further explanation of the problem.MQCPE005 The configuration file <insert_1> could not be found
Explanation
The MQIPT configuration file mqipt.conf could not be found in the specified directoryUser response
Specify the correct directory and retry the command.MQCPE006 The number of routes has exceeded <insert_1>. MQIPT will start but this configuration is unsupported
Explanation
Your configuration has exceeded the maximum supported number of routes for one instance of MQIPT. Operation will not be halted but the system might become unstable or overloaded as a result. Configurations that exceed the stated maximum number of routes will not be supported.User response
Consider starting additional instances of MQIPT with fewer routes per instance.MQCPE007 Route not restarted on listener port <insert_1>
Explanation
During a refresh operation, the route that was operating on the specified ListenerPort was not restarted with the new configuration.User response
Check for other adjacent error messages for further explanation of the problem.MQCPE008 Duplicate route defined for listener port <insert_1>
Explanation
More than one route has been defined with the same ListenerPort value.User response
Remove the duplicate route from the configuration file and retry the command.MQCPE009 Log directory <insert_1> is not valid
Explanation
The indicated log directory either does not exist or is not accessible.User response
Check the directory exists and is accessible by MQIPT.MQCPE010 Listener or command port number <insert_1> is not valid
Explanation
The port address supplied for the command port or listener port parameter is invalid.User response
Specify a valid port address that is free for use. For guidance on use of port addresses in your network, consult your network administrator.MQCPE012 The value <insert_1> is not valid for the property <insert_2>
Explanation
An invalid property value has been specified.User response
Refer to IBM MQ Internet Pass-Thru configuration reference for full details of the valid values for each property.MQCPE013 ListenerPort property was not found in route <insert_1>
Explanation
MQIPT has detected a route in the configuration file that does not contain a ListenerPort property. The ListenerPort property is the primary and unique identifier for each route, and is therefore mandatory.User response
Specify a valid ListenerPort property for the given route.MQCPE014 ListenerPort property value <insert_1> is not valid
Explanation
An invalid port address is specified for the ListenerPort property of a route.User response
Specify a port number in the range 0 to 65535 for each ListenerPort property in the MQIPT configuration file.MQCPE015 No text was found for message number <insert_1>
Explanation
An internal error has been encountered for which no description is available.User response
The mqipt.properties file may have become corrupted and the specified message number could not be found. Check that the mqipt.properties file is in the com.ibm.mq.ipt.jar file, and that the message number is in the mqipt.properties file. If you are using theMQIPT_PATH
environment variable, ensure it is set correctly.MQCPE016 The maximum number of connection threads is <insert_1> but this is less than the minimum number of connection threads, which is <insert_2>
Explanation
Your configuration file has specified the minimum number of connection threads with a value greater than the maximum number of connection threads.User response
This could be an error in a single route, a conflict between a global property and a route property, or a route property overriding the system default values. Refer to IBM MQ Internet Pass-Thru configuration reference for full details of the valid values and applicable defaults for each property.MQCPE017 The exception <insert_1> was thrown causing MQIPT to shut down
Explanation
MQIPT has abnormally terminated and has been shut down. This may have occurred because of system environmental conditions or constraints, such as memory overflow.User response
If the condition persists, contact IBM Software Support.MQCPE018 The ListenerPort property is blank - the route will not start
Explanation
The ListenerPort number has been omitted in a route.User response
Edit the configuration file and add a valid ListenerPort.MQCPE019 The stanza <insert_1> was not found before the following : <insert_2>
Explanation
A sequence error has occurred in the configuration file.User response
Edit the configuration file and make sure that all[route] stanzas
are after the [global] stanza.MQCPE020 The new value for MaxConnectionThreads is <insert_1>. This must be greater than the current value <insert_2>
Explanation
After the route has started, the MaxConnectionThread property can only be increased.User response
Edit the configuration file and change the MaxConnectionThread property.MQCPE021 The Destination property was not supplied for route <insert_1>
Explanation
The Destination property is mandatory for a route, but was omitted in the route specified.User response
Edit the configuration file and add a Destination property for the given route.MQCPE022 The <insert_1> value <insert_2> is outside the valid range 1 - 65535
Explanation
The value of the CommandPort or SSLCommandPort property is outside the range 1-65535.User response
Edit the configuration file and change the value of the indicated property to a valid port number.MQCPE023 Request to shut down MQIPT from the Administration Client at <insert_1> is ignored because remote shutdown is disabled
Explanation
An attempt to shut down the MQIPT remotely has failed because remote shutdown was not enabled in the configuration file.User response
To enable remote shutdown of MQIPT, edit the configuration file and set the RemoteShutDown property to true.MQCPE024 The command received by the MQIPT controller has not been recognized
Explanation
The MQIPT command port received a command that it does not recognize.User response
Check the mqipt.log file for the identity of the command.MQCPE025 Failed to connect to server on host <insert_1>, port <insert_2>: <insert_3>
Explanation
The mqiptAdmin command could not connect to MQIPT at the indicated network address and port number.User response
Ensure that the MQIPT command port is configured to listen on the indicated port, and that MQIPT is running on indicated host. Check the MQIPT console log for any errors that occurred when starting the command server.MQCPE026 No reply received from server on host <insert_1>, port <insert_2>
Explanation
The mqiptAdmin command did not receive a reply from MQIPT. This can occur if the request times-out, or if there is a problem with MQIPT.User response
Check the MQIPT console log and connection log for additional error messages.MQCPE027 Reply from MQIPT not recognized
Explanation
The mqiptAdmin command received a reply from MQIPT which it did not recognize.User response
Ensure that the mqiptAdmin command is at the same version, or a higher version, than the instance of MQIPT it is connecting to.MQCPE028 Invalid stanza detected : <insert_1>
Explanation
The stated unrecognized stanza has been found in the configuration file.User response
Only[global] and [route] stanzas are valid in
the configuration file.MQCPE029 Was not able to flush log output
Explanation
Some messages might not have been written to the log because the communication buffer could not be flushed.User response
Check that the MQIPT home directory file system is not full and that MQIPT still has access to write to the logs subdirectory.MQCPE034 Administration Client at <insert_1> did not supply the correct password
Explanation
The AccessPW property in the configuration file did not match that provided by the Administration Client.User response
Either change the AccessPW property in the configuration file or the saved password in the Administration Client.MQCPE035 Failed to start command listener on port <insert_1>
Explanation
An I/O error occurred starting the command port listener on the specified port.User response
Check the port number used for the CommandPort property in the configuration file.MQCPE042 There is a conflict with the following properties on route <insert_1> :
Explanation
Some properties can not be used with others. This message precedes the list of properties in conflict.User response
Check the following error messages and take the appropriate action.MQCPE043 ....<insert_1> and <insert_2>
Explanation
The two specified properties cannot both be set at the same time on the same route.User response
Edit the configuration file and remove one of the specified properties on the given route.MQCPE045 ....HTTP proxy or server name is missing
Explanation
The HTTPProxy or HTTPServer property must be set if the HTTP property has been set to true.User response
Edit the configuration file and define an HTTPProxy or HTTPServer for the given route.MQCPE048 Route startup failed on port <insert_1>, exception was : <insert_2>
Explanation
It was not possible to start the route with the specified ListenerPort number.User response
Check for other adjacent error messages and log records to provide further explanation of the problem.MQCPE049 Error starting or stopping the Java security manager <insert_1>
Explanation
An exception was thrown while trying to start or stop the Java security manager.User response
The Java security manager has previously been enabled, but runtime permissions have not been enabled. Add a RuntimePermission forsetSecurityManager to your local policy file. MQIPT must be restarted for the changes to take
effect.MQCPE050 Security exception on command port <insert_1>. The required permission is <insert_2>
Explanation
The MQIPT command server for the specified command port tried to listen on the command port or accept a connection, but a security exception was thrown as the specified permission has not been granted in the Java security manager policy. The exception might indicate that MQIPT is not permitted to listen on the specified command port, or that MQIPT is not permitted to accept connections from the specified host.User response
Ensure that java.net.SocketPermission permissions for the following actions
are granted in the Java security manager policy:
listenon the local port number of the command port.acceptconnections from any hosts that you want to allow to connect to the command port.
The Java security manager must be restarted by refreshing or restarting MQIPT for any policy changes to take effect.
MQCPE051 Security exception accepting a connection on route <insert_1>
Explanation
A security exception was thrown while accepting a connection on the specified route.User response
The Java security manager has previously been enabled, but permissions have not been granted for the host identified in the error message. To allow the host to connect on this route, add a SocketPermission to accept/resolve connections for the port specified by the route ListenerPort property. The Java security manager must be restarted for any changes to take effect.MQCPE052 Connection request on route <insert_1> failed : <insert_2>
Explanation
This message is issued in the connection log to record a security exception for a connection request.User response
The Java security manager has previously been enabled, but permissions have not been granted for the host identified in the error message. To allow the host to connect on this route, add a SocketPermission to accept/resolve connections for the port specified by the route ListenerPort property. The Java security manager must be restarted for any changes to take effect.MQCPE053 Security exception making a connection to <insert_1>(<insert_2>)
Explanation
A security exception was thrown while making a connection on the specified route.User response
The Java security manager has previously been enabled, but permissions have not been granted for the target identified in the error message. To allow MQIPT to connect to the target on this route, add a SocketPermission to connect/resolve connections for the port specified by the route ListenerPort property. The Java security manager must be restarted for any changes to take effect.MQCPE054 Connection request to <insert_1>(<insert_2>) failed : <insert_3>
Explanation
This message is issued in the connection log to record a security exception for a connection request to a target host.User response
The Java security manager has previously been enabled, but permissions have not been granted to make a connection to the target host identified in the error message. To allow MQIPT to connect to the target host, add a SocketPermission to connect/resolve connections for the port specified by the route ListenerPort property. The Java security manager must be restarted for any changes to take effect.MQCPE055 ....Socks proxy name is missing
Explanation
The SocksProxy property must be set if the SocksClient property has been set to true.User response
Edit the configuration file and define a SocksProxy for the given route.MQCPE056 Conflict with route properties
Explanation
Some properties cannot be used with others.User response
Check the console messages for details of the error and take the appropriate action.MQCPE057 SSL protocol (<insert_1>) was not recognized
Explanation
The route has been put into SSL/TLS proxy mode and the initial data flow is not recognized.User response
Make sure only SSL/TLS connections are being made to this route.MQCPE058 CONNECT request to <insert_3>(<insert_4>) through <insert_1>(<insert_2>) failed
Explanation
An HTTP CONNECT request was sent to the HTTP proxy to create an SSL tunnel to the HTTP server. The HTTP proxy did not send back a "200 OK" response to this request.User response
This can be caused by various problems. Enable tracing on the route and retry the connection. The trace file will show the real error.MQCPE059 There are no defined key ring files
Explanation
An SSL client or server has been defined without specifying at least one key ring file.User response
Use the SSLClientKeyRing and SSLClientCAKeyRing properties on the client side, or SSLServerKeyRing and SSLServerCAKeyRing on the server side, to define a key ring file and then restart the route.MQCPE060 Runtime error setting SSL client connect timeout to <insert_1> seconds
Explanation
An SSL runtime error has occurred on the client side setting the timeout value.User response
Check the value specified in the SSLClientConnectTimeout property is valid. Running a trace on the given route will show further error information.MQCPE061 There are no enabled cipher suites
Explanation
An SSL client or server connection has been started but MQIPT is unable to determine a valid cipher suite.User response
Check there are valid certificates in the defined key ring file(s). The private and public keys used to generate the certificates and the encryption algorithms used must comply with the list of supported cipher suites. See CipherSuites supported by MQIPT for the list of cipher suites supported by MQIPT.MQCPE062 Runtime error setting SSL cipher suite <insert_1>
Explanation
An unsupported SSL cipher suite has been defined on the client or server side.User response
Check the value specified in the SSLClientCipherSuites or SSLServerCipherSuites is valid and supported on this connection. Running a trace on the given route will show the list of enabled cipher suites. See CipherSuites supported by MQIPT for the list of cipher suites supported by MQIPT.MQCPE063 File <insert_1> already exists - use the replace option
Explanation
The file name parameter specified for the mqiptPW command already exists.User response
Either choose another file name or use the replace option.MQCPE064 Runtime error generating decryption keys :\n <insert_1>
Explanation
An error has occurred while generating cipher keys to decrypt the password used to open a key ring file.User response
The runtime error listed in the message should be rectified and the command run again.MQCPE065 ....LDAP server name is missing
Explanation
The LDAPServer1 or LDAPServer2 property must be set if the LDAP property has been set to true.User response
Edit the configuration file and define an LDAPServer* for the given route.MQCPE066 ....LDAP password is missing for LDAP server <insert_1>
Explanation
An LDAP userid has been specified without a password, for either the main or backup LDAP server.User response
Edit the configuration file and define an LDAP password for the given route. The LDAPServer1Password property is for the main server and LDAPServer2Password property is for the backup server.MQCPE067 ....SSLClient or SSLServer missing for LDAP server
Explanation
The SSLClient or SSLServer property must be set if the LDAP property has been set to true.User response
Edit the configuration file and define an SSLClient or SSLServer for the given route.MQCPE068 ....Security exit name is missing
Explanation
The SecurityExitName property must be set if the SecurityExit property has been set to true.User response
Edit the configuration file and define a SecurityExitName for the given route.MQCPE071 Error writing to <insert_1>
Explanation
An error occurred while creating or updating the file containing the encrypted password. The error message also contains the exception thrown.User response
This error is generated from the mqiptPW command. The error listed in the exception should be rectified and the command run again.MQCPE072 An unknown error occurred in security exit <insert_1>
Explanation
An error occurred in a user-defined security exit while validating a connection request.User response
Enable tracing in the security exit and try the connection request again. The error will be recorded in the security exit trace file.MQCPE073 Security exit <insert_1> timed out
Explanation
A user-defined security exit timed out while validating a connection request.User response
Increase the timeout period for the security exit and try the connection request again.MQCPE074 ....Certificate exit name is missing
Explanation
The SSLExitName property must be set if the SSLClientExit or SSLServerExit property has been set to true.User response
Edit the configuration file and define a SSLExitName for the given route.MQCPE075 ....SSLPlainConnections needs SSLServer or SSLProxyMode enabled
Explanation
The SSLExitName property must be set if the SSLClientExit or SSLServerExit property has been set to true.User response
Edit the configuration file and define a SSLExitName for the given route.MQCPE076 Route <insert_1> property <insert_2> contains unsupported CipherSuites. The following CipherSuites are unsupported: <insert_3>
Explanation
At least one unsupported cipher suite was included in the SSLClientCipherSuites or SSLServerCipherSuites property.User response
Edit the configuration file and remove the unsupported cipher suite from the route configuration.MQCPE077 Route <insert_1> property <insert_2> specifies file location <insert_3> which does not exist.
Explanation
A route property refers to a file or directory which does not exist.User response
Edit the configuration file and specify the correct location for the file or directory.MQCPE078 Route <insert_1> property <insert_2> specifies file location <insert_3> which cannot be read.
Explanation
A route property refers to a file that cannot be read.User response
Ensure that the file permissions allow MQIPT to read it.MQCPE079 Route <insert_1> site certificate label <insert_2> was not found in key ring file <insert_3>.
Explanation
A site certificate label was specified in the definition of the specified route, but a personal certificate with that label was not found in the key ring file.User response
Ensure that correct site certificate label is specified, and that a personal certificate with the label exists in the appropriate key ring.MQCPE080 Unable to determine MQIPT installation directory. Set the MQIPT_PATH environment variable to the absolute path of the top-level MQIPT directory.
Explanation
The MQIPT command was unable to determine the installation directory.User response
Set theMQIPT_PATH environment variable to the absolute path of
the top-level MQIPT directory.MQCPE081 Invalid MQIPT_PATH <insert_1>. The directory does not exist or does not contain a valid MQIPT installation.
Explanation
TheMQIPT_PATH environment variable is set incorrectly. Either the
directory does not exist or the directory is not an MQIPT installation.User response
Check theMQIPT_PATH environment variable is set correctly and
re-run the command.MQCPE082 Unable to install the MQIPT service because a service is already installed. Only one MQIPT service may be installed at a time.
Explanation
The user attempted to install the MQIPT service, but an MQIPT service is already installed. Only one MQIPT service may be installed on the system at a time.User response
Merge the required routes into the existing MQIPT service configuration, or remove the existing service and install the new service in its place.MQCPE083 Unable to remove the MQIPT service because the installed service was not installed by the current MQIPT installation. Run mqiptService from the MQIPT installation that installed the service.
Explanation
The MQIPT service can only be removed using the MQIPT installation that originally installed it. This error occurs when you have multiple MQIPT installations on the system and you attempt to remove the MQIPT service using a different installation from the one that originally installed it.User response
Run the command mqiptService -remove from the correct MQIPT installation.MQCPE084 The MQIPT service is not installed.
Explanation
The user attempted to remove the MQIPT service but there is no MQIPT service installed.MQCPE085 Error refreshing the Java security manager policy\n<insert_1>
Explanation
An exception was thrown while trying to refresh the Java security manager policy.User response
Investigate the cause of the error and ensure that the updated policy file has the correct syntax.MQCPE086 Security exit <insert_1> for route <insert_2> failed to initialize due to error <insert_3>.
Explanation
The security exit initialization method returned an unexpected error, which prevented the route from starting.User response
Investigate the cause of the error and restart the route.MQCPE087 Security exit <insert_1> for route <insert_2> failed to load due to error <insert_3>.
Explanation
The security exit could not be loaded, which prevented the route from starting.User response
Investigate the cause of the exit load error and restart the route.MQCPE088 Certificate exit <insert_1> for route <insert_2> failed to initialize due to error <insert_3>.
Explanation
The certificate exit initialization method returned an unexpected error, which prevented the route from starting.User response
Investigate the cause of the error and restart the route.MQCPE089 Certificate exit <insert_1> for route <insert_2> failed to load due to error <insert_3>.
Explanation
The certificate exit could not be loaded, which prevented the route from starting.User response
Investigate the cause of the exit load error and restart the route.MQCPE090 The security exit rejected the connection with return code <insert_1> and error <insert_2>.
Explanation
The security exit rejected a connection to the route listener port.User response
Investigate the error returned by the exit.MQCPE091 The SSLClient certificate exit rejected the connection with return code <insert_1> and error <insert_2>.
Explanation
The SSL client certificate exit rejected the remote server certificate.User response
Investigate the error returned by the exit.MQCPE092 The SSLServer certificate exit rejected the connection with return code <insert_1> and error <insert_2>.
Explanation
The SSL server certificate exit rejected the remote client certificate.User response
Investigate the error returned by the exit.MQCPE093 Global property <insert_1> specifies file location <insert_2> which does not exist.
Explanation
A global property refers to a file or directory which does not exist.User response
Edit the configuration file and specify the correct location for the file or directory.MQCPE094 Global property <insert_1> specifies file location <insert_2> which cannot be read.
Explanation
A global property refers to a file that cannot be read.User response
Ensure that the file permissions allow MQIPT to read it.MQCPE095 The MQIPT installation directory <insert_1> must not contain a space on this platform.
Explanation
The MQIPT installation directory contains a space character, which is not supported on AIX® or Linux®.User response
Rename the installation directory so that it does not contain a space.MQCPE096 Error enabling TCP keep alive
Explanation
The TCP keep alive route property is set, but MQIPT was unable to enable TCP keep alive.User response
Investigate the cause of the failure or disable TCP keep alive.MQCPE097 ....SSLClient needs to be true for HTTPS communication
Explanation
The SSLClient property must be set to true if HTTPS has been set to true.User response
Edit the configuration file and define SSLClient as true for the given route.MQCPE098 ....HTTPS needs to be true when SSLClient and HTTP are both set to true
Explanation
The HTTPS property must be set to true if HTTP and SSLClient have been set to true.User response
Edit the configuration file and define HTTPS as true for the given route.MQCPE099 <insert_1> on route <insert_2> requires MQ Advanced capabilities to be enabled
Explanation
A property specified for a route requires extended capabilities in IBM MQ Advanced. However, these capabilities are not enabled.User response
If you have IBM MQ Advanced, IBM MQ Advanced for z/OS®, IBM MQ Advanced for z/OS VUE, or IBM MQ Appliance entitlement, enable the extended capabilities in IBM MQ Advanced with the EnableAdvancedCapabilities property. To use IBM MQ Advanced capabilities on a route, the local queue manager that is connected using the route is also required to have IBM MQ Advanced, IBM MQ Advanced for z/OS, IBM MQ Advanced for z/OS VUE, or IBM MQ Appliance entitlement.MQCPE100 Route <insert_1> site certificate label <insert_2> was not found in cryptographic hardware key store <insert_3>.
Explanation
A site certificate label was specified in the definition of the specified route, but a personal certificate with that label was not found in the cryptographic hardware key store.User response
Ensure that correct site certificate label is specified, and that a personal certificate with the label exists in the key store.MQCPE101 Invalid password protection mode specified.
Explanation
An invalid password protection mode was specified as a parameter to the mqiptPW command.User response
Rerun the mqiptPW command, specifying a valid protection mode.MQCPE102 Encryption key file cannot be specified with password protection mode <insert_1>.
Explanation
A password encryption key file was specified as a parameter to the mqiptPW command, but an encryption key cannot be used with the specified password protection mode.User response
Rerun the mqiptPW command, specifying a valid combination of parameters.MQCPE103 Encryption key file <insert_1> does not exist or cannot be read
Explanation
An encryption key file was specified for use by MQIPT or the mqiptPW command, but the file either does not exist or cannot be accessed.User response
Ensure that the encryption key file exists, the user that is running MQIPT or the mqiptPW command has read access to the file, and that the correct encryption key file is specified.MQCPE104 Error encrypting password <insert_1>
Explanation
An error occurred when encrypting a password.User response
Investigate the cause of the error in the exception that follows this message.MQCPE105 Error reading encryption key file <insert_1>
Explanation
An error occurred when reading the password encryption key file.User response
Ensure that the correct encryption key file is specified, and that the file is readable by the user running MQIPT or the mqiptPW command.MQCPE106 Error decrypting password in property <insert_1>
Explanation
The encrypted password in the specified property cannot be decrypted.User response
Ensure that the value of the property, or the contents of the file that the property references, is the output of running the mqiptPW command with a password protection mode specified that is supported by this version of MQIPT.MQCPE107 Error reading encrypted password file <insert_1>
Explanation
An error occurred when reading a file containing an encrypted password.User response
Ensure that the correct password file is specified, and that the file is readable by the user running MQIPT.MQCPE108 Property <insert_1> cannot be specified with property <insert_2>
Explanation
The two indicated properties cannot both be specified in the MQIPT configuration.User response
Edit the MQIPT configuration to specify only one of the indicated properties.MQCPE109 Encryption key file <insert_1> is not correctly formatted
Explanation
The contents of the specified password encryption key file is not in the correct format.User response
Ensure that the password encryption key file contains at least one character, and only one line of text.MQCPE110 MQIPT with name <insert_1> is already active
Explanation
MQIPT cannot start as there is an instance of MQIPT with the same name already active on the local machine.User response
Issue the command to start MQIPT, specifying a unique name for the instance of MQIPT to be started.MQCPE111 Local administration is unavailable
Explanation
Administration of local instances of MQIPT without using the command port is unavailable.User response
Ensure that the MQIPT installation is not corrupted, and that the Java runtime environment used when starting MQIPT or the mqiptAdmin command is the one supplied with MQIPT. If the problem persists, contact your IBM service representative.MQCPE112 Command port <insert_1> site certificate label <insert_2> was not found in key ring file <insert_3>.
Explanation
A site certificate label was specified for the command server listening on the specified port, but a personal certificate with that label was not found in the key ring file.User response
Ensure that correct site certificate label is specified, and that a personal certificate with the label exists in the appropriate key ring.MQCPE113 Command port <insert_1> site certificate label <insert_2> was not found in cryptographic hardware key store <insert_3>.
Explanation
A site certificate label was specified for the command server listening on the specified port, but a personal certificate with that label was not found in the cryptographic hardware key store.User response
Ensure that correct site certificate label is specified, and that a personal certificate with the label exists in the key store.MQCPE114 <insert_1> requires MQ Advanced capabilities to be enabled
Explanation
A property specified requires extended capabilities in IBM MQ Advanced. However, these capabilities are not enabled.User response
If you have IBM MQ Advanced, IBM MQ Advanced for z/OS, IBM MQ Advanced for z/OS VUE, or IBM MQ Appliance entitlement, enable the extended capabilities in IBM MQ Advanced with the EnableAdvancedCapabilities property.MQCPE115 The command server on port <insert_1> did not start because of the following error: <insert_2>
Explanation
The command server for one of the command ports did not start because of the specified error.User response
Correct the problem that is indicated in the error message. Then issue the refresh command to restart the command server.MQCPE116 Configuration errors detected during refresh
Explanation
MQIPT detected errors in the values of some configuration properties during the refresh process. The effective values for any properties affected by the errors have not been changed.User response
Correct the problems that are indicated in the preceding messages, then issue the refresh command again.MQCPE117 Invalid data received
Explanation
An MQIPT route received invalid data that does not conform to the IBM MQ protocol.This message is issued in the connection log to record connection activity.
User response
Ensure that connections to the MQIPT route listener port are valid IBM MQ connections.MQCPE118 Transmission length <insert_1> exceeds the maximum transmission size <insert_2>
Explanation
The indicated transmission length in data received by an MQIPT route exceeds the maximum transmission size for the route. This might indicate that the data is invalid or does not conform to the IBM MQ protocol.This message is issued in the connection log to record connection activity.
User response
Ensure that only IBM MQ clients and queue managers connect to the MQIPT route listener port.MQCPE119 The MQIPT service is not supported on this operating system
Explanation
The MQIPT service is not supported on this operating system because the operating system does not support System V init.User response
Use another method, such assystemd on Linux, to start MQIPT automatically.MQCPE120 The key ring <insert_1> could not be loaded because of the following error: <insert_2>
Explanation
A key ring file could not be loaded because of the specified error.User response
Ensure that the specified key ring is a PKCS #12 key ring, that user ID that started MQIPT has read access to the file, and that the MQIPT configuration specifies the correct password for the key ring.MQCPE121 The cryptographic hardware key store could not be loaded because of the following error: <insert_1>
Explanation
The PKCS #11 cryptographic hardware key store could not be loaded because of the specified error.User response
Ensure that the Java runtime environment (JRE) that runs MQIPT is correctly configured to access the cryptographic hardware key store, and that the MQIPT configuration specifies the correct password for the cryptographic hardware key store.MQCPI001 <insert_1> starting
Explanation
This MQIPT instance is beginning execution. Further initialization messages will follow.MQCPI002 <insert_1> shutting down
Explanation
MQIPT is going to shut down. This can result from a STOP command, or automatically if a configuration error prevents a successful startup or REFRESH action.MQCPI003 <insert_1> shutdown complete
Explanation
The shutdown process has completed. All MQIPT processes are now ended.MQCPI004 Reading configuration information from <insert_1>
Explanation
The MQIPT configuration file mqipt.conf is being read from the directory described in this message.MQCPI005 Listener port specified as not active - <insert_1> -> <insert_2>(<insert_3>)
Explanation
The route referred to in the message has been marked as inactive. No communication requests will be accepted on this route.MQCPI006 Route <insert_1> is starting and will forward messages to :
Explanation
A route has been started on the listener port shown in this message. This message is followed by other messages listing any properties associated with this route. Message MQCPI078 will be issued when the route is ready to accept connections.MQCPI007 Route <insert_1> has been stopped
Explanation
The route that was operating on the specified listener port is being shut down. This action normally occurs when a REFRESH command is issued to MQIPT and the route configuration has been changed.MQCPI008 Listening for control commands on port <insert_1> on local address <insert_2>
Explanation
This MQIPT instance is listening for control commands on the specified port and local address. An asterisk (*) indicates that MQIPT is listening for commands on all network interfaces.MQCPI009 Control command received: <insert_1>
Explanation
This message indicates that a control command has been received at the command port. Where applicable, details are included in the message.MQCPI010 Stopping command port on <insert_1>
Explanation
On a REFRESH operation, the command port is no longer in use in the new configuration. Commands will no longer be accepted at the specified port.MQCPI011 The path <insert_1> will be used to store the log files
Explanation
Logging output will be directed to the location described in this message, under the current configuration.User response
This may change if the configuration is amended and a REFRESH operation is requested.MQCPI012 Changing the value of MinConnectionThreads has no effect after the route is started
Explanation
The minimum number of connection threads is assigned at route startup and cannot be changed until MQIPT is restarted.MQCPI013 Connection from <insert_1> to host <insert_2> closed
Explanation
This message is issued in the connection log to record connection activity.MQCPI014 Protocol eyecatcher (<insert_1>) not recognized
Explanation
This message is issued in the connection log to record connection activity.MQCPI015 Client access has been disabled on this route
Explanation
This message is issued in the connection log to record connection activity.MQCPI016 Queue manager access has been disabled on this route
Explanation
This message is issued in the connection log to record connection activity.MQCPI017 A queue manager on <insert_1> was connected to host <insert_2>
Explanation
This message is issued in the connection log to record connection activity.MQCPI018 A client on <insert_1> was connected to host <insert_2>
Explanation
This message is issued in the connection log to record connection activity.MQCPI019 <insert_1> routes have been created - this exceeds the maximum number of supported routes, which is <insert_2>
Explanation
The maximum number of supported routes has been exceeded.User response
MQIPT will continue to operate, but you might want to create a second MQIPT instance and split the routes between the two.MQCPI021 Password checking has been enabled on the command port
Explanation
A password is required to access the command port.MQCPI022 Password checking has been disabled on the command port
Explanation
A password is not required to access the command port. To configure password authentication on the command port, set both the RemoteCommandAuthentication and AccessPW properties.MQCPI024 ....and HTTP proxy at <insert_1>(<insert_2>)
Explanation
This message indicates that the outgoing connection for this route will be made using this HTTP proxy.MQCPI025 The refresh requested by Administration Client <insert_1> has finished
Explanation
As a result of receiving a REFRESH command, MQIPT is reading the configuration file and restarting.MQCPI026 Administration Client <insert_1> has requested shutdown
Explanation
As a result of receiving a STOP command, the MQIPT is shutting down.MQCPI027 <insert_1> command sent to MQIPT at <insert_2> on port <insert_3>
Explanation
The command specified has been sent by the administration client to MQIPT at the specified network address and command port.MQCPI031 ......cipher suites <insert_1>
Explanation
This message lists the cipher suites in use for this route or command port.MQCPI032 ......key ring file <insert_1>
Explanation
This message gives the file name of the key ring for this route or command port.MQCPI033 ......client authentication set to <insert_1>
Explanation
This message defines whether an SSL server is requesting client authentication for this route.MQCPI034 ....<insert_1>(<insert_2>)
Explanation
This message shows the destination and destination port address for this route.MQCPI035 ....using <insert_1> protocol
Explanation
This message shows the protocol being used to the route destination.MQCPI036 ....SSL Client side enabled with properties :
Explanation
This message shows that the route will be using SSL/TLS to send data to the destination host.MQCPI037 ....SSL Server side enabled with properties :
Explanation
This message shows that the route will be using SSL/TLS to receive data from the sending host.MQCPI038 ......peer certificate uses <insert_1>
Explanation
This message lists the distinguished names used to control authentication of peer certificates.MQCPI039 ....and SOCKS proxy at <insert_1>(<insert_2>)
Explanation
This message shows that the outgoing connection for this route will be made using the specified SOCKS proxy.MQCPI040 Command port <insert_1> has been accessed by the Administration Client from network address <insert_2>
Explanation
The MQIPT command server listening on the specified port, has received a connection from the administration client at the specified remote network address.MQCPI042 Maximum connections reached on route <insert_1> - further requests will be blocked
Explanation
This message is written to the system console when the maximum number of connections has been reached for the given route. Further requests will be blocked until a connection becomes free or the MaxConnectionThreads value is increased.MQCPI043 Connections on route <insert_1> now unblocked
Explanation
This message is written to the system console when the given route is unblocked for connection requests.MQCPI047 ......CA key ring file <insert_1>
Explanation
This message gives the file name of the CA key ring for this route.MQCPI048 The ping by Administration Client <insert_1> has finished
Explanation
Response message from theIPTController to Administration
Client.