Job Sequence

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
Sreenivas
Participant
Posts: 12
Joined: Thu Dec 08, 2005 3:43 am

Job Sequence

Post by Sreenivas »

Hi,

I am trying to include three Jobs in a Job Sequence and trying to run. They are in the following Order
A -> B
C

I thought that the above will be considered as starting A and C simultaneously and then start B after completion of A.

I do not have any problem when running A->B, it is giving the following error when C is added or when C is connected to A.

<Sequence Name>..JobControl (@C-Job Name): Controller problem: Error calling DSAttachJob(C-Job Name)
(DSOpenJob) Cannot open job C. - not a runnable job

Can anyone help me out with this issue.

Thanks,
Sreenivas
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You either need to compile or reset your Job C
Post Reply