Cannot mount WebDAV-Drive: Already connected with different user, but "net use" is empty

Michael Breu 11 Reputation points
2021-11-17T11:45:21.49+00:00

Hi,

I'm developing a webDAV-Service, and would like to test it on my windows system (windows 11).

I have already recently testet successfully the access, and deleted the WebDAV-Drive.

However, now when reconnecting with a differnt user I get:

C:\Users\XXX> net use * https://server.XXX.at/sconnect/Deals
Geben Sie den Benutzernamen für "server.XXX.at" ein: demoTester
Geben Sie das Kennwort für "server.XXX.at" ein:
Systemfehler 1219 aufgetreten.

Mehrfache Verbindungen zu einem Server oder einer freigegebenen Ressource von demselben Benutzer unter Verwendung mehrerer Benutzernamen sind nicht zulässig. Trennen Sie alle früheren Verbindungen zu dem Server bzw. der freigegebenen Ressource, und versuchen Sie es erneut.

(sorry for the German message: It reads: Multiple connections to the server with different user names are not accepted, ...")

However the list of connected drives is empty:

C:\Users\MichaelBreu>net use
Neue Verbindungen werden nicht gespeichert.

Es sind keine Einträge in der Liste.

(message: There are no entries in the list)

I have already rebooted the machine several times. Tested various alternatives (Disconnect network drive via explorer, used admin rights, ...) nothing helped.

How can I disconnect this invisible drive?

Best regards

Michael


Windows development | Windows API - Win32
Windows for business | Windows Client for IT Pros | User experience | Other
{count} vote

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,926 Reputation points
    2021-12-16T18:13:19.63+00:00

    Kindly follow below steps for troubleshooting and resolve the issue.

    1. Run below command with elevated prompt.

    net stop workstation /y
    net start workstation

    1. Disable Windows firewall for temporary purpose.
    2. Try to MAP the drive using ip address of server.
    3. Type net use */delete to delete all mappings.

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.