I am trying to understand what causes the error code 1219 (multiple connections to server by same user).
The background of my question, we are currently installing a machine at a customer, where our service technician tried to connect with the host server. This caused issues, so I asked her to make the connection with net use
, which gave the error code 1219.
As I saw that before, I remembered the sort of work-around, by using the IP address instead of the server name.
Now I was about to email the person responsible for their host environment that this issue was at hand, and ask them if they could help with a proper solution. Before I send that email, I wanted to reproduce the issue on my laptop, but I can't.
What I tried to do, is map another drive letter to a shared folder from my laptop, which I thought would give the same error, but my laptop allows me to make more than one network drive mapping to the same server.
net use:
C:\Users\bp>net use
New connections will be remembered.
Status Local Remote Network
----------------------------------------------------------------------------
OK O: \\***-hka-fs01\data Microsoft Windows Network
OK W: \\***-hka-fs01\data\machine
Microsoft Windows Network
OK Y: \\***-hka-fs01\data\machine\300
Microsoft Windows Network
OK Z: \\***-hka-fs01.iai.nl\data
Microsoft Windows Network
The command completed successfully.
Who can explain me a bit more about the background of the error code 1219 when using net use? Why am I allowed to make multiple connections, and when would it indeed result in the expected error code 1219?