Mq stage

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
srividhya
Participant
Posts: 42
Joined: Tue May 31, 2005 10:11 am

Mq stage

Post by srividhya »

Hi all
Iam working in mq stage , if the job is successful the i have to send a message to websphere, if it fails i have to send message to database ,can u please help in this

Thanks in advance
sri
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard! :D

You need to construct the logic of detecting success or failure (you did not post any specifications for this). If failure is that of the overall job run you need to detect this in a controlling (parent) job or job sequence.

Once you've detected success or failure, direct control either to a Notification Activity (for email) or a job that uses an MQ Series stage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vigneshra
Participant
Posts: 86
Joined: Wed Jun 09, 2004 6:07 am
Location: Chennai

Post by vigneshra »

Hi Everyone,

We have a requirement. we are extracting and processing data from DB2 database. After processing the records are to be fed into MQ as messages. The volume will be around 2-10 millions. Is there a workable solution for this in DataStage? Also is there anybody who has implemented this successfully?

Please let me know as this is very urgent and any inputs on this will be of great help to us.

Thank you very much in advance!
Vignesh.

"A conclusion is simply the place where you got tired of thinking."
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

We have two requirements.

1. Posters do not "hijack" threads. This is a different question (even though related) so warrants a separate thread.

2. "Urgent" has no meaning here, for reasons already posted ad nauseam.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply