Error 11 in GCI Link initialisation

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
josselinb
Participant
Posts: 1
Joined: Tue Sep 27, 2005 4:11 am

Error 11 in GCI Link initialisation

Post by josselinb »

Hi,

An error happens randomly (with no apparent reason). This is the detail of the error :

JxHOSTTDBQ3113AjustementRejets.#1.Tr_Mapping1.Ln_IN_Tr_Mapping1-Input.Ln_IN_Tr_Mapping1: ds_ipcopen() - Error in open(/tmp/HYPERCP2DEV.JxHOSTTDBQ3113AjustementRejets.#1.Tr_Mapping1.Ln_IN_Tr_Mapping1-Input) - No such file or directory

It seems that the job doesn't succeed in creating a temporary file in the /tmp folder of the server.

We already tried to check the permissions on the /tmp folder and the storage usage (it is pretty much half full all the time).

What environment settings should we apply to ensure this problem doesn't appear anymore ?

Thanks guys

Josselin
algfr
Participant
Posts: 106
Joined: Fri Sep 09, 2005 7:42 am

Re: Error 11 in GCI Link initialisation

Post by algfr »

Just make sure that no BASIC Transformer is used in your jobs. They tend to cause crashes in your jobs.

Open your transformers and check the kind of routines you can create to find out if these are Servers or Parallel.
Post Reply