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
poorna_76
Charter Member
Charter Member
Posts: 190
Joined: Thu Jul 08, 2004 10:42 am

ds_ipcopen() - call to OpenFileMapping() failed

Post by poorna_76 »

Hi,

We installed DataStage 7.1 on 2 different servers.

The same job works fine on 1 server and does not work on different server.


When it comes to a LinkCollector stage in the job, it aborts,
stating the following message:


ds_ipcopen() - call to OpenFileMapping() failed - The system cannot find the file specified.


Transformer---------->Link1------>
----------->Link2------->LinkCollector

Both the Links are to LinkCollector.

The job fails, when processing Link2.


Any Thoughts?
aaronej
Participant
Posts: 31
Joined: Mon Aug 18, 2003 9:25 am

Post by aaronej »

Are you using any hash files that exist on server 1 but not on server 2? How about a table definition?

Just a thought...

Aaron
poorna_76
Charter Member
Charter Member
Posts: 190
Joined: Thu Jul 08, 2004 10:42 am

Post by poorna_76 »

No, we are not using any Hash Files.

The table defintions are good.
Post Reply