Unknown Alias Base Queue
Event name: | Unknown Alias Base Queue. |
Reason code in MQCFH: |
MQRC_UNKNOWN_ALIAS_BASE_Q (2082, X'822'). Unknown alias base queue or topic. |
Event description: | An MQOPEN or MQPUT1 call was issued specifying an alias queue as the destination, but the BaseObjectName in the alias queue attributes is not recognized as a queue or topic name. |
Event type: | Local. |
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. Data type: MQCFST. Maximum length: MQ_Q_MGR_NAME_LENGTH. Returned: Always. - QName
-
Description: Queue name from object descriptor (MQOD). Identifier: MQCA_Q_NAME. Data type: MQCFST. Maximum length: MQ_Q_NAME_LENGTH. Returned: Always. - BaseObjectName
-
Description: Object name to which the alias resolves. Identifier: MQCA_BASE_OBJECT_NAME. For compatibility with existing applications, we can still use MQCA_BASE_Q_NAME. Data type: MQCFST. Maximum length: MQ_Q_NAME_LENGTH. Returned: Always. - ApplType
-
Description: Type of application making the MQI call that caused the event. Identifier: MQIA_APPL_TYPE. Data type: MQCFIN. Returned: Always. - ApplName
-
Description: Name of the application making the MQI call that caused the event. Identifier: MQCACF_APPL_NAME. Data type: MQCFST. Maximum length: MQ_APPL_NAME_LENGTH. Returned: Always. - ObjectQMgrName
-
Description: Name of the object queue manager. Identifier: MQCACF_OBJECT_Q_MGR_NAME. Data type: 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. - BaseType
-
Description: Type of object to which the alias resolves. Identifier: MQIA_BASE_TYPE. Data type: MQCFIN. Values: - MQOT_Q
- Base object type is a queue
- MQOT_TOPIC
- Base object type is a topic
Returned: Always. - ConnName
-
Description: Connection name for client connection. Identifier: MQCACH_CONNECTION_NAME. Data type: MQCFST. Maximum length: MQ_CONN_NAME_LENGTH. Returned: If the application making the MQI call that caused the event is a client attached application. - ChannelName
-
Description: Channel name for client connection. Identifier: MQCACH_CHANNEL_NAME. Data type: MQCFST. Maximum length: MQ_CHANNEL_NAME_LENGTH Returned: If the application making the MQI call that caused the event is a client attached application.
Parent topic: Event message descriptions