2547 (09F3) (RC2547): MQRC_RECONNECT_INCOMPATIBLE
Explanation
An MQI option is incompatible with reconnectable connections.
This error indicates that the option relies on information in a queue manager that is lost during reconnection. For example, the option MQPMO_LOGICAL_ORDER, requires the queue manager to remember information about logical message ordering that is lost during reconnection.
This reason also occurs for an MQOPEN when the object being opened is a clustered queue, if the open options include MQOO_BIND_ON_OPEN (or the default bind option for the queue equates to that value), the connection to the queue manager was made using the MQCNO_RECONNECT option, and the queue manager is in a uniform cluster.
Completion code
MQCC_FAILED
Programmer response
Modify the application to remove the incompatible option, or do not allow the application to be reconnectable.
Parent topic: API reason codes