beautypg.com

Tftp.dll i-27 – SMC Networks EliteView 6.20 User Manual

Page 219

background image

TFTP.DLL

I-27

Cause: The Bind Socket operation failed. The error code comes from the function bind( ) of the WinSocket
specification.
Action: Check the network subsystem by error code.

Cannot allocate callback routine.

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

Cannot open IFM window.

Cause: An error occurred initializing TFTP.DLL. May be out of memory.
Action: If memory is not enough, close some applications and retry, or restart Windows. Otherwise take the action
indicated by the error code.

Cleanup WinSocket failed with error code %d when closing IFM window.

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

Close socket failed with error code %d when closing IFM window.

Cause: A Close socket operation used by the TFTP.DLL failed. The error code comes from the function
closesocket( ) in the WinSocket specification.
Action: Check the network subsystem by error code.

Enable receive broadcast frame error - error code %d.

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

Get tftp service information 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 - error code %d.

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

Memory allocation is not successful.