"Test agent could not connect to the test controller" VS2013 特工

"Test agent could not connect to the test controller" VS2013 Agents

我在尝试将测试代理注册到负载测试控制器时收到错误消息

Configuration started on 2015/10/16, 16:05:47.
OS Version : Microsoft Windows NT 6.3.9600.0
Executable version : 12.0.21005.1

I, 2015/10/16, 16:06:07.812, Restarted service successfully.
I, 2015/10/16, 16:06:07.968, Verifying that the test agent is able to connect to the test controller.
E, 2015/10/16, 16:08:10.005, Test agent could not connect to the test controller.
I, 2015/10/16, 16:08:10.005, Disabling auto logon on the machine...
I, 2015/10/16, 16:08:10.005, Adding agent setting AutoLogonEnabledByAgentConfiguration=0 on agent machine

在 windows 事件日志中,可以看到:

Unable to connect to the controller on 'machinename:6901'. The server has rejected the client credentials.
The logon attempt failed

我已经尝试了所有我能找到的报告类似问题的人(防火墙被禁用,没有杀毒软件,UAC 被禁用,用户在管理员组中以及 TeamTestAgentService/ControllerAdmins/ControllerUsers)。我已经尝试 运行 在不同的 users/same 用户/"as admin" 下设置,同时仍然使用相同的 username/pass 进行登录。尝试将不同的机器测试代理指向此控制器,并发生相同的错误。在另一个网站上,我也尝试将其添加到 QTAgentService.exe.config

  <appSettings>
    <add key="BindTo" value="x.x.x.x"/>
  </appSettings>

我也尝试过为 Controller 和 Test Agent 使用不同的帐户。 IE CtrlUser 和 TestUser 都在上面列出的相同组中。据我所知,这应该有效,因为它们对于工作组身份验证应该是相同的name/pass。

我参考了这些页面和其他页面,除非我遗漏了什么,否则这些解决方案不适用。

任何 thoughts/suggestions?

我使用的是之前员工下载的版本,我们一直在使用该版本进行 CodedUI 测试 (12.0.21005.1)。我下载了最新版本 (2013 Update 5) 并在安装后,它使用我之前使用的相同设置。