Remcom.exe 连接错误

发布于 2025-01-08 00:05:06 字数 744 浏览 0 评论 0原文

当我们从 TeamCity 启动构建任务时,我们从 Remcom.exe 收到以下错误。但我们可以直接在 TeamCity 代理计算机中运行 Remcom.exe 任务,没有任何问题。应该是什么问题呢?

[exec] Remote Command Executor
[exec] Copyright 2006 The WiseGuyz [ http://talhatariq.wordpress.com ] 
[exec] Author: Talha Tariq [[email protected]]
[exec] Initiating Connection to Remote Service . . . Failed
[exec] Couldn't connect to \\FuncTests\ADMIN$
[exec] 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

感谢您的及时回复。

When we start a build task from TeamCity, we get the following error from Remcom.exe. But we can run Remcom.exe task within the TeamCity agent machine directly without any problem. What shoud be the problem?

[exec] Remote Command Executor
[exec] Copyright 2006 The WiseGuyz [ http://talhatariq.wordpress.com ] 
[exec] Author: Talha Tariq [[email protected]]
[exec] Initiating Connection to Remote Service . . . Failed
[exec] Couldn't connect to \\FuncTests\ADMIN$
[exec] 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

Thanks for your prompt replies.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

吾家有女初长成 2025-01-15 00:05:06

您是否尝试过“net use”来查看连接列表(活动或非活动)?

C:\> net use
New connections will be remembered.

Status       Local     Remote       Network

-------------------------------------------------------------
OK           N:        \\...
Disconnected X:        \\...        Microsoft Windows Network
The command completed successfully.

然后您可以使用“net use ... /delete”删除冲突的连接:

C:\> net use X: /delete
X: was deleted successfully.

Did you try "net use" to see the list of connections (active or not)?

C:\> net use
New connections will be remembered.

Status       Local     Remote       Network

-------------------------------------------------------------
OK           N:        \\...
Disconnected X:        \\...        Microsoft Windows Network
The command completed successfully.

Then you can use "net use ... /delete" to remove the conflicting connection:

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