Page 1 of 1

Error when reading a file

Posted: Sun Aug 17, 2003 12:39 pm
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.

Posted: Sun Aug 17, 2003 9:51 pm
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

Posted: Mon Aug 18, 2003 7:13 am
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.