Installation guide

MSG_Exception: Event Handler Messages
FlashCONNECT Administrator’s Guide 201
w3SharedMemory::open() shmat(), errorcode
w3SharedMemory::open() shmctl(), errorcode
w3SharedMemory::open() shmget(), errorcode
w3Socket::FinishRead() You must call StartRead() first
w3Socket::FinishWrite() send() error, errorcode
w3Socket::make() socket()
Meaning: Failure to map the shared memory segment. UNIX only.
Severity: FCService will fail.
Action: Check errorcode and resolve underlying problem.
Meaning: Failure to get the size of the shared memory segment. UNIX only.
Severity: FCService will fail.
Action: Check errorcode and resolve underlying problem.
Meaning: Failure to re-open the shared memory segment to the correct size.
UNIX only.
Severity: FCService will fail.
Action: Check errorcode and resolve underlying problem.
Meaning: Internal error.
Severity: FCService will fail.
Action: Contact Raining Data Customer Support.
Meaning: Socket error on send trying to complete a write.
Severity: FCService will fail.
Action: Check errorcode and resolve underlying problem.
Meaning: Invalid value while trying to make a socket.
Severity: FCService will fail.
Action: Check system socket configuration.