“测试代理无法连接到测试控制器”VS2013 代理
Posted
技术标签:
【中文标题】“测试代理无法连接到测试控制器”VS2013 代理【英文标题】:"Test agent could not connect to the test controller" VS2013 Agents 【发布时间】:2015-10-16 21:45:34 【问题描述】:我在尝试将测试代理注册到负载测试控制器时收到错误消息
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>
我还尝试为 Controller vs Test Agent 使用不同的帐户。 IE CtrlUser 和 TestUser 都在上面列出的相同组中。据我了解,这应该可以工作,因为它们应该是相同的名称/通过工作组身份验证。
我已经参考了这些页面,除非我遗漏了什么,否则这些解决方案不适用。
"Test Agent could not connect to the test controller" VS2012 Agents
VS2013 Test agent and controller not communicating
VS2013 Remote load test agent can't connect to controller
https://social.msdn.microsoft.com/Forums/en-US/59bc2270-37d9-4297-ac3f-e0da21d10a95/test-agent-could-not-connect-to-the-test-controller-vs2012-agents
有什么想法/建议吗?
【问题讨论】:
【参考方案1】:我使用的是以前的员工下载的版本,我们一直在使用该版本进行 CodedUI 测试 (12.0.21005.1)。我下载了最新版本(2013 Update 5),安装后,它可以使用我之前使用的相同设置。
【讨论】:
以上是关于“测试代理无法连接到测试控制器”VS2013 代理的主要内容,如果未能解决你的问题,请参考以下文章
从 VS 2012 在 SQL Server 2012 数据库项目中创建 SQL 代理作业