Multiple Instances of the Same job

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
g_rkrish
Participant
Posts: 264
Joined: Wed Feb 08, 2006 12:06 am

Multiple Instances of the Same job

Post by g_rkrish »

Hi,

I want to execute the same job in multiple instances.Can any one
Help me with this?


Thanks,
RK
RK
rwierdsm
Premium Member
Premium Member
Posts: 209
Joined: Fri Jan 09, 2004 1:14 pm
Location: Toronto, Canada
Contact:

Re: Multiple Instances of the Same job

Post by rwierdsm »

In DS designer, go to the job properties. In the dialog box, on the General tab, there is an 'Allow multiple Instances' check box. Check the box.

The next time you run from designer or directory, you will be prompted to enter an instance variable.

If you are running from a script, append a '.instancename' to the end of your job name. This will run the job with your instance name and you will see the instance suffix in director.

A warning, you will not be able to see the performance stats in the designer window, you will need to monitor the job to see row counts.

HTH,

Rob W
Rob Wierdsma
Toronto, Canada
bartonbishop.com
kwwilliams
Participant
Posts: 437
Joined: Fri Oct 21, 2005 10:00 pm

Re: Multiple Instances of the Same job

Post by kwwilliams »

In the properties of your job. Check the box allow multiple instance. When you run the job you will need to provide an invocation id, this differentiates each instantiation of the job.
g_rkrish
Participant
Posts: 264
Joined: Wed Feb 08, 2006 12:06 am

Re: Multiple Instances of the Same job

Post by g_rkrish »

kwwilliams wrote:In the properties of your job. Check the box allow multiple instance. When you run the job you will need to provide an invocation id, this differentiates each instantiation of the job.
thanks.It works perfect

Thanks,
RK
RK
Post Reply