Error while compiling 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
Prashantoncyber
Participant
Posts: 108
Joined: Wed Jul 28, 2004 7:15 am

Error while compiling job

Post by Prashantoncyber »

Hi All,

When i am coming across the compiletime error as "Job contains cyclic or linear dependencies and will not run.

Thro' show error , it is highliting the transformer stage .

I have cheched all the things ,but still error is persisting.

Can any body help me to troubleshoot it.

Thanks
Prashant
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

It means you've created a "circle" or "loop" in your data flow, something that is not allowed and is caught by the compiler. Searching for "linear dependencies" shows several other discussions, one of which is here. Check that thread out or search for the others for some examples of the problems and what people have done to correct it.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply