Customers running vRanger 7.x on Server 2012 or Windows 8 receives the following error:
"Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and try again."
First observed when using a san running SMB 2.1 service (Initially observed with the EMC Isilon SAN appliance).
This occurs when a user tries to use a common hostname with when setting up a repository. The SAN itself may have multiple IP addresses that all resolve to a common hostname.
Using the Net Use in a CMD prompt shows no active connections to shares.
To resolve this issue, contact the third-party file server vendor to request an update that enables the file server to support Windows Server 2012 and Windows 8 clients.
Microsoft offers a potential workaround by using one of these two methods:
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters" RequireSecureNegotiate
More information can be found by going to the following link:
http://support.microsoft.com/kb/2686098