Loaded configuration. Notes This is a normal message during startup.
Category: Exclude from Global Search
Device %1: Config socket connect error (10060)
Device %1: Config socket connect error (10060) Description %1 – IP address of the camera. %BR% Timeout connecting to camera indicated, will attempt delayed reconnect. Notes If you see this and do not think the camera is going down. Try an extended ping test, or accessing the camera via the webpage.
Transform failure on send ***
Transform failure on send *** Description Communication failure while sending config information to a Client. Notes Can be due to a corrupted installation or anti-virus. <br>
Starting Log Manager (%1).
Starting Log Manager (%1). Description %1 = The Server version number. %BR% Indicates the Exacq Server service started. Notes This log should be preceded by Stopping Log Manager. If it is not, this often indicates an ungraceful shutdown (due to a crash, freeze, power loss, etc…).
File ***.ps not found
File ***.ps not found Description Indicates that that the Exacq Server had knew about this file. But when it went to remove this data to make room for new data, it could not find the file in question. Notes This can mean a few things. It can mean that the drive is falling behind, if… Continue reading File ***.ps not found
*** EWOULDBLOCK – 143 ***
*** EWOULDBLOCK – 143 *** Description The socket is non-blocking, but the called function would block. Notes This error is detected when a requested operation is not ready to be done, but the socket is set to a non-blocking mode. select can be used to wait with timeout for the operation to become ready. <br>
*** ETIMEDOUT – 140 ***
*** ETIMEDOUT – 140 *** Description Timeout. Notes An operation such as connect, recv or send timed out. For TCP, this error could occur during a send operation if the remote host is not responding with acknowledgments. This could also occur if the remote host is not responding to an ARP request. <br>
*** ENOTSOCK – 130 ***
*** ENOTSOCK – 130 *** Description Invalid socket descriptor. Notes An invalid socket descriptor was passed to an API function. The socket descriptor returned by calls to socket or accept needs to be passed to bind/connect/send, etc. <br>
*** ENOTCONN – 128 ***
*** ENOTCONN – 128 *** Description Socket is not connected. Notes This error occurs when an operation such as send or recv was performed on a socket which was in an invalid state for the attempted operation. <br>
*** ENETUNREACH – 125 ***
*** ENETUNREACH – 125 *** Description Network unreachable (keep alive failed). Notes This error occurs when keep alive closes a TCP socket due to the remote host not responding to keep alive packets. <br>