MQ Connector

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
HanuKoya
Premium Member
Premium Member
Posts: 23
Joined: Tue Oct 10, 2006 8:04 am

MQ Connector

Post by HanuKoya »

Hi All,
We are implementing DataStage V8. I'm dealing with MQ Connector.

Sometimes the The Queue Manager is full or Server down. In this situation is there any chance to maintain Reject link in DataStage using MQ Connector?.

Is there any chance to Create a Table to handle this Queue (Rejects) in Database level?.

I really appriciate for your answers.

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

Post by lstsaur »

If MQ server is down, your MQ Connector wouldn't be able to connect to the server, let alone retrieving messages.
HanuKoya
Premium Member
Premium Member
Posts: 23
Joined: Tue Oct 10, 2006 8:04 am

Post by HanuKoya »

Thanks for your response.

Waht if Job aborts?. How can we Capture the Messages
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The MQ Connector doesn't use a "reject" link as would other stages. If you try to write to a full or non-existant queue the job will fail. If you try to read from a non-existant queue the job will also fail. The reason for the job failing will be in the log and will contain the MQ Error number.
Post Reply