March 28, 2024, 09:34:51 AM

Author Topic: Error 1219  (Read 7694 times)

fcleveland

  • Member
  • *
  • Posts: 5
Error 1219
« on: September 12, 2005, 07:25:03 PM »
I just upgraded to build 2274 and have this error when trying to scan my server.

What does it mean and how do I fix it?

Thanks

fcleveland

  • Member
  • *
  • Posts: 5
Error 1219
« Reply #1 on: September 12, 2005, 07:25:28 PM »
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.. (Error: 1219)

Komodo Support

  • Administrator
  • Member
  • *****
  • Posts: 2702
  • Dayton, Ohio, USA
Error 1219
« Reply #2 on: September 12, 2005, 08:37:02 PM »
This is a standard Microsoft error that usually means the remote machine thinks you are connected to it under two different users.

Are there any custom credentials entered into NEWT?

Are you able to visit the server through \"My Network Places\" or by direct UNC (\"\\\\MachineName\\C$\") and access its files without an error?

You could try using the following DOS command to see if it disconnects you alright:
NET USE \\\\MachineName\\IPC$ /DELETE

Please let us know if any of this helps.

fcleveland

  • Member
  • *
  • Posts: 5
Error 1219
« Reply #3 on: September 13, 2005, 08:53:23 AM »
Thanks, I will give it a try and let you know.