*** WSAEADDRINUSE – 10048 ***

*** WSAEADDRINUSE – 10048 *** Description Address already in use. Notes Typically, only one usage of each socket address (protocol/IP address/port) is permitted. This error occurs if an application attempts to bind a socket to an IP address/port that has already been used for an existing socket, or a socket that was not closed properly,… Continue reading *** WSAEADDRINUSE – 10048 ***

Powershell version 2.0 or greater required

Powershell version 2.0 or greater required Description On a Windows machine, the Archiving plugin uses Powershell for iSCSI integration. Powershell is either not installed or is an older version. Notes If able, install the Windows Management Framework, then restart the Server service. https://support.microsoft.com/en-us/kb/968929

Input #: Unsupported codec.

Input #: Unsupported codec. Description The camera is currently streaming in a codec that cannot be received. Notes Change the stream codec to one supported or factory default the camera.The IP8162 may set codec to “SVC” after a factory default. The camera doesn’t even support this stream. You must change the stream profile back to… Continue reading Input #: Unsupported codec.

Login failure – invalid or missing user account file.

Login failure – invalid or missing user account file. Description The “useraccounts.xml is either corrupt, or missing from the Server’s installation directory. Notes Stopping the Server service, deleting the corrupted file, then reinstalling the Server will generate a default useraccounts.xml.

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