moving master in server to sequencer

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
abilashkreddy
Participant
Posts: 20
Joined: Thu Nov 16, 2006 1:32 pm
Location: louisville

moving master in server to sequencer

Post by abilashkreddy »

Right now I have master job which is running in the server job , but I want to move the server job into the Job Sequence. And I am having trouble doing that.

The input and the output in the master job have a third party plug-in. The input plug-in has a query which runs in the in the master job and pulls the load in the form of delta and not as a full load for some of the jobs. And output is sent to an entity family. In the sequencer I am able put the sequencer activity for all the server jobs, but I am not understanding what to put for the plug-ins as the plug-ins are used only in the server job.
nick.bond
Charter Member
Charter Member
Posts: 230
Joined: Thu Jan 15, 2004 12:00 pm
Location: London

Post by nick.bond »

Find it slightly hard to understand what you mean here. If you are using Plug-ins in your server job, you simply need to add your server job to the sequence job and it will work. You don't need to add anything to the sequence for the plug-ins.

A sequence job simply invokes other jobs or activities. If your server job runs in stand alone mode it will run when added to a sequence.
Regards,

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

Post by ray.wurlod »

Can you not simply emplace a Job activity that executes the master job?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
abilashkreddy
Participant
Posts: 20
Joined: Thu Nov 16, 2006 1:32 pm
Location: louisville

Post by abilashkreddy »

I wanted to have an email notification for each of the jobs in the master server job such that there is an email notification even there is a warning while running the datastage job. And it is possible only in job sequence. The plug-ins which I have in Server job cannot be imported into Job sequence. So I was looking for any probable way.
JoshGeorge
Participant
Posts: 612
Joined: Thu May 03, 2007 4:59 am
Location: Melbourne

Post by JoshGeorge »

Job stages/plug-ins and sequence stages/plug-ins are different. You don't have to worry about importing the plug-ins if your job is working properly. In the sequence add a Job activity that executes the master job and in the output you can specify 3 links for success, failure and warning.
Joshy George
<a href="http://www.linkedin.com/in/joshygeorge1" ><img src="http://www.linkedin.com/img/webpromo/bt ... _80x15.gif" width="80" height="15" border="0"></a>
Post Reply