beautypg.com

SMC Networks EliteView 6.20 User Manual

Page 198

background image

E

RROR

M

ESSAGES

I-6

Cleanup WinSocket failed with error code %d when exiting BTPIFM.EXE!

Cause:The Unregister operation from winsock.dll failed. The error code should refer to the WSACleanup( )
function in the WinSocket specification.
Action: Check the network subsystem by error code.

Close socket failed with error code %d when exiting BTPIFM.EXE!

Cause: Attempt to close the socket BOOTP failed. This error code comes from the function closesocket( ) in the
WinSocket specification.
Action: Check the network subsystem by error code.

Enable receive broadcast frame error with error code %d.

Cause: ENABLE receive broadcast option error. Assigned error code comes from the function setsockopt( ) in
the WinSocket API.
Action: Check the network subsystem by error code.

Get bootp service info error.

Cause: The error code comes from the function getservbyname( ) of the WinSocket specification.
Action: Check the network subsystem by error code.

Got FD_READ message, but got length error with error code %d.

Cause: Received a packet, but the network subsystem cannot report the length. The error code comes from the
function ioctlsocket( ) of WinSocket API.
Action: Check the network subsystem by error code.

Memory allocation is not successful.

Cause: Out of memory.
Action: Close some applications and retry, or restart windows.

No Usable WinSock.dll found.

Cause: The Call WsaStartup failed with an unknown error code.
Action: Check the version of winsock.dll.

Open UDP Socket failed with error code = %d!

Cause: The Open Socket operation fail. The error code comes from the function socket( ) of the WinSocket API.
Action: Check the network subsystem by error code.