Installation guide

MSG_Exception: Event Handler Messages
FlashCONNECT Administrator’s Guide 191
w3ErrLog::ActuallyOpen() RegisterEventSource() failed, errorcode
w3Pipe::FinishAccept(): accept(), errorcode
w3Pipe::make( const char *n): bind(), errorcode
w3Pipe::make( const char *n): CreateEvent(), errorcode
w3Pipe::make( const char *n): CreateNamedPipe(), errorcode
w3Pipe::make( const char *n): InitializeSecurityDescriptor(),
errorcode
Meaning: Failure opening the error log.
Severity: FCService will fail.
Action: Check errorcode and resolve underlying problem.
Meaning: Unable to finish the accept on the pipe socket. UNIX only.
Severity: FCService will fail.
Action: Check errorcode and resolve underlying problem.
Meaning: Failure to bind while making a socket for a named pipe. UNIX only.
Severity: FCService will fail.
Action: Check errorcode and resolve underlying problem.
Meaning: Failure to create an event while making a named pipe. Windows only.
Severity: FCService will fail.
Action: Check errorcode and resolve underlying problem.
Meaning: Failure to create a named pipe. Windows only.
Severity: FCService will fail.
Action: Check errorcode and resolve underlying problem.
Meaning: Failure to initialize the security descriptor for a new pipe. Windows
only.
Severity: FCService will fail.
Action: Check errorcode and resolve underlying problem.