The MQ Asset QueueManager Validation is failing with 10.8.x
Asset verification throws the below error:
ERROR com.itko.lisa.asset.ui.ProgressLog - Error executing operation Error opening queue manager QM1, Completion Code 2 (MQCC_FAILED), Reason Code 2035 (MQRC_NOT_AUTHORIZED)
com.itko.lisa.messaging.providers.ibmmq.exceptions.IbmMqAuthException: Error opening queue manager QM1, Completion Code 2 (MQCC_FAILED), Reason Code 2035 (MQRC_NOT_AUTHORIZED)
at com.itko.lisa.messaging.providers.ibmmq.IbmMqUtils.toLisaException(IbmMqUtils.java:704) ~[lisa-esb-10.8.1.jar:?]
at
When tested with MQ Client, authentication passes with the same USERID. The credentials are valid.
All supported DevTest versions
IBM MQ all_client and common services JARs from old Devtest installation remained.
The problem was solved by using the IBM MQ All client JAR to be same as the version of IBM MQ Server.( 9.2.x )