Failed to connect to queue manager. Reason code 2058

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
pavans
Participant
Posts: 116
Joined: Sun Sep 10, 2006 7:33 am
Location: bangalore, india

Failed to connect to queue manager. Reason code 2058

Post by pavans »

Hi
I am reading messages from a Remote Queue.
I have mentioned the Queue Manager and Queue Name correctly.
I wanted to know, if i am missing any basic things here.
I have no idea, what to ask other than how to resolve this issue.
I tried searching the forum and google and didnt get enough info.

Let me know your inputs.
Thanks in Advance.
Thanks,
Pavan
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Since you are using 7.x version, make sure that both MQ server and the client installed on the same machine as DS server resides. Otherwise, the MQ job wouldn't work.
jhmckeever
Premium Member
Premium Member
Posts: 301
Joined: Thu Jul 14, 2005 10:27 am
Location: Melbourne, Australia
Contact:

Post by jhmckeever »

Reason Code 2058 is MQRC_Q_MGR_NAME_ERROR which means your queue manager name is invalid. Have you tried connecting from your DataStage server to the queue using MQSC?

By the way, you can access the documentation online at:
http://www-306.ibm.com/software/integra ... index.html

J.
<b>John McKeever</b>
Data Migrators
<b><a href="https://www.mettleci.com">MettleCI</a> - DevOps for DataStage</b>
<a href="http://www.datamigrators.com/"><img src="https://www.datamigrators.com/assets/im ... l.png"></a>
kvshrao
Participant
Posts: 6
Joined: Fri Aug 03, 2012 12:25 am
Location: Chennai
Contact:

Post by kvshrao »

Root cause of this problem would be due to wrong values of Queue manager or Connection in the job

To resolve this error

Cross Check stage level values or parameters in MQ connector / Plugin

Check the Channel name and Ports connectivity between DataStage and MQ Server
Thanks
Ravi
Post Reply