MQ Stage Error

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
mydsworld
Participant
Posts: 321
Joined: Thu Sep 07, 2006 3:55 am

MQ Stage Error

Post by mydsworld »

I am using MQ Connector stage in v8.Though I am getting connected to the remote Queue, but the job aborts with error code MQRC_NOT_AUTHORIZED.

Please advise.
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

No, the error message says that you didn't have the permission to connect.
mydsworld
Participant
Posts: 321
Joined: Thu Sep 07, 2006 3:55 am

Post by mydsworld »

Probably it is not taking the MQ userid and password, instead trying to connect with datastage userid.

How to get rid of that.

Thanks
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

MQ Connector use DataStage's ID to connect to the MQ and the ID used to login the DS must be a member of "mqm" group on the server.
mydsworld
Participant
Posts: 321
Joined: Thu Sep 07, 2006 3:55 am

Post by mydsworld »

Thanks.

By 'server' in your reply 'ID used to login the DS must be a member of "mqm" group on the server' do you mean, datastage server or the mq server.
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

DataStage server.
Post Reply