Categories
Exclude from Global Search Knowledge Support Support Warning exacqVision Server Categories Products Logs StreamPI

Client *** disconnected due to key exchange timeout.

Client *** disconnected due to key exchange timeout.

Description

The remote client did not respond to the key exchange.

Notes

Server-Client keys are exchanged every 5 minutes.

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

*** WSAECONNABORTED – 10053 ***

*** WSAECONNABORTED – 10053 ***

Description

Software caused connection abort.

Notes

An established connection was aborted by the software in your host computer, possibly due to a data transmission time-out or protocol error.

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

*** WSAENETRESET – 10052 ***

*** WSAENETRESET – 10052 ***

Description

Network dropped connection on reset.

Notes

The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress. It can also be returned by setsockopt if an attempt is made to set SO_KEEPALIVE on a connection that has already failed.

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

*** WSAENETUNREACH – 10051 ***

*** WSAENETUNREACH – 10051 ***

Description

Network is unreachable.

Notes

A socket operation was attempted to an unreachable network. This usually means the local software knows no route to reach the remote host.

Categories
Knowledge Support Exclude from Global Search Log Level Support Warning 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
Knowledge Support Exclude from Global Search Support Warning exacqVision Server Categories Products Logs GenericCameraPI

*** received sequence *** expected ***

*** received sequence *** expected ***

Description

Data packets from the camera/device are being received out of sequence.

Notes

May be a network congestion.

Categories
Knowledge Support Exclude from Global Search Log Level Support Warning 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
Knowledge Support Exclude from Global Search Log Level Warning Support 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 Warning Support 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
Exclude from Global Search Knowledge Support Warning Support exacqVision Server Categories Products Logs StreamPI

Login failure – invalid or missing user account file.

Login failure – invalid or missing user account file.

Description

The “useraccounts.xml is either corrupt, or missing from the Server’s installation directory.

Notes

Stopping the Server service, deleting the corrupted file, then reinstalling the Server will generate a default useraccounts.xml.