Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/batch-file/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio 2013 &引用;测试代理无法连接到测试控制器";VS2013代理_Visual Studio 2013_Load Testing - Fatal编程技术网

Visual studio 2013 &引用;测试代理无法连接到测试控制器";VS2013代理

Visual studio 2013 &引用;测试代理无法连接到测试控制器";VS2013代理,visual-studio-2013,load-testing,Visual Studio 2013,Load Testing,我在尝试将测试代理注册到负载测试控制器时收到错误 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, Verifyin

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

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)。我已经尝试在不同的用户/相同的用户/“作为管理员”下运行安装程序,同时仍然使用相同的用户名/密码进行登录。尝试将不同的计算机测试代理指向此控制器时,会发生相同的错误。在另一个站点上,我还尝试将其添加到QTAgentService.exe.config

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


  • 有什么想法/建议吗?

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