IPC Remoting problem

ipcwindows-services

We are receiving the following error using IPC.
"Failed to connect to an IPC Port: The system cannot find the file specified."
The issue is happening on a Windows 2003 server.

Of course it only happens in production. We are unable to reproduce this in our development environment.

The Windows service that is attempting to use IPC is running as Local System.

Is there some sort of permission that needs to be changed?

Best Answer

We were attempting to access the channel before it was spun up. So we would receive the 'not found' error. Wrapping the access code in some 'is it really ready' code fixed the problem.

Related Topic