Register Job Sequence in RTI

Dedicated to DataStage and DataStage TX editions featuring IBM<sup>®</sup> Service-Oriented Architectures.

Moderators: chulett, rschirm

Post Reply
williamswe
Participant
Posts: 11
Joined: Mon Dec 05, 2005 4:11 am

Register Job Sequence in RTI

Post by williamswe »

Hello,

Is it possible to register Job Sequence in RTI?
Our currently design is... to create an empty job which invokes the job seq through "Job Control" and then register that empty job in RTI as web service.

Thanks & Regards,
william
Kirtikumar
Participant
Posts: 437
Joined: Fri Oct 15, 2004 6:13 am
Location: Pune, India

Post by Kirtikumar »

I do not think it is possible.

There is no property available for the sequence job to enable it for RTI. You can make it muli-instance enabled.

But there is an alternative to it.
Create one job with input RTI stage and then transformer and then output RTI stage. In the transformer, call dsjob command to run the sequence you want to invoke. For this you can define a stage variable and then call DSJob. Register this RTI job and as soon as u call this job it will start the sequence.
But there are certain design decisions such as - do you want response from the job just after triggering the sequence or so want the RTI job should return when the sequence finishes etc.
Regards,
S. Kirtikumar.
Post Reply