Job is hanging at runtime

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
dlvsrinivas
Participant
Posts: 18
Joined: Mon Jul 07, 2003 12:56 am
Location: India

Job is hanging at runtime

Post by dlvsrinivas »

Hi All,

I have a server job which uses link collector at the end to collect records from different inter process stages. When I have run the program for small number of records (say 50) the job has been finished with out any issues. Now, when I have increased the number of records to 500 and ran it, the job is hanging at the Linkcollector stage. I couldn't figure out the problem.

Any help on this is greatly appreciable.

Regards,
Srinivas.
tonystark622
Premium Member
Premium Member
Posts: 483
Joined: Thu Jun 12, 2003 4:47 pm
Location: St. Louis, Missouri USA

Post by tonystark622 »

Srinivas,

If you do not have the same number of rows returning from each link to the collector, it will hang waiting for the "next" link to process.

Hope this helps,
Tony
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Dump your link collector and instead write to sequential text files. Cat them together in an after job routine. Pick up the concatenate file and process it further in another job. The link collector looks better than it works.

Kenneth Bland
Post Reply