MQ connector 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
suja.somu
Participant
Posts: 79
Joined: Thu Feb 07, 2013 10:51 pm

MQ connector error

Post by suja.somu »

I am writing a message to MQ using WebSphere MQ connector stage.
on a server mode config, with Queue manger, Username, password and Queue name defined. job aborts with a fatal error. there are no other error message in the log except below.

Parallel job reports failure (code 1)

Could someone help me to fix the error.

Job design:

SEQfile----> Column Export Stage-----> MQ connector
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is the queue manager installed on the same machine as the DataStage engine? This is a requirement for server mode.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
suja.somu
Participant
Posts: 79
Joined: Thu Feb 07, 2013 10:51 pm

Post by suja.somu »

Yes. Thanks Ray. I am able to successfully connect to the Queue manager using the test button in the connector.
suja.somu
Participant
Posts: 79
Joined: Thu Feb 07, 2013 10:51 pm

Post by suja.somu »

What does Code1 error mean ?
Post Reply