Error : Job Contains Cyclic or linear dependencies

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
rladha
Participant
Posts: 4
Joined: Tue Jun 10, 2003 9:39 am

Error : Job Contains Cyclic or linear dependencies

Post by rladha »

Hello Everyone;

When I tried to complie Datastage 4.1 into 6.0, Im getting a following error:

"Job contains cyclic or liner dependencies and will not run"

Thanks in advance

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

Post by ray.wurlod »

Impossible to tell without seeing the actual job, but it looks like your 4.1 job relies on something that the compiler failed to pick up, usually something like a later stage in the job updating something that needs to be accessed earlier in the job.
Scrutinise the job looking for anything that looks like a cycle, and re-design the job so that it is avoided; maybe by using two stages rather than one.
Post Reply