18 August,2022 by Rambler
Question: I executed the net use statement and got a System error 1219 has occurred
net use * \\myserevr\c$ /u:mydomain\myid mypassword
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.
How can I disconnect multiple connections on a server ?
Answer: Do the following to resolve multiple connection.System error 1219
1. Open the command prompt - cmd.exe
2. Display network shares - net use
3. Delete whichever mounts aren't required
Example:
net use /DELETE \\myshare
An alternative to clear all the mount points
net use * /del
This is only a preview. Your comment has not yet been posted.
As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.
Having trouble reading this image? View an alternate.
Posted by: |