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

前端 未结 7 1639
醉酒成梦
醉酒成梦 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:57

    The 2035 suggests that your connection is getting to the QMgr. If you had the wrong channel name, host or port you would get back a 2059. The 2035 means that the connection made it to the listener, found a channel of the name that was requested and attempted a connection.

    If you want to test past this point it will be necessary to either authorize the ID that you are using to connect or to put an authorized ID in the MCAUSER attribute of the channel.

    For a detailed explanation of how the WMQ security works on client channels, see the WMQ Base Hardening presentation at http://t-rob.net/links.

提交回复
热议问题