+
Search Tips
|
Advanced Search
REST API messages
MQWB0900E
MQWB0900E: The request did not specify a valid language. No locale from <insert_0> could be resolved.
Explanation
The REST API request contained an 'Accept-Language' header which was incorrect.
Response
Resubmit the request using a valid 'Accept-Language' header.
MQWB0901E
MQWB0901E: The request did not specify a valid Content-Type. Only "application/json" optionally followed by ";charset=UTF-8" is supported.
Explanation
The REST API request lacked a 'Content-Type' header or contained a 'Content-Type' header which was incorrect.
Response
Resubmit the request using a valid 'Content-Type' header.
MQWB0902E
MQWB0902E: The web server cannot load a native library used by IBM MQ.
Explanation
The IBM MQ REST API web server could not load a native library which it needs. The library path is probably incorrect.
Response
Refer to the system administrator.