2067 (0813) (RC2067): MQRC_SELECTOR_ERROR

Explanation

An MQINQ or MQSET call was issued, but the Selectors array contains a selector that is not valid for one of the following reasons:
  • The selector is not supported or out of range.
  • The selector is not applicable to the type of object with attributes that are being inquired upon or set.
  • The selector is for an attribute that cannot be set.
This reason also occurs if the parameter pointer is not valid. (It is not always possible to detect parameter pointers that are not valid; if not detected, unpredictable results occur.)

An MQINQ call was issued for a managed handle in IBM® MQ Multicast, inquiring a value other than Current Depth.

Completion code

MQCC_FAILED

Programmer response

Ensure that the value specified for the selector is valid for the object type represented by Hobj. For the MQSET call, also ensure that the selector represents an integer attribute that can be set.

MQINQ for managed handles in IBM MQ Multicast can only inquire on Current Depth.