*** WSAEALREADY – 10037 ***

*** WSAEALREADY – 10037 *** Description Operation already in progress. Notes This error is returned from operations on nonblocking sockets that cannot be completed immediately, for example recv when no data is queued to be read from the socket. It is a nonfatal error, and the operation should be retried later. It is normal for… Continue reading *** WSAEALREADY – 10037 ***

*** WSAEWOULDBLOCK – 10035 ***

*** WSAEWOULDBLOCK – 10035 *** Description Resource temporarily unavailable. Notes This error is returned from operations on nonblocking sockets that cannot be completed immediately, for example recv when no data is queued to be read from the socket. It is a nonfatal error, and the operation should be retried later. It is normal for WSAEWOULDBLOCK… Continue reading *** WSAEWOULDBLOCK – 10035 ***

User manager failed to initialize – %error%.

User manager failed to initialize – %error%. Description User accounts XML was not loaded. May be due to XML corruption or anti-virus interference. Notes Deleting the useraccount.xml and restarting service will not cause it to be created. You will need to reinstall the Server.

WSAECONNRESET – 10054 – *** socket closed by peer ***.

WSAECONNRESET – 10054 – *** socket closed by peer ***. Description An existing connection was forcibly closed by the remote device. Notes 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… Continue reading WSAECONNRESET – 10054 – *** socket closed by peer ***.