C:\Windows\System32>net use \\isilon1\[SHARELOCATION$] /user:root password*
System error 1219 has occurred.
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
When attempting to log in as local user root you may have to type "\root" in the user name, as it is likely defaulting to your domain, and you need to not use \root.
Notice in the above picture the Domain: is blank that let's you know it's local
Without the \ before root, it attempts to log in as \root
in this case CORP\root which is not the same as local (likely where your having issues)
If going via cmd try local\root, for the user name instead of just root
Yan_Faubert
117 Posts
0
June 27th, 2015 06:00
You probably need to delete an existing connection with 'net use /delete'
Just type 'net use' to see all connections.
--
Sent from my iPhone
Yan_Faubert
117 Posts
0
June 27th, 2015 06:00
Have you tried the 'net use' command from a windows command prompt?
Example:
net use Z: \\ \ /user:
It should then prompt you for a password. Example from my env:
net use Z: \\192.168.33.101\ifs$ /user:admin
chjatwork
2 Intern
•
356 Posts
0
June 27th, 2015 06:00
Yan,
when I do that this is what I get:
C:\Windows\System32>net use \\isilon1\[SHARELOCATION$] /user:root password*
System error 1219 has occurred.
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
.
chjatwork
2 Intern
•
356 Posts
0
June 27th, 2015 07:00
The account I am using is a Isilon local account so I am wondering should I be using a special character to make this work, because its not working
.
chjatwork
2 Intern
•
356 Posts
0
June 27th, 2015 07:00
Yan,
Yeah I did that, and for good measures I rebooted the workstation. I will let you know if it works.
Stdekart
104 Posts
0
June 29th, 2015 06:00
chjatwork,
When attempting to log in as local user root you may have to type "\root" in the user name, as it is likely defaulting to your domain, and you need to not use\root.
Notice in the above picture the Domain: is blank that let's you know it's local
Without the \ before root, it attempts to log in as\root
in this case CORP\root which is not the same as local (likely where your having issues)
If going via cmd try local\root, for the user name instead of just root