问题描述
我得到
错误 '无法加载设备控制台'当我尝试在DTM Studio中打开Device
控制台时。我的系统
working
确定 我已经认证了几个
驱动程序。
"作业监视器"窗口工作正常,我可以将新客户端添加到池中,并且可以按
运行MCU策略。
我可以在"作业监视器"窗口中看到所有旧池。
我重新 installed
DTM Studio and得到同样的错误。我可以看到我的b
控制器OK。
错误
report 信息是"无法连接到受控制的
检索信息。"。 VoidConnectToNamedDataStore和GetCOntrollerInfo是
问题调用。
某个地方是否存在可能已损坏的设置?
I get the error 'Failed to load device console' when I try to open the Device
Console in DTM Studio. My system was workingOK ans I have certified several
drivers.
The Job Monitor window works OK and I can add a new client to a pool and can
run the MCU policy OK.
All my old pools are visible in the Job Monitor window.
I have re-installed DTM Studio and get the same error. I can see my
controller OK.
The errorreport information is 'Could not connect to the controlled to
retrieve information.'. VoidConnectToNamedDataStore and GetCOntrollerInfo are
the problem calls.
Is there a setting somewhere that could have been corrupted?
完整的错误消息是:
错误消息包括内部异常。 0级表示最外层的例外。
--------------------------- ---等级0 ------------------------------
消息:无法连接到控制器以检索信息。 有几个问题可能导致此错误,包括安装中丢失或损坏的文件,从安装文件夹以外的文件夹运行工作室应用程序,以及运行
从安装文件夹以外的文件夹访问脚本API的应用程序。
来源:DeviceScript
目标网站:Void ConnectToNamedDataStore(System.String)
堆栈跟踪:
 在Microsoft.DistributedAutomation.DeviceSelection.DeviceScript.ConnectToNamedDataStore(String dataStoreName)
在Microsoft.DistributedAutomation.DeviceSelection.SelectionControl.InitialLoad()
---------------------- --------等级1 ------------------------------
消息:无法从控制器检索必要的信息。
来源:DeviceScript
目标站点:Void GetControllerInfo()
堆栈跟踪:
在Microsoft.DistributedAutomation.DeviceSelection.DeviceScript.GetControllerInfo()
在Microsoft.DistributedAutomation.DeviceSelection.DeviceScript.ConnectToNamedDataStore(String dataStoreName)
Error messages include inner exceptions. Level 0 denotes the outermost exception.
------------------------------ Level 0 ------------------------------
Message: Could not connect to the controller to retrieve information. Several issues can cause this error including missing or corrupt files from the installation, running the studio application from a folder other than the install folder, and running an application that accesses the scripting APIs from a folder other than the installation folder.
Source:DeviceScript
Target site: Void ConnectToNamedDataStore(System.String)
Stack trace:
at Microsoft.DistributedAutomation.DeviceSelection.DeviceScript.ConnectToNamedDataStore(String dataStoreName)
at Microsoft.DistributedAutomation.DeviceSelection.SelectionControl.InitialLoad()
------------------------------ Level 1 ------------------------------
Message: Could not retrieve necessary information from the controller.
Source:DeviceScript
Target site: Void GetControllerInfo()
Stack trace:
at Microsoft.DistributedAutomation.DeviceSelection.DeviceScript.GetControllerInfo()
at Microsoft.DistributedAutomation.DeviceSelection.DeviceScript.ConnectToNamedDataStore(String dataStoreName)
推荐答案
- 客户端系统位于系统池中。将客户端系统从系统池中移出到默认池中。
- 安装DTM Controller的系统上的名称/域更改(重命名为原始系统/域名)。
希望有所帮助,
Prakash
这篇关于无法加载设备控制台的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!