WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Error Messages

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Internet Winsock Extender Error Codes

Keywords:    error codes

Question:

Do you have a list of the error codes in the Winsock extender?

Winsock Error Codes:

10004	WSAEINTR
10009	WSAEBADF
10013	WSAEACCES
10014	WSAEFAULT
10022	WSAEINVAL
10024	WSAEMFILE
10035	WSAEWOULDBLOCK (sSend/sRecv - Gets translated to @sErrMustWait)
10036	WSAEINPROGRESS
10037	WSAEALREADY
10038	WSAENOTSOCK (sConnect - gets translated to @sErrSocket)
10039	WSAEDESTADDRREQ
10040	WSAEMSGSIZE
10041	WSAEPROTOTYPE
10042	WSAENOPROTOOPT
10043	WSAEPROTONOSUPPORT
10044	WSAESOCKTNOSUPPORT
10045	WSAEOPNOTSUPP
10046	WSAEPFNOSUPPORT
10047	WSAEAFNOSUPPORT
10048	WSAEADDRINUSE
10049	WSAEADDRNOTAVAIL
10050	WSAENETDOWN
10051	WSAENETUNREACH
10052	WSAENETRESET (sConnect - gets translated to @sErrNoConn)
10053	WSAECONNABORTED (sConnect - gets translated to @sErrNoConn)
10054	WSAECONNRESET
10055	WSAENOBUFS
10056	WSAEISCONN
10057	WSAENOTCONN
10058	WSAESHUTDOWN
10059	WSAETOOMANYREFS
10060	WSAETIMEDOUT (sConnect - gets translated to @sErrNoConn)
10061	WSAECONNREFUSED (sConnect - gets translated to @sErrBusy)
10062	WSAELOOP
10063	WSAENAMETOOLONG
10064	WSAEHOSTDOWN
10065	WSAEHOSTUNREACH
10066	WSAENOTEMPTY
10067	WSAEPROCLIM
10068	WSAEUSERS
10069	WSAEDQUOT
10070	WSAESTALE
10071	WSAEREMOTE
10091	WSASYSNOTREADY
10092	WSAVERNOTSUPPORTED
10093	WSANOTINITIALISED
10101	WSAEDISCON
11001	WSAHOST_NOT_FOUND
11002	WSATRY_AGAIN
11003	WSANO_RECOVERY
11004	WSANO_DATA (sConnect - gets translated to @sCancel)		

Special note on the 999 Error:

There is not a list of the error messages that correspond to the 999 FTP Winsock error because the informative messages for this error are passed by the server, rather than by the Winsock extender functions. Therefore, the exact syntax of the error message depends on the configuration of the server.
Article ID:   W12631
Filename:   Winsock Extender Error Codes.txt
File Created: 1999:04:15:16:48:32
Last Updated: 1999:04:15:16:48:32