*** 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>
Category: Logs
*** 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>
System %1 could not get record volume
System *** could not get record volume Description %1 = the stream id. %BR% For that particular stream, we could not find a place to record it. Notes We try to have 1 GB of free space free to record to when we open a file. This is the warning we print if we can’t… Continue reading System %1 could not get record volume
*** ENETDOWN – 124 ***
*** ENETDOWN – 124 *** Description Network is down. Notes This error is reported if a send times out or the network is unable to transmit. <br>
Login failure – unknown username (%1) or password.
Login failure – unknown username (%1) or password. Description %1 = The user that attempted to login. %BR% This indicates the Client connected to the server, saw the service, and the authentication failed. Notes This has been known to come up on extremely slow connections as well, or on systems with a very restrictive antivirus.… Continue reading Login failure – unknown username (%1) or password.
PlugIn detected disk /c0/%1 has been removed
PlugIn detected disk /c0/%1 has been removed Description %1 = The port number of the disk. %BR% A user may see this message under following circumstances – %BR% __1. A disk is removed from the system or %BR% __2. If a disk was saved to the config file but when the plugin was restarted, one… Continue reading PlugIn detected disk /c0/%1 has been removed
Device *** output *** put \”X\” [date] error -9022
Device *** output *** put \”X\” [date] error -9022 Description The analog output on the board is not responding or failing. Notes This is not going to cause problems for those not using the analog output, but would require an RMA to fix.