System error 1219 has occurred
- by khebbie
I am trying to connect to a remote server and deploy a service there, through a deploy script.
I start by stating "Net use" and send the credentials for the server.
But here I get system 1219 error:
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.
I am not aware that I have any connections other than this one to the server.
I have tried net "use /delete" but was told that no connections were open to the server.
What gives?