Error '2035' ('MQRC_NOT_AUTHORIZED') While Connecting to MQ

前端 未结 7 1646
醉酒成梦
醉酒成梦 2021-02-05 09:23

I am getting this error while connecting to IBM MQ. I know that this is because of privileges, but is there any way just to check the connection with IBM MQ?

Please sugg

7条回答
  •  余生分开走
    2021-02-05 09:56

    I have been struggling with this for ages too. Eventually I found this solution. (If you can call turning off authentication a solution.)

    I am using version - IBM Websphere 9.1.0.201807091223

    From IBM's website they advise turning connection authentication off!!!

    Resolving the problem Disable channel authentication

    You will need to disable connection authentication, at least temporarily. There are known issues in FTM for Check with regard to using MQ connection authorization. These problems are actively being addressed and fixes will appear in a future fix pack. The target is fixpack 3.0.0.8.

    Steps to disable connection authentication: Open MQ command console and type runmqsc ALTER AUTHINFO(SYSTEM.DEFAULT.AUTHINFO.IDPWOS) AUTHTYPE(IDPWOS) CHCKCLNT(NONE) CHCKLOCL(NONE) Restart the queue manager for this change to take effect.

    Source http://www-01.ibm.com/support/docview.wss?uid=swg21962081

提交回复
热议问题