ds_ipcopen() - Error in open file/dir

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
prasoon
Participant
Posts: 29
Joined: Thu Mar 30, 2006 6:43 am

ds_ipcopen() - Error in open file/dir

Post by prasoon »

Hi,
I read lots of post in this forum related to same topic, but still didn't have any solution.
Following log massage I'm getting and after that job getting failed.

Any suggestion would be appreciated.


Item #: 94
Event ID: 87828
Timestamp: 2006-08-25 17:53:12
Type: Warning
User Name: informix
Message: XYZ..Container6.TransText.LC1_6: ds_ipcopen() - Error in open(/tmp/PROJ.XYZ..Container6.TransText-Link_Collector_1) - No such file or directory

Item #: 95
Event ID: 87829
Timestamp: 2006-08-25 17:53:12
Type: Fatal
User Name: informix
Message: XYZ..Link_Collector_1: |Error 11 in GCI Link initialisation.|


_________________
Regards,
Prasoon

View user's profile Send private message Send e-mail

meena
Participant



Joined: 13 Sep 2005
Posts: 220

Points: 1431
Posted: Thu Sep 07, 2006 7:44 pm Reply with quote Back to top

--------------------------------------------------------------------------------





Hi,
Can you check this:

viewtopic.php?t=96368&highlight=dsipcopen

Probably this may give you an idea. And move this post to "server".
Regards,
Prasoon
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check for /tmp becomin full during execution of the job.

If this is happening, change the setting of UVTEMP and TMPDIR environment variables to point to somewhere with more space.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
hsahay
Premium Member
Premium Member
Posts: 175
Joined: Wed Mar 21, 2007 9:35 am

Post by hsahay »

Hi

This started happening to me recently.

When i check the /tmp, the file that it is complaining it can't open is very much there.

Then i rerun the job and it succeeds.

So why this error ?
vishal
Post Reply