ds_ipcopen() - call to OpenFileMapping() failed

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
platon
Participant
Posts: 1
Joined: Mon Jun 23, 2003 2:41 am
Contact:

ds_ipcopen() - call to OpenFileMapping() failed

Post by platon »

Hi

Platform: Windows 2000 Server
DataStage server version: 7.5

I have a job reading rows from a DB2 Stage into a IPC stage. The settings in the IPC stage are (buffer size 128 and timeout 60).

Job Properties settings are Enable row buffer is enabled using In process with buffer size 128 and a timeout set to 60 (timeout is of course greyed out because of my In process selection).

When I run the job I get the following warning and an error message:

Warning: Job_TEWPPERS..Ipc_Picture.Input_H_Picture: ds_ipcopen() - call to OpenFileMapping() failed - The system cannot find the file specified.

Error: Job_TEWPPERS..X_Pivot: |Error 11 in GCI Link initialisation.

I have allready checked to se if the problem could be disk space but I have 50Gb disk space availeble on the server.

The job design worked fine last week and we have not changed the job. We have tried to recompile the job at re-execute it but still the same problem.

Any idees?

Thanks
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
firts you should use inter process buffering if you use IPC rather then in-process a buffer of 1024 usually does it (and may be a forced limit).
beyong that could it be that the file after the IPC stage was/is locked for some reason? or exists with no privilages to the user that run the job when it failed?

IHTH,
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
Post Reply