- พยายามใช้ net use map drive ให้ client
- แต่ Error ซะงั้น มันขึ้นประมาณนี้
net use Y: \\server_host\private_shared /user:myuser 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.
Sovled
net use /delete \\servername\foldername
หรือ อีกคำสั่ง
net use x: /delete
Remark
- x ในที่นี้คือ drive letter ที่ disconnected อยู่นะ
- 2 คำสั่งนี้ประมาณ ลบ drive ที่เรา map อยู่ประมาณนั้น
Related
- http://juuier.blogspot.com/2010/10/map-drive-windows-by-command-line.html
- http://www.howtogeek.com/howto/windows/command-line-hack-for-terminal-server-has-exceeded-the-maximum-number-of-allowed-connections/
Refer
No comments:
Post a Comment