Koozali.org: home of the SME Server

An error occurred while reconnecting Z: to

Offline noaptus

  • *
  • 6
  • +0/-0
An error occurred while reconnecting Z: to
« on: November 10, 2015, 03:01:29 PM »
Hi.

I am having a problem with share folders on my server. V9

This is the error I have.

An error occurred while reconnecting Z: to
\\SERVERNAME\keining3
Microsoft Windows Network: The local device name is already in use.

This connection has not been restored.

Can some one explain why this is happening. I'ts like the mapped hdd is loosing the connection.

Best regards.

Offline Daniel B.

  • *
  • 1,700
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: An error occurred while reconnecting Z: to
« Reply #1 on: November 10, 2015, 03:09:16 PM »
As the message explains: you already have a Z: drive pointing on something else
C'est la fin du monde !!! :lol:

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: An error occurred while reconnecting Z: to
« Reply #2 on: November 10, 2015, 03:17:53 PM »
moving to General Discussion as not striclty SME related

Offline noaptus

  • *
  • 6
  • +0/-0
Re: An error occurred while reconnecting Z: to
« Reply #3 on: November 10, 2015, 04:11:52 PM »
Thanks for the reply.

But it doesn't matter what letter I use to drive pointing. I have used it all and I have tried all.


And it's all the same.

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: An error occurred while reconnecting Z: to
« Reply #4 on: November 10, 2015, 04:43:16 PM »
ok.. time for you to give us as much details as you can about your setup and about your issue..

please be verbose

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: An error occurred while reconnecting Z: to
« Reply #5 on: November 11, 2015, 02:15:15 AM »
noaptus

Windows network connections are usually persistent (once initially established).
You need to disconnect them in order to use them again with a different drive letter mapping.
Google
net use .....
& google for
persistence
to get the answers you (probably) need.

edit:

The Z drive letter is typically by default used for users Home folders.
You can (typically) change that to H if preferred

eg in a login.bat file you might have something like

net use /delete M: /yes
net use /delete N: /yes
net use /delete X: /yes

net use M: \\servername1\sharename-m
net use N: \\servername1\sharename-u
net use X: \\servername2\sharename-x

net use H: /home
net use /delete Z: /yes
« Last Edit: November 11, 2015, 02:24:49 AM by janet »
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Re: An error occurred while reconnecting Z: to
« Reply #6 on: November 11, 2015, 11:46:20 AM »
you can use something like this:

 net use * /del /y

as first command before mappings.
This will delete all mappings before start mappings.
There are another command to change letter for home drive. I personally use P: (name after PERSONAL STUFF).
search command on wiki, its something like "db configuration setprop homedir p:"
...

Offline josehart

  • 1
  • +0/-0
Re: An error occurred while reconnecting Z: to
« Reply #7 on: March 13, 2016, 11:27:44 AM »
As the message explains: you already have a Z: drive pointing on something else
Dude i would recommend you to check the Error Log carefully . I faced the same problem but then i downloaded the Event Log Explorer and i found that my printer was the problem. You can check it at http://eventlogxp.com/event-log-admin.html

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: An error occurred while reconnecting Z: to
« Reply #8 on: March 13, 2016, 03:58:21 PM »
josehart: your post seems just promotion of a windows' software.. can you please clarify? thank you