Error when reading a file

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
tjmeichen
Participant
Posts: 14
Joined: Wed Aug 14, 2002 7:43 am
Location: USA

Error when reading a file

Post by tjmeichen »

Has anyone seen the following error, and if you have, what can I do about it?

ds_ipcopen() - call to CreateFileMapping() failed - Access is denied.

This file is a sequential file being read as input to a job. Fixed width columns. Nothing special.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

That the error is being generated from the dsipcopen() function suggests either that you've got an IPC stage in a server job (and it's that stage that's having the problem), or that you're using, and something has gone awry with, row propagation.
If you let us know which it is, maybe we can diagnose a little more accurately. What did your support provider have to say about this?

Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
tjmeichen
Participant
Posts: 14
Joined: Wed Aug 14, 2002 7:43 am
Location: USA

Post by tjmeichen »

As far as I know, I am not using an IPC stage in a server job. I did not speak with a support specialist about this. I was hoping to find out if anyone had come across this error in the past.
Post Reply