*** 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>

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

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