Posts

Showing posts from 2016

JMSWMQ2013: The security authentication was not valid that was supplied for QueueManager 'XYZ' with connection mode 'Client' and host name 'x.x.x.x(1415)'. Please check if the supplied username and password are correct on the QueueManager to which you are connecting.

Check the corresponding user has following permissions dspmq -t qmgr -m <QMGR_NAME> -p <USER> connect inq set altusr crt dlt chg dsp setid setall ctrl system If not set the authentication permissions by running the below command setmqaut -t qmgr -m <QMGR_NAME> -p <USER>  +connect +inq +set +altusr +crt +dlt +chg +dsp +setid +setall +ctrl +system

MQ - 2035 not authorized (connect)

Make sure user is added to the admin group (mqm) and run the blow commands to connect to the MQ from remote client 1. ALTER QMGR CHLAUTH(DISABLED) 2. SET CHLAUTH(*) TYPE(BLOCKUSER) USERLIST('nobody','*MQADMIN') 3. ALTER AUTHINFO(SYSTEM.DEFAULT.AUTHINFO.IDPWOS) AUTHTYPE(IDPWOS)       CHCKCLNT(OPTIONAL) 4. REFRESH SECURITY TYPE(CONNAUTH)

Basic DevOps Architecture