*** WSAENETRESET – 10052 ***

*** WSAENETRESET – 10052 *** Description Network dropped connection on reset. Notes The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress. It can also be returned by setsockopt if an attempt is made to set SO_KEEPALIVE on a connection that has already failed.

*** WSAEADDRNOTAVAIL – 10049 ***

*** WSAEADDRNOTAVAIL – 10049 *** Description Cannot assign requested address. Notes The requested address is not valid in its context. This normally results from an attempt to bind to an address that is not valid for the local computer. This can also result from connect, sendto, WSAConnect, WSAJoinLeaf, or WSASendTo when the remote address or… Continue reading *** WSAEADDRNOTAVAIL – 10049 ***

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