Remcom.exe 连接错误
当我们从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过“net use”来查看连接列表(活动或非活动)?
然后您可以使用“net use ... /delete”删除冲突的连接:
Did you try "net use" to see the list of connections (active or not)?
Then you can use "net use ... /delete" to remove the conflicting connection: