Page 1 of 1

Target Load Order

Posted: Mon Aug 23, 2010 2:03 pm
by vskr72
I have 4 pipelines in a job. Each having separate SRC and TGT.

Code: Select all

SRC1 --> DSStages--> TGT1

SRC2 --> DSStages--> TGT2

SRC3 --> DSStages--> TGT3

SRC4 --> DSStages--> TGT4
Is there a way where we can tell datastage to execute these pipelines in a particular seqeunce like 1,2,3 and 4. I know its possible to put them in a seperate jobs and call them thru a seqeuncer. But, can we handle when all of them are in a single job. Thanks,

Satish

Posted: Mon Aug 23, 2010 2:31 pm
by ray.wurlod
No.

But the answer is no whether it's a server job or a parallel job.

Posted: Mon Aug 23, 2010 3:10 pm
by arunkumarmm
If it is a server Job:

What is your source and target stages? I believe we can do with some limitations.

1. Both your source and target should be files with same 'Line Terminators'
Or
2. Both your source and target should be db of same type. Oracle to oracle, etc.,

Posted: Mon Aug 23, 2010 3:12 pm
by vskr72
I am sorry for posting it in the wrong section. It is a parallel job.

Posted: Mon Aug 23, 2010 4:33 pm
by chulett
vskr72 wrote:I am sorry for posting it in the wrong section. It is a parallel job.
No worries, we're here now. :wink:

Posted: Tue Aug 24, 2010 2:24 am
by Sainath.Srinivasan
If you really need it, you can create dummy reference links to simulate dependancy across links.