Follow dba-ninja.com

Subscribe to RSS feed  Follow @jackvamvas - Twitter

*Use the Comments section for questions

dba-ninja.com Links

Dba_db2_button

Sqlserver_dba_button

How do I disconnect multiple connections on a server ?

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 


Author: Rambler (http://www.dba-ninja.com)


Share:

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

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.

Working...

Post a comment on How do I disconnect multiple connections on a server ?


dba-ninja.com