試圖測試代理註冊的負載測試控制器「測試代理無法連接到測試控制器」 VS2013代理
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事件日誌時,我接收到錯誤,這被認爲是:
我已經嘗試了所有我能找到已經報告了類似問題的人(防火牆被禁用,沒有防病毒,UAC被禁用,用戶是管理員組以及TeamTestAgentService/ControllerAdmins/ControllerUsers)。我試着在不同的用戶/同一用戶/「管理員」下運行安裝程序,同時仍然使用相同的用戶名/密碼登錄。嘗試將不同的機器測試代理指向此控制器併發生相同的錯誤。每其他網站,我也嘗試添加這QTAgentService.exe.config
<appSettings>
<add key="BindTo" value="x.x.x.x"/>
</appSettings>
我已經使用不同的帳戶,包括控制器VS測試代理也試過。 IE CtrlUser和TestUser都在上面列出的相同組中。據我所知,它應該工作,因爲他們應該是工作組身份驗證相同的名稱/通行證。
我已經引用了這些網頁,除非我錯過了某些東西,這些解決方案並不適用。
任何想法/建議?