错误 1219。同一用户与服务器或共享资源的多个连接
我正在尝试映射网络驱动器,但在 Windows XP 上出现错误 1219:
net use z: \\serverA\tests password /user:serverA\alex
我已尝试
net use * /del /yes
但没有效果,并且
net use
显示空列表。
\\serverA\tests 是有效路径,因为我可以在资源管理器中打开它。
可以做什么?
编辑:重新启动后即可工作。 但任何想法仍然非常受欢迎。
I am trying to map network drive, but get error 1219 on Windows XP:
net use z: \\serverA\tests password /user:serverA\alex
I have tried
net use * /del /yes
But it has no effect, and the
net use
shows empty list.
\\serverA\tests is a valid path, as I can open it in Explorer.
What can be done?
EDIT: After reboot it works. But any ideas are still very welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这通常是由于手柄保持打开状态造成的。 下载 Process Explorer 找到它,并尝试关闭打开它的程序(不要关闭手柄本身)。 如果结果是
explorer.exe
,则它可能是一个有错误的预览处理程序/shell 扩展。如果找不到句柄,您可以随时尝试使用 ServerA 的 IP 地址以不同的凭据创建新连接,例如,
是的,抱歉 - 使用 Find Handle or DLL 和 \\ServerA 来找到该程序。
This will usually be caused by a handle left open. Download Process Explorer to find it, and try to close the program that has it open (don't close the handle itself). If it turns out to be
explorer.exe
, it's probably a buggy preview handler/shell extension.If you can't find the handle, you can always try using the IP address of ServerA to create a new connection with different credentials, e.g.
Yes, sorry - use Find Handle or DLL with \\ServerA to find the program.
要在资源管理器中打开它,它必须能够使用您的凭据(或最终要求您提供凭据时您提供的凭据)登录。
之后,您就建立了连接,并且必须先断开连接,然后才能使用不同的凭据重新映射共享。 (请参阅“断开网络共享”)
您可以永久映射它 - 这样它将始终使用您提供的凭据。
To open it in Explorer it has to be able to logon using your credentials (or the ones you provide when it eventually asks you for credentials).
After that you have a connection and would have to disconnect before you could remap the share with different credentials. (see "Disconnect network share")
You could map it persistently - that way it would always use the credentials you provide.