LDAP: Lost binding to server. Description Communication has dropped to the Active Directory/LDAP server. Notes
Category: Logs
*** WSAECONNRESET – 10054 ***
*** WSAECONNRESET – 10054 *** Description Connection reset by peer. Notes An existing connection was forcibly closed by the remote host. 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… Continue reading *** WSAECONNRESET – 10054 ***
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.
*** 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.
*** 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.
Receive error buffer full
Receive error buffer full Description The available memory buffer if full for the data being received. Notes In some cases, a camera can send a frame larger than our allowable frame buffer. Lowering the image quality may help.
*** 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.
*** 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.
*** 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.
*** 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… Continue reading *** WSAEADDRNOTAVAIL – 10049 ***