Default Transmission Queue Type Error
Event name: Default Transmission Queue Type Error. Reason code in MQCFH: MQRC_DEF_XMIT_Q_TYPE_ERROR (2198, X'896').
Default transmission queue not local.
Event description: An MQOPEN or MQPUT1 call was issued specifying a remote queue as the destination. Either a local definition of the remote queue was specified, or a queue-manager alias was being resolved, but in either case the XmitQName attribute in the local definition is blank. No transmission queue is defined with the same name as the destination queue manager, so the local queue manager has attempted to use the default transmission queue. However, although there is a queue defined by the DefXmitQName queue-manager attribute, it is not a local queue. See the WebSphere MQ Application Programming Guide for more information.
Event type: Remote. Platforms: All. Event queue: SYSTEM.ADMIN.QMGR.EVENT.
Event data
- QMgrName
Description: Name of the queue manager generating the event. Identifier: MQCA_Q_MGR_NAME. Datatype: MQCFST. Maximum length: MQ_Q_MGR_NAME_LENGTH. Returned: Always.
- QName
Description: Queue name from object descriptor (MQOD). Identifier: MQCA_Q_NAME. Datatype: MQCFST. Maximum length: MQ_Q_NAME_LENGTH. Returned: Always.
- XmitQName
Description: Default transmission queue name. Identifier: MQCA_XMIT_Q_NAME. Datatype: MQCFST. Maximum length: MQ_Q_NAME_LENGTH. Returned: Always.
- QType
Description: Type of default transmission queue. Identifier: MQIA_Q_TYPE. Datatype: MQCFIN. Values:
- MQQT_ALIAS
- Alias queue definition.
- MQQT_REMOTE
- Local definition of a remote queue.
Returned: Always.
- ApplType
Description: Type of application making the MQI call that caused the event. Identifier: MQIA_APPL_TYPE. Datatype: MQCFIN. Returned: Always.
- ApplName
Description: Name of the application making the MQI call that caused the event. Identifier: MQCACF_APPL_NAME. Datatype: MQCFST. Maximum length: MQ_APPL_NAME_LENGTH. Returned: Always.
- ObjectQMgrName
Description: Name of the object queue manager. Identifier: MQCACF_OBJECT_Q_MGR_NAME. Datatype: MQCFST. Maximum length: MQ_Q_MGR_NAME_LENGTH. Returned: If the ObjectName in the object descriptor (MQOD), when the object was opened, is not the queue manager currently connected.
- Note:
- If the application is a server for clients, the ApplType and ApplName parameters identify the server, not the client.
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.