E
RROR
M
ESSAGES
I-14
Open RAW Socket failed with error code = %d!;
Cause: The Open Socket operatio n failed. The error code comes from th e function socket( ) of the WinSocket
API.
Action: Check the network subsystem by er ror code. Make sure your platform suppor ts the optional RAW Socket.
Receive frame for socket %d. Not for ICMP socket %d.
Cause: A Receive process error in winsock.dll.
Action: Check the network subsystem.
Send request failed with error code = %d.
Cause: The network subsystem has failed. The error code comes from the function sendto( ) in the WinSocket
specification.
Action: Check the network subsystem by error code.
Setup receive message error - error code = %d.
Cause: Cannot setup a Windows message for receive frames. The error code comes from the WSASelect( )
function in the WinSocket specification.
Action: Check the network subsystem by error code.
The application of session number does not exist.
So, the program cannot close communication channel.
Cause: This is an internal error of the application program.
Action: Please contact SMC Technical Support for help.
The network subsystem is not ready!
Cause: The network subsystem may not be the correct platform.
Action: Check for errors in platform.
The protocol stack is saturated.
Cause: The ICMP module cannot process applications at a high layer than your setting.
Action: Modify ProtocolStack in the [icmp] section of the network configuration file network.ini.
The session number of application is duplicate.
Cause: Another client application has the same Windows handle registered to ICMP.DLL.
Action: May have a program error; restart Windows and retry.