2471 (09A7) (RC2471): MQRC_PROPERTY_NOT_AVAILABLE
Explanation
On an MQINQMP call, no property could be found that matched the specified name. When iterating through multiple properties, possibly using a name containing a wildcard character, this indicates that all properties matching the name have now been returned.
Completion code
MQCC_FAILED
Programmer response
Ensure that the correct property name was specified. If the name contains a wildcard character specify option MQIMPO_INQ_FIRST to begin iterating over the properties again.
Parent topic: API reason codes