Categories
Exclude from Global Search Knowledge Support Log Level Warning Support exacqVision Server Categories Products Logs Other

*** WSAENETDOWN – 10050 ***

*** WSAENETDOWN – 10050 ***

Description

A socket operation encountered a dead network. This could indicate a serious failure of the network system (that is, the protocol stack that the Windows Sockets DLL runs over), the network interface, or the local network itself.

Categories
Exclude from Global Search Knowledge Support Log Level Warning Support exacqVision Server Categories Products Logs Other

*** WSAEADDRNOTAVAIL – 10049 ***

*** WSAEADDRNOTAVAIL – 10049 ***

Description

Cannot assign requested address.

Notes

The requested address is not valid in its context. This normally results from an attempt to bind to an address that is not valid for the local computer. This can also result from connect, sendto, WSAConnect, WSAJoinLeaf, or WSASendTo when the remote address or port is not valid for a remote computer (for example, address or port 0).

Categories
Exclude from Global Search Knowledge Support Log Level Support Warning exacqVision Server Categories Products Logs Other

*** WSAEADDRINUSE – 10048 ***

*** WSAEADDRINUSE – 10048 ***

Description

Address already in use.

Notes

Typically, only one usage of each socket address (protocol/IP address/port) is permitted. This error occurs if an application attempts to bind a socket to an IP address/port that has already been used for an existing socket, or a socket that was not closed properly, or one that is still in the process of closing.

Categories
Exclude from Global Search Knowledge Support Log Level Support Warning exacqVision Server Categories Products Logs Other

*** WSAENOTSOCK – 10038 ***

*** WSAENOTSOCK – 10038 ***

Description

Socket operation on nonsocket.

Notes

An operation was attempted on something that is not a socket. Either the socket handle parameter did not reference a valid socket, or for select, a member of an fd_set was not valid.

Categories
Knowledge Support Exclude from Global Search Log Level Support Warning exacqVision Server Categories Products Logs Other

*** WSAEALREADY – 10037 ***

*** WSAEALREADY – 10037 ***

Description

Operation already in progress.

Notes

This error is returned from operations on nonblocking sockets that cannot be completed immediately, for example recv when no data is queued to be read from the socket. It is a nonfatal error, and the operation should be retried later. It is normal for WSAEWOULDBLOCK to be reported as the result from calling connect on a nonblocking SOCK_STREAM socket, since some time must elapse for the connection to be established.

Categories
Knowledge Support Exclude from Global Search Log Level Support Warning exacqVision Server Categories Products Logs Other

*** WSAEWOULDBLOCK – 10035 ***

*** WSAEWOULDBLOCK – 10035 ***

Description

Resource temporarily unavailable.

Notes

This error is returned from operations on nonblocking sockets that cannot be completed immediately, for example recv when no data is queued to be read from the socket. It is a nonfatal error, and the operation should be retried later. It is normal for WSAEWOULDBLOCK to be reported as the result from calling connect on a nonblocking SOCK_STREAM socket, since some time must elapse for the connection to be established.

Categories
Knowledge Support Exclude from Global Search Log Level Support Error exacqVision Server Categories Products Logs Other

Could not | Failed to Allocate memory ***

Could not | Failed to Allocate memory ***

Description

Memory resources not available to process request.

Notes

Could be due to limited resources, or anti-virus interference.

Categories
Exclude from Global Search Knowledge Support Log Level Warning Support exacqVision Server Categories Products Logs Other

WSAETIMEDOUT – 10060 (140) – config|input|notification| socket timeout ***.

WSAETIMEDOUT – 10060 (140) – config|input|notification| socket timeout ***.

Description

Communication dropped to device.

Notes

Likely network related.

Categories
Exclude from Global Search Knowledge Support Log Level Warning Support exacqVision Server Categories Products Logs Other

WSAECONNRESET – 10054 – *** socket closed by peer ***.

WSAECONNRESET – 10054 – *** socket closed by peer ***.

Description

An existing connection was forcibly closed by the remote device.

Notes

This normally results if the peer application on the remote host is suddenly stopped, the host is rebooted, the host or remote network interface is disabled, or the remote host uses a hard close. This error may also result if a connection was broken due to keep-alive activity detecting a failure while one or more operations are in progress.

Categories
Exclude from Global Search Knowledge Support Log Level Support Error exacqVision Server Categories Products Logs Other

audio|close|command|connect|create|http|receive|recv|soap|socket|select|send|stream error #number#

audio|close|command|connect|create|http|receive|recv|soap|socket|select|send|stream error #number#

Description

Standard networking socket error codes.

Notes

In Windows they are usually 5 digits. In Linux, 3 digits.