Posted: Mon Feb 04, 2013 4:34 pm Post subject: Problem connecting remote Queue Manager to MQ Explorer
Disciple
Joined: 09 Mar 2005 Posts: 196
I am having very hard time connecting to this newly created Queue Manager on Linux environment to MQ Explorer. The commands used to create the QM are simple and posted below.
runmqsc QM1
DEFINE LISTENER('LISTENER.TCP') TRPTYPE(TCP) PORT(1416) CONTROL(QMGR) DESCR('TCP Listener for QM1')
ALTER CHANNEL('SYSTEM.ADMIN.SVRCONN') CHLTYPE(SVRCONN) MCAUSER('mqm')
end
endmqm QM1
strmqm QM1
I tried many times today and it keeps giving the same error.
Could not establish a connection to the queue manager - reason 2538. (AMQ4059)
Severity: 10 (Warning)
Explanation: The attempt to connect to the queue manager failed. This could be because the queue manager is incorrectly configured to allow a connection from this system, or the connection has been broken.
Response: Try the operation again. If the error persists, examine the problem determination information to see if any information has been recorded.
"
I recently created another Queue Manager on same Linux box same way and i am able to connect to MQ Explorer. Only thing that changed now is the port # on listener and the name of Queue Manager.
Are you specifying the correct IP address and port in MQExplorer?
And don't do this: ALTER CHANNEL('SYSTEM.ADMIN.SVRCONN') CHLTYPE(SVRCONN) MCAUSER('mqm')
It will open up a whole world of hurt later - and I've heard the arguments before that "...we only do it in the Development environment..." but it has a contact admin habit of getting migrated into other environments too. _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum