Random Link collector Error

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

arturor
Participant
Posts: 3
Joined: Mon Aug 09, 2004 2:33 am

Re: Random Link collector Error

Post by arturor »

Hi:

We have the same problem with DS 7.5.3. It's a problem with memory allocate and we have to revise the parallelism of the job and the the other process that runs at the same time in the host. If you can, reduce the parallelism of the job, or revise the other process running. In other project, we have to increase the memory of the host from 4 Gb to 8 Gb and finally the problem finished.

Should the error continues, you could change the link collector for a hash file, with the same link input and output that have the link collector. This is a valid and quick solution for the problem.
fgallet wrote:Hi,

I've great trouble with a job that fail ramdomly with this message :

"DWHAlimACFO.Load_ACFO_Daily_w.ACPRNormalization.DSLink178: ds_ipcopen() - Error in open(/tmp/ade.ReportingPrism.DWHAlimACFO.Load_ACFO_Daily_w.ACPRNormalization-Link_Collector_167.DSLink178) - No such file or directory"

Could anybody help me ?

Thx a lot
Post Reply