Recently we were migrated our websphere application server v8.0.0.3 to 8.5.5.8. One application was running which is using IBM MQ java API to connect one third party machine through MQ server connection channel.
Same application working good in v8.0.0.3, but same application is not connecting with MQ in v8.5.5.8. We are getting "MQRC 2035"(NOT AUTHORIZED).
Exact Error:
Could be configuarion, network or service availability issue. Root Cause: MQJE001: Completion Code '2', Reason '2035'
Both older and newer version of application server running as "SYSTEM" user(Windows service).
It can be solve by adding the setmqauth at third party side. but we need some clarification why same application is not working on v8.5.5.8