Making a job to run on Multiple Instances

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
bhasannew
Participant
Posts: 31
Joined: Wed Aug 06, 2008 10:54 pm

Making a job to run on Multiple Instances

Post by bhasannew »

hi,

what are the points to be considered to make a job run in multiple instances.

Thanks,
bhasan.
kiran259
Participant
Posts: 48
Joined: Thu Aug 16, 2007 11:17 pm
Location: United States
Contact:

Re: Making a job to run on Multiple Instances

Post by kiran259 »

Only point:Enable multiple instance :)
Kiran Vaduguri

As soon as the fear approaches near, attack and destroy it.
biju.chiramel
Participant
Posts: 5
Joined: Mon Oct 29, 2007 9:55 pm
Location: Mumbai

Re: Making a job to run on Multiple Instances

Post by biju.chiramel »

Hi,

According to me.... the name should be unique for calling the job. So usually <Parent Job>.<Child Job> should be the name format.

Select the stages which are suitable for parallel run and requirement
bhasannew
Participant
Posts: 31
Joined: Wed Aug 06, 2008 10:54 pm

Post by bhasannew »

sorry guys, posted question wrongly. the corrected question is as follows.

what are the points to be considered in making a job which is running in a single node to run in multiple nodes. I mean what are the properties in the stages that needs to be done and required changes from configuration file perspective.

thanks,
Bhasan.
kiran259
Participant
Posts: 48
Joined: Thu Aug 16, 2007 11:17 pm
Location: United States
Contact:

Post by kiran259 »

Open in a new post then.Anyways,Edit the config file with the desired number of logical nodes and make the job run with this config file.But this node enhancement depends on resource availabilty.
Kiran Vaduguri

As soon as the fear approaches near, attack and destroy it.
Post Reply