Installation guide
Appendix E: MSG_Exception Messages
192 FlashCONNECT Administrator’s Guide
w3Pipe::make( const char *n): listen() ,errorcode
w3Pipe::make( const char *n): malloc()
w3Pipe::make( const char *n): SetSecurityDescriptorDacl(),
errorcode
w3Pipe::StartAccept(): ConnectNamedPipe()
w3Pipe::StartAccept(): Unexpected error, errorcode
Meaning: Failure to listen while making a socket for a named pipe. UNIX only.
Severity: FCService will fail.
Action: Check errorcode and resolve underlying problem.
Meaning: Out of memory for a security descriptor while making a named pipe.
Severity: FCService will fail.
Action: Check memory usage.
Meaning: Failure to set security descriptor DACL while making a named pipe.
Windows only.
Severity: FCService will fail.
Action: Check errorcode and resolve underlying problem.
Meaning: Unable to connect to the named pipe under Windows. Windows only.
Severity: FCService will fail.
Action: Check system resources.
Meaning: Unexpected errorcode while trying to connect to named pipe under
Windows.
Severity: FCService will fail.
Action: Check errorcode and resolve underlying problem.