1 Reply Latest reply on Aug 6, 2015 1:45 PM by dgrove_redhat.com

    MQRC_NOT_AUTHORIZED for MQ Resource Adapter 7.5.0.4 when connecting to a remote MQ queue manager

    vimodchandra

      Hi,

      I am having a java application deployed in JBoss EAP 5.1 server. From this server, we are connecting to an IBM MQ queue manager using MQ Resource Adapter 'wmq.jmsra-7.5.0.4.rar' (deployed under 'deploy' directory of JBoss). When we use MQ RA version 'wmq.jmsra-7.0.1.6.rar', application is able to connect to the remote MQ server. But when we use version 7.5 (wmq.jmsra-7.5.0.4.rar), we are getting following exception.

      Exception getting : com.ibm.mq.MQException: JMSCMQ0001: WebSphere MQ call failed with compcode '2' ('MQCC_FAILED') reason '2035' ('MQRC_NOT_AUTHORIZED')

      I dont know the version of Remote MQ server. What could be the problem here since the problem is with only 7.5 version of MQ RA. (Since we are using same JBoss server and we are not passing any username or password for the connection on both the versions).Kindly help.