Are you using an MQ Endpoint policy on ACE to connect to MQ? The error as quoted above is due to the MQ QMGR not having the permission to allow the connection in. You'll need to run these commands on MQ to start with, also ensure you have created a SVRCONN channel on MQ and specified the same in the MQ endpoint policy xml.
set chlauth(*) TYPE(BLOCKUSER) USERLIST(*MQADMIN) ACTION(REMOVE)
set chlauth(SYSTEM.ADMIN.SVRCONN) TYPE(ADDRESSMAP) ADDRESS(*) ACTION(REMOVE)
alter authinfo(SYSTEM.DEFAULT.AUTHINFO.IDPWOS) authtype(IDPWOS) CHCKCLNT(NONE) CHCKLOCL(NONE)
refresh security type(authserv)
refresh security type(connauth)
------------------------------
Abu Davis
------------------------------
Original Message:
Sent: Mon September 23, 2024 11:38 PM
From: Samuel Martinez
Subject: ACE to MQ connectivity
Hello, I have the same problem, I wanted to know if you found the solution
------------------------------
Samuel Martinez
------------------------------