Page 1 of 1

Job is hanging at runtime

Posted: Mon Aug 25, 2003 2:20 pm
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.

Posted: Tue Aug 26, 2003 7:08 am
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

Posted: Tue Aug 26, 2003 7:49 am
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