错误 1219。同一用户与服务器或共享资源的多个连接

发布于 2024-07-16 19:04:07 字数 374 浏览 2 评论 0原文

我正在尝试映射网络驱动器,但在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

无声静候 2024-07-23 19:04:07

这通常是由于手柄保持打开状态造成的。 下载 Process Explorer 找到它,并尝试关闭打开它的程序(不要关闭手柄本身)。 如果结果是 explorer.exe,则它可能是一个有错误的预览处理程序/shell 扩展。

如果找不到句柄,您可以随时尝试使用 ServerA 的 IP 地址以不同的凭据创建新连接,例如,

net use z: \\10.1.2.3\tests password /user:serverA\alex

是的,抱歉 - 使用 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.

net use z: \\10.1.2.3\tests password /user:serverA\alex

Yes, sorry - use Find Handle or DLL with \\ServerA to find the program.

[旋木] 2024-07-23 19:04:07

要在资源管理器中打开它,它必须能够使用您的凭据(或最终要求您提供凭据时您提供的凭据)登录。

之后,您就建立了连接,并且必须先断开连接,然后才能使用不同的凭据重新映射共享。 (请参阅“断开网络共享”)

您可以永久映射它 - 这样它将始终使用您提供的凭据。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文