2311 (0907) (RC2311): MQRC_STRING_TRUNCATED


Explanation

The string returned by the call is too long to fit in the buffer provided. The string has been truncated to fit in the buffer.


Completion code

MQCC_FAILED


Programmer response

If the entire string is required, provide a larger buffer. On the mqInquireString call, the StringLength parameter is set by the call to indicate the size of the buffer required to accommodate the string without truncation.

Parent topic: API reason codes