Page 1 of 1

connect to meesage queue

Posted: Mon Sep 28, 2009 5:33 pm
by changming
hi all
I need to connect message queue to retrieve data. After I set up queue manager name and queue name. then run the job. I had below error in the log
Fatal Error: Fatal: Failed to connect to queue manager. Reason code 2058.
I think I need to do more configuration on the message queue but I have no ideal at all on how to do it. Any one can give a hint?
Thanks in advance.

Posted: Mon Sep 28, 2009 8:30 pm
by ray.wurlod
In version 7 DataStage the MQ server needs to be co-resident with (on the same machine as) the DataStage server. Does your configuration satisfy this requirement?

on the same server

Posted: Mon Sep 28, 2009 9:44 pm
by changming
ray.wurlod wrote:In version 7 DataStage the MQ server needs to be co-resident with (on the same machine as) the DataStage server. Does your configuration satisfy this requirement? ...
I know it must be on the same server and I was told like such as well.

Posted: Mon Sep 28, 2009 10:44 pm
by lstsaur
The returned error code 2058 means the user doesn't have the proper access permission.

suddenly it starts working

Posted: Tue Sep 29, 2009 7:31 pm
by changming
ray.wurlod wrote:In version 7 DataStage the MQ server needs to be co-resident with (on the same machine as) the DataStage server. Does your configuration satisfy this requirement? ...
thanks for your prompt reply.