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
Original Message:
Sent: Tue February 21, 2023 03:37 AM
From: Ahmad Raza Khan
Subject: ACE to MQ connectivity
Hi All,
I have installed a setup on a server for ACE and MQ where I am unable to establish a connection between them when I deploy an application with the MQ details using MQ Client Connection Properties where I specify all the details needed and run the application I get an MQRC 2035 error
note: ACE is run as root user and my MQ has default mqm users.
If you have any suggestion kindly reach out to help.
PFB error:
Exception. BIP2230E: Error detected whilst processing a message in node 'mq.MQ Output'. : /build/jenkins_swg/slot0/product-build/WMB/src/DataFlowEngine/TemplateNodes/ImbOutputTemplateNode.cpp: 260: ImbOutputTemplateNode::processMessageAssemblyToFailure: ComIbmMQOutputNode: mq#FCMComposite_1_3 BIP2677E: Failed to make a client connection to queue manager 'QM_NEFT' using hostname '172.16.3.124' on port '8090': MQCC=2; MQRC=2035. : /build/jenkins_swg/slot0/product-build/WMB/src/DataFlowEngine/Connectors/mqconnector/MQConnection.cpp: 574: MQConnection::open:
------------------------------
Ahmad Raza Khan
------------------------------