1000: ELINK_EATMI
|
tpopen failed error = error_text
|
|
DESCRIPTION
|
The Resource Manager failed to open correctly. The exact reason for the failure is indicated by the error. More information concerning the reason a resource manager failed to open can be obtained by interrogating a resource manager in its own specific manner.
|
|
ACTION
|
Check to determine if the Resource Manager is running. If the Resource Manager is running check the specific error to determine why the open failed.
|
1001 ELINK_EAPP_API
|
Connect to LQMID queue_manager_LQMID failed, Reason = reason_code
|
|
DESCRIPTION
|
An error occurred while attempting to connect to the Queue Manager specified by the LQMID. The specific Reason is shown.
|
|
ACTION
|
Check the MQSeries Configuration to determine if the specified Queue Manager is defined correctly and is currently running. Refer to the IBM MQSeries documentation for the specific MQSeries Reason Code.
|
1002: ELINK_EAPP_API
|
Inquire on LQMID queue_manager_LQMID failed, Reason = reason_code
|
|
DESCRIPTION
|
The error occurred while attempting to inquire about the Queue Manager specified by the LQMID. The specific Reason is shown.
|
|
ACTION
|
Check the MQSeries Configuration to determine if the specified Queue Manager is defined correctly and is currently running. Refer to the IBM MQSeries documentation for the specific MQSeries Reason Code.
|
1003: ELINK_EAPP_API
|
Inquire on LQMID LQMID_value Queue queue_name failed, Reason = reason_code
|
|
DESCRIPTION
|
An error occurred while attempting to inquire about the Queue specified by the LQMID. The specific Reason is shown.
|
|
ACTION
|
Check the MQSeries Configuration to determine if the specified Queue Manager and Queue are defined correctly and are currently running. Refer to the IBM MQSeries documentation for the specific MQSeries Reason Code.
|
1004: ELINK_ECONFIG
|
Get First Element failed for LQMID queue_manager_LQMID
|
|
DESCRIPTION
|
The ELINKMQ configuration file did not contain a Queue Manager definition.
|
|
ACTION
|
Add the QUEUE_MANAGER section to the configuration file and restart the server.
|
1005: ELINK_ECONFIG
|
Get First Queue Element failed LQMID queue_LQMID
|
|
DESCRIPTION
|
The ELINKMQ configuration file did not contain a QUEUE definition with an LQMID for the QUEUE_MANAGER associated with the specified LQMID.
|
|
ACTION
|
Add a QUEUE section to the configuration file and restart the server.
|
1006: ELINK_WARNING
|
Received unexpected tmadmin message
|
|
DESCRIPTION
|
The server received an unexpected message from the Administration service.
|
|
ACTION
|
No Action is needed.
|
1007: ELINK_ENOENT
|
Unable to locate QUEUE_MANAGER for requested SERVICE service_name
|
|
DESCRIPTION
|
The Service specified in the call is not associated with a QUEUE_MANAGER in the current configuration.
|
|
ACTION
|
Check the ELINKMQ configuration file for the specified service and be sure the SERVICE LQMID maps to a valid QUEUE_MANAGER section.
|
1008: ELINK_EAPP_API
|
MQOPEN failed on queue queue_name failed Reason = reason_code, marking queue down
|
|
DESCRIPTION
|
An error occurred while attempting to open the specified queue. The specific reason is shown.
|
|
ACTION
|
This queue will be marked inactive and processing of the queue will no longer be performed. Refer to the IBM MQSeries documentation for the specific MQSeries Reason Code. Correct the problem if necessary and restart the server to restart polling.
|
1009: ELINK_EAPP_API
|
MQOPEN failed Reason = reason_code - shutting down
|
|
DESCRIPTION
|
A fatal error occurred while attempting to open the specified queue. The specific reason is shown.
|
|
ACTION
|
Refer to the IBM MQSeries documentation for the specific MQSeries Reason Code. Correct the problem if necessary and restart the server.
|
1010: ELINK_WARNING
|
MQOPEN failed Reason = reason_code
|
|
DESCRIPTION
|
An warning occurred while attempting to open the specified queue. The specific reason is shown.
|
|
ACTION
|
Refer to the IBM MQSeries documentation for the specific MQSeries Reason Code. Take the appropriate action to resolve the problem with the MQSeries queue.
|
1011: ELINK_ETRAN
|
Unable to start transaction error = error_text, queue queue_name
|
|
DESCRIPTION
|
While processing the specified queue, the request to begin a transaction failed with the indicated error.
|
|
ACTION
|
Refer to the BEA TUXEDO documentation on tpbegin for the specific error. Correct the error if necessary.
|
1012: ELINK_EATMI
|
Could not allocate buffer error_text
|
|
DESCRIPTION
|
A buffer could not be allocated, probably due to a shortage of system resources.
|
|
ACTION
|
Verify that the system resources (memory) are available and restart the server.
|
1013: ELINK_EATMI
|
Receive buffer length length_value exceeds Queue max message length length_value
|
|
DESCRIPTION
|
The buffer received from an MQGET exceeded the Queue max message size. The Queue max message size is defined to be the lesser of the QUEUE configuration section MAXMSGLEN or the MQSeries default MAXMSGLEN defined for the Queue.
|
|
ACTION
|
Either shorten the message being sent or increase the MAXMSGLEN of the Queue.
|
1014: ELINK_EAPP_API
|
MQGET on queue queue_name failed Reason = reason_code, marking queue down
|
|
DESCRIPTION
|
An attempt to get a message from the specified queue failed for the reason indicated. This queue will be marked inactive and processing of the queue will no longer be performed.
|
|
ACTION
|
Refer to the IBM MQSeries documentation for the specific MQSeries Reason Code. Correct the problem if necessary and restart the server.
|
1015: ELINK_EAPP_API
|
MQGET failed Reason = reason_code - shutting down
|
|
DESCRIPTION
|
A fatal error occurred while attempting to get a message from the specified queue as indicated by the reason code.
|
|
ACTION
|
Refer to the IBM MQSeries documentation for the specific MQSeries Reason Code. Correct the problem if necessary and restart the server.
|
1016: ELINK_ETRAN
|
Transaction abort failed error = error_text, queue queue_name
|
|
DESCRIPTION
|
The abort of a transaction failed while processing the specified queue.
|
|
ACTION
|
No action necessary.
|
1017: ELINK_INFO
|
Message received not a request or datagram and discarded
|
|
DESCRIPTION
|
The MQSeries message received must be of type MQMT_REQUEST or MQMT_DATAGRAM.
|
|
ACTION
|
No action necessary, however, the message will be dropped.
|
1018: ELINK_EPERM
|
User Identifier user_identifier_value not found, unable to Authorize
|
|
DESCRIPTION
|
The user is not authorized to use the requested service.
|
|
ACTION
|
Check user authorization and add user authorization list or assure the request is from a valid user.
|
1019: ELINK_ENOENT
|
Unable to locate QUEUE_MANAGER for requested QUEUE queue_name
|
|
DESCRIPTION
|
The requested queue is not associated with a QUEUE_MANAGER in the ELINKMQ configuration file.
|
|
ACTION
|
Correct the problem in the ELINKMQ configuration file and restart the server.
|
1020: ELINK_ECONFIG
|
Duplicate QUEUE_MANAGER queue_manager_LQMID found in configuration
|
|
DESCRIPTION
|
A duplicate QUEUE_MANAGER section was found in the configuration file. A duplicate QUEUE_MANAGER is one whose LQMID parameter matches that of another QUEUE_MANAGER.
|
|
ACTION
|
Correct the problem and restart the server.
|
1021: ELINK_ENOENT
|
Could not find SERVICE mapping to service_name
|
|
DESCRIPTION
|
The service requested in the MQSeries Message Descriptor Format field does not map to a SERVICE defined in the ELINKMQ configuration file.
|
|
ACTION
|
Correct the problem and restart the server. A SERVICE, defined in the configuration file, must be contain a FORMAT field equal to the one in the Message Descriptor Format field.
|
1022: ELINK_EATMI
|
Service service_name request failed, error = error_text
|
|
DESCRIPTION
|
The service request failed with the indicated error.
|
|
ACTION
|
Refer to the TUXEDO tpcall documentation to determine the what action to take for the specified error.
|
1023: ELINK_EAPP_API
|
MQPUT1 failed, Reason = reason_code
|
|
DESCRIPTION
|
An attempt to put a message on the specified queue failed for the reason indicated.
|
|
ACTION
|
Refer to the IBM MQSeries documentation for the specific MQSeries Reason Code and correct the problem if necessary.
|
1024: ELINK_EPROTO
|
FML32 buffer received but INFIELD not defined for SERVICE service_name
|
|
DESCRIPTION
|
An FML32 field name to receive data from was not defined for the SERVICE.
|
|
ACTION
|
Either add the field name to the service configuration or modify the client application to use a different buffer type for the service request.
|
1025: ELINK_ETRAN
|
Commit failed, error = error_text, queue queue_name
|
|
DESCRIPTION
|
An error occurred when attempting to commit a transaction while processing the specified queue.
|
|
ACTION
|
Refer to the TUXEDO tpcommit documentation to determine the what action to take for the specified error.
|
1026: ELINK_EAPP_API
|
MQCLOSE failed, Reason = reason_code LQMID queue_manager_LQMID queue queue_name
|
|
DESCRIPTION
|
An attempt to close the specified Queue Manager queue failed for the reason indicated.
|
|
ACTION
|
Refer to the IBM MQSeries documentation for the specific MQSeries Reason Code and correct the problem if necessary.
|
1027: ELINK_ELIMIT
|
INFIELD FML32_field_name parameter for SERVICE exceeds maximum length field_length
|
|
DESCRIPTION
|
The FML32 field name for input exceeds the maximum length of 30 characters.
|
|
ACTION
|
Change the field name and restart the server.
|
1028: ELINK_EATMI
|
Error reason_code sending buffer to Dead Letter queue queue_manager_LQMID
|
|
DESCRIPTION
|
An attempt to put a message on the specified dead letter queue failed for the reason indicated. The message has been dropped.
|
|
ACTION
|
Refer to the IBM MQSeries documentation for the specific MQSeries Reason Code and correct the problem if necessary.
|
1029: ELINK_ECONFIG
|
Dead Letter Queue not defined for LQMID queue_manager_LQMID
|
|
DESCRIPTION
|
A Dead Letter Queue was not defined for the MQSeries Queue Manager indicated by the LQMID. The message has been dropped.
|
|
ACTION
|
In order for messages which can not be processed or sent to a specified Reply Queue to be saved a Dead Letter Queue must be defined for the Queue Manager. Define the Dead Letter Queue and restart the server.
|
1030: ELINK_ECONFIG
|
Unable to open configuration file filename
|
|
DESCRIPTION
|
The configuration file specified in the UBBCONFIG file could not be opened.
|
|
ACTION
|
Check the ubbconfig file to make sure the configuration file name matches a valid configuration file.
|
1031: ELINK_ECONFIG
|
Invalid SERVER parameter tag_name
|
|
DESCRIPTION
|
The specified parameter tag_name is not a valid SERVER parameter for this server.
|
|
ACTION
|
Change the SERVER section to reflect a valid parameter and restart the server. Refer to Configuring the TUXEDO Servers for valid SERVER parameters.
|
1032: ELINK_ECONFIG
|
No QUEUE_MANAGER defined
|
|
DESCRIPTION
|
A QUEUE_MANAGER section was not defined in the configuration file. A QUEUE_MANAGER must be defined for this server.
|
|
ACTION
|
Add the QUEUE_MANAGER section to the configuration file and restart the server.
|
1033: ELINK_ECONFIG
|
Invalid QUEUE_MANAGER parameter tag_name
|
|
DESCRIPTION
|
The specified parameter tag_name is not a valid QUEUE_MANAGER parameter for this server.
|
|
ACTION
|
Change the QUEUE_MANAGER section to reflect a valid parameter and restart the server. Refer to Configuring the TUXEDO Servers for valid QUEUE_MANAGER parameters.
|
1034: ELINK_ECONFIG
|
QUEUE_MANAGER queue_manager_LQMID failed validation
|
|
DESCRIPTION
|
The QUEUE_MANAGER section specified failed validation.
|
|
ACTION
|
A required parameter was either invalid or missing from the QUEUE_MANAGER definition. Add the required parameters to the QUEUE_MANAGER section and restart the server.
|
1035: ELINK_ECONFIG
|
Unable to add QUEUE_MANAGER to collection
|
|
DESCRIPTION
|
An internal processing error occurred during the load of configuration data, probably due to a shortage of system resources.
|
|
ACTION
|
Verify that system resources (memory) are available and restart the server.
|
1036: ELINK_ECONFIG
|
No SERVICE defined
|
|
DESCRIPTION
|
A SERVICE section was not defined in the configuration file.
|
|
ACTION
|
At least one SERVICE section is a required for this server. Add the necessary SERVER section to the configuration file and restart the server.
|
1037: ELINK_ECONFIG
|
Invalid SERVICE parameter tag_name
|
|
DESCRIPTION
|
The specified parameter tag_name is not a valid SERVICE parameter for this server.
|
|
ACTION
|
Change the SERVICE section to reflect a valid parameter and restart the server. Refer to Configuring the TUXEDO Servers for valid SERVICE parameters.
|
1038: ELINK_ECONFIG
|
Duplicate SERVICE service_name found in configuration
|
|
DESCRIPTION
|
A duplicate SERVICE section was found in the configuration file. A duplicate SERVICE is one whose NAME parameter matches that of another SERVICE.
|
|
ACTION
|
Correct the problem and restart the server.
|
1039: ELINK_ECONFIG
|
SERVICE service_name failed validation
|
|
DESCRIPTION
|
The SERVICE section specified failed validation.
|
|
ACTION
|
A required parameter was either invalid or missing from the SERVICE definition. Add the required parameters to the SERVICE section and restart the server.
|
1040: ELINK_ECONFIG
|
Unable to add SERVICE to collection
|
|
DESCRIPTION
|
An internal processing error occurred during the load of configuration data, probably due to a shortage of system resources.
|
|
ACTION
|
Verify that system resources (memory) are available and restart the server.
|
1041: ELINK_ECONFIG
|
No QUEUE defined
|
|
DESCRIPTION
|
A QUEUE section was not defined in the configuration file. At least one QUEUE section is a required for this server.
|
|
ACTION
|
Add the necessary QUEUE section to the configuration file and restart the server.
|
1042: ELINK_ECONFIG
|
Invalid QUEUE parameter tag_name
|
|
DESCRIPTION
|
The specified parameter is not a valid QUEUE parameter for this server.
|
|
ACTION
|
Change the QUEUE section to reflect a valid parameter and restart the server. Refer to Configuring the TUXEDO Servers for valid QUEUE parameters.
|
1043: ELINK_ECONFIG
|
QUEUE queue_name failed validation
|
|
DESCRIPTION
|
The QUEUE section specified failed validation. A required parameter was either invalid or missing from the QUEUE definition.
|
|
ACTION
|
Add the required parameters to the QUEUE section and restart the server.
|
1044: ELINK_ECONFIG
|
Invalid LQMID queue_LQMID assigned to QUEUE queue_name
|
|
DESCRIPTION
|
The LQMID for the specified QUEUE did not map to a QUEUE_MANAGER LQMID.
|
|
ACTION
|
Correct the LQMID parameter in the configuration file and restart the server.
|
1045: ELINK_ECONFIG
|
Duplicate QUEUE queue_name found in QUEUE_MANAGER queue_manager_LQMID configuration
|
|
DESCRIPTION
|
A duplicate QUEUE section was found in the configuration file. A duplicate QUEUE is one whose NAME parameter matches that of another QUEUE.
|
|
ACTION
|
Correct the problem and restart the server.
|
1046: ELINK_ECONFIG
|
Unable to add QUEUE to collection
|
|
DESCRIPTION
|
An internal processing error occurred during the load of configuration data, probably due to a shortage of system resources.
|
|
ACTION
|
Verify that system resources (memory) are available and restart the server.
|
1047: ELINK_ECONFIG
|
Required parameter NAME missing from QUEUE_MANAGER definition
|
|
DESCRIPTION
|
A required parameter is missing from the QUEUE_MANAGER definition in the configuration file.
|
|
ACTION
|
Add the required parameter to the configuration and restart the server.
|
1048: ELINK_ECONFIG
|
Required parameter LQMID missing from QUEUE_MANAGER queue_manager_name definition
|
|
DESCRIPTION
|
A required parameter is missing from the QUEUE_MANAGER definition in the configuration file.
|
|
ACTION
|
Add the required parameter to the configuration and restart the server.
|
1049: ELINK_ECONFIG
|
Required parameter NAME missing from SERVICE definition
|
|
DESCRIPTION
|
A required parameter is missing from a SERVICE definition in the configuration file.
|
|
ACTION
|
Add the required parameter to the configuration and restart the server.
|
1050: ELINK_ECONFIG
|
Required parameter FORMAT missing from SERVICE service_name definition
|
|
DESCRIPTION
|
A required parameter is missing from the indicated SERVICE definition in the configuration file.
|
|
ACTION
|
Add the required parameter to the configuration and restart the server.
|
1051: ELINK_ECONFIG
|
Required parameter NAME missing from QUEUE definition
|
|
DESCRIPTION
|
A required parameter is missing from a QUEUE definition in the configuration file.
|
|
ACTION
|
Add the required parameter to the configuration and restart the server.
|
1052: ELINK_ECONFIG
|
Required parameter LQMID missing from QUEUE queue_name definition
|
|
DESCRIPTION
|
A required parameter is missing from the indicated QUEUE definition in the configuration file.
|
|
ACTION
|
Add the required parameter to the configuration and restart the server.
|
1053: ELINK_ELIMIT
|
OUTFIELD FML32_field_name parameter for SERVICE exceeds maximum length length_value
|
|
DESCRIPTION
|
The FML32 field name for output exceeds the maximum length of 30 characters.
|
|
ACTION
|
Change the field name and restart the server.
|
1054: ELINK_ECONFIG
|
Required parameter -C missing
|
|
DESCRIPTION
|
The -C option of the CLOPTS parameter for the server is required to indicate the name of the configuration file for the server.
|
|
ACTION
|
Edit the UBBCONFIG and add the -C config filename parameter to the CLOPTS for the server.
|
1055: ELINK_INFO
|
Server_name Started
|
|
DESCRIPTION
|
The indicated server has started.
|
|
ACTION
|
None. Informational only.
|
1056: ELINK_INFO
|
Server_name Shutdown
|
|
DESCRIPTION
|
The indicated server has shutdown.
|
|
ACTION
|
None. Informational only.
|
1057: ELINK_ELIMIT
|
Configuration file name exceeds maximum length
|
|
DESCRIPTION
|
The fully qualified configuration file name exceeds the maximum length of 256 characters.
|
|
ACTION
|
Change the name/location of the configuration file to less than 256 characters, edit the UBBCONFIG to reflect the change, and restart the server.
|
1058: ELINK_ECONFIG
|
LQMID service_LQMID for SERVICE service_name not defined
|
|
DESCRIPTION
|
The QUEUE_MANAGER associated with the indicated SERVICE definition does not exist.
|
|
ACTION
|
Change the SERVICE definition to reflect a valid QUEUE_MANAGER.
|
1059: ELINK_ECONFIG
|
SERVICE service_name is defined as transactional but LQMID queue_manager_LQMID is non-transactional
|
|
DESCRIPTION
|
A SERVICE was defined as transactional, however the associated QUEUE_MANAGER does support syncpoint processing.
|
|
ACTION
|
Change the SERVICE definition or enable syncpoint processing for the QUEUE_MANAGER.
|
1060: ELINK_EATMI
|
Error advertising SERVICE service_name, error = error_text
|
|
DESCRIPTION
|
An error occurred while trying to advertise a SERVICE name.
|
|
ACTION
|
Verify that SERVICE name has not already been advertised by another server. Refer to the TUXEDO tpadvertise documentation for specific error code information.
|
1061: ELINK_EOS
|
Memory allocation error
|
|
DESCRIPTION
|
An internal processing error occurred during the allocation of memory from system resources.
|
|
ACTION
|
Verify that system resources (memory) are available and restart the server.
|
1062: ELINK_EAPP_API
|
Unable to disconnect from QUEUE_MANAGER, Reason = reason_code
|
|
DESCRIPTION
|
An error occurred during shutdown processing while disconnecting from the QUEUE_MANAGER.
|
|
ACTION
|
Refer to the IBM MQSeries documentation for the specific MQSeries Reason Code.
|
1063: ELINK_ENOENT
|
Unable to locate requested SERVICE service_name
|
|
DESCRIPTION
|
The configuration information for the indicated service could not be located.
|
|
ACTION
|
Verify the service name is valid and is defined in the configuration.
|
1064: ELINK_EAPP_API
|
MQGET on QUEUE queue failed, Reason = reason_code
|
|
DESCRIPTION
|
An error occurred during the retrieval of a message from the indicated QUEUE.
|
|
ACTION
|
Refer to the IBM MQSeries documentation for the specific MQSeries Reason Code.
|
1065: ELINK_ELIMIT
|
NAME NAME_value parameter for QUEUE_MANAGER exceeds maximum length maximum_length
|
|
DESCRIPTION
|
The NAME parameter for the indicated QUEUE_MANAGER exceeds the maximum number of characters allowed.
|
|
ACTION
|
Correct the NAME in the configuration and restart the server.
|
1066: ELINK_ELIMIT
|
LQMID LQMID_value parameter for QUEUE_MANAGER exceeds maximum length maximum_length
|
|
DESCRIPTION
|
The LQMID parameter for the indicated QUEUE_MANAGER exceeds the maximum number of characters allowed.
|
|
ACTION
|
Correct the LQMID in the configuration and restart the server.
|
1067: ELINK_ELIMIT
|
NAME NAME_value parameter for SERVICE exceeds maximum length maximum_length
|
|
DESCRIPTION
|
The NAME parameter for the indicated SERVICE exceeds the maximum number of characters allowed.
|
|
ACTION
|
Correct the NAME in the configuration and restart the server.
|
1068: ELINK_ELIMIT
|
MQNAME MQNAME_value parameter for SERVICE exceeds maximum length maximum_length
|
|
DESCRIPTION
|
The MQNAME parameter for the indicated SERVICE exceeds the maximum number of characters allowed.
|
|
ACTION
|
Correct the MQNAME in the configuration and restart the server.
|
1069: ELINK_ELIMIT
|
REPLYTOQ REPLYTOQ_value parameter for SERVICE exceeds maximum length maximum_length
|
|
DESCRIPTION
|
The REPLYTOQ parameter for the indicated SERVER exceeds the maximum number of characters allowed.
|
|
ACTION
|
Correct the REPLYTOQ in the configuration and restart the server.
|
1070: ELINK_ELIMIT
|
LQMID LQMID_value parameter for SERVICE exceeds maximum length maximum_length
|
|
DESCRIPTION
|
The LQMID parameter for the indicated LQMID exceeds the maximum number of characters allowed.
|
|
ACTION
|
Correct the LQMID in the configuration and restart the server.
|
1071: ELINK_ELIMIT
|
FORMAT FORMAT_value parameter for SERVICE exceeds maximum length maximum_length
|
|
DESCRIPTION
|
The FORMAT parameter for the indicated SERVICE exceeds the maximum number of characters allowed.
|
|
ACTION
|
Correct the FORMAT in the configuration and restart the server.
|
1072: ELINK_ECONFIG
|
Required parameter MQNAME missing from SERVICE service_name definition
|
|
DESCRIPTION
|
A required parameter is missing from the indicated SERVICE definition in the configuration file.
|
|
ACTION
|
Add the required parameter to the configuration and restart the server.
|
1073: ELINK_ECONFIG
|
Required parameter LQMID missing from SERVICE service_name definition
|
|
DESCRIPTION
|
A required parameter is missing from the indicated SERVICE definition in the configuration file.
|
|
ACTION
|
Add the required parameter to the configuration and restart the server.
|
1074: ELINK_ECONFIG
|
Conflicting parameters specified (REPLYTOQ and TRAN=YES) for SERVICE service_name
|
|
DESCRIPTION
|
A SERVICE can not be defined as having a reply queue and transactional support.
|
|
ACTION
|
Correct the SERVICE configuration and restart the server.
|
1075: ELINK_ECONFIG
|
SERVICE parameter TIMEOUT not specified and no default available
|
|
DESCRIPTION
|
A TIMEOUT parameter was not defined for the SERVICE and a DEFTIMEOUT parameter was not defined in the SERVER section of the configuration.
|
|
ACTION
|
Define a default timeout value or add a TIMEOUT parameter to the SERVICE definition.
|
1076: ELINK_ECONFIG
|
SERVICE parameter MAXMSGLEN not specified and no default available
|
|
DESCRIPTION
|
A MAXMSGLEN parameter was not defined for the SERVICE and a DEFMAXMSGLEN parameter was not defined in the SERVER section of the configuration.
|
|
ACTION
|
Define a default maximum message length value or add a MAXMSGLEN parameter to the SERVICE definition.
|
1077: ELINK_ECONFIG
|
QUEUE queue_name parameter MAXMSGLEN not specified and no default available
|
|
DESCRIPTION
|
A MAXMSGLEN parameter was not defined for the QUEUE and a DEFMAXMSGLEN parameter was not defined in the SERVER section of the configuration.
|
|
ACTION
|
Define a default maximum message length value or add a MAXMSGLEN parameter to the QUEUE definition.
|
1078: ELINK_ECONFIG
|
Required parameter MQNAME missing from QUEUE queue_name definition
|
|
DESCRIPTION
|
A required parameter is missing from the indicated QUEUE definition in the configuration file.
|
|
ACTION
|
Add the required parameter to the configuration and restart the server.
|
1079: ELINK_ELIMIT
|
LQMID LQMID_value parameter for QUEUE exceeds maximum length maximum_length
|
|
DESCRIPTION
|
The LQMID parameter for the indicated QUEUE exceeds the maximum number of characters allowed.
|
|
ACTION
|
Correct the LQMID in the configuration and restart the server.
|
1080: ELINK_ELIMIT
|
MQNAME MQNAME_value parameter for QUEUE exceeds maximum length maximum_length
|
|
DESCRIPTION
|
The MQNAME parameter for the indicated QUEUE exceeds the maximum number of characters allowed.
|
|
ACTION
|
Correct the MQNAME in the configuration and restart the server.
|
1081: ELINK_ELIMIT
|
TUXNAME TUXNAME_value parameter for QUEUE exceeds maximum length maximum_length
|
|
DESCRIPTION
|
The TUXNAME parameter for the indicated QUEUE exceeds the maximum number of characters allowed.
|
|
ACTION
|
Correct the TUXNAME in the configuration and restart the server.
|
1083: ELINK_EINVAL
|
tpdequeue parameters TPQGETBYMSGID and TPQGETBYCORRID are mutually exclusive
|
|
DESCRIPTION
|
The specified dequeue options cannot be specified at the same time.
|
|
ACTION
|
Change the client code for the tpdequeue request to specify only one of these options.
|
1084: ELINK_EINVAL
|
tpdequeue option TPQWAIT not supported
|
|
DESCRIPTION
|
The indicated option is not supported for MQSeries queues.
|
|
ACTION
|
Change the client code to not specify this option.
|
1085: ELINK_EINVAL
|
tpenqueue parameter TPQTIME_ABS not supported
|
|
DESCRIPTION
|
The indicated option is not supported for MQSeries queues.
|
|
ACTION
|
Change the client code to not specify this option.
|
1086: ELINK_EINVAL
|
tpenqueue parameter TPQTIME_REL not supported
|
|
DESCRIPTION
|
The indicated option is not supported for MQSeries queues.
|
|
ACTION
|
Change the client code to not specify this option.
|
1087: ELINK_EINVAL
|
tpenqueue parameter TPQTOP not supported
|
|
DESCRIPTION
|
The indicated option is not supported for MQSeries queues.
|
|
ACTION
|
Change the client code to not specify this option.
|
1088: ELINK_EINVAL
|
tpenqueue parameter TPQBEFOREMSGID not supported
|
|
DESCRIPTION
|
The indicated option is not supported for MQSeries queues.
|
|
ACTION
|
Change the client code to not specify this option.
|
1089: ELINK_EINVAL
|
tpenqueue parameter TPQTPFAILUREQ not supported
|
|
DESCRIPTION
|
The indicated option is not supported for MQSeries queues.
|
|
ACTION
|
Change the client code to not specify this option.
|
1090: ELINK_ECONFIG
|
LQMID queue_LQMID for QUEUE queue_name not defined
|
|
DESCRIPTION
|
The QUEUE_MANAGER associated with the indicated QUEUE definition does not exist.
|
|
ACTION
|
Change the QUEUE definition to reflect a valid QUEUE_MANAGER.
|
1091: ELINK_ECONFIG
|
OUTFIELD parameter specified for SERVICE service_name but INFIELD parameter missing
|
|
DESCRIPTION
|
A SERVICE definition can not contain an OUTFIELD parameter without an INFIELD parameter.
|
|
ACTION
|
Either add an INFIELD parameter to the SERVICE definition or remove the OUTFIELD parameter.
|
1092: ELINK_EPROTO
|
SERVICE service_name defined as transactional but called outside of a transaction
|
|
DESCRIPTION
|
A tpbegin ATMI call to establish a transaction was not made prior to calling the indicated SERVICE which was defined as transactional.
|
|
ACTION
|
Alter the client to make a tpbegin call prior to calling the service or modify the SERVICE configuration.
|
1095: ELINK_ECONFIG
|
Only one QUEUE_MANAGER allowed
|
|
DESCRIPTION
|
Only one QUEUE_MANAGER is allowed in the configuration
|
|
ACTION
|
Remove all but one QUEUE_MANAGER section from the configuration file and restart the server.
|