【问题标题】:How to add an element to queue in UiPath studio?如何在 UiPath studio 中添加元素到队列?
【发布时间】:2017-04-09 11:28:59
【问题描述】:

在探索自动化工具 UiPath Studio 时,我尝试将一个元素添加到队列中。但是在执行时,它显示了一些这样的错误:'Queues service url is not defined。确保机器人已连接到 UiPath 服务器。

我搜索了一个解决方案,发现我不得不取消注释 UiRobot.exe 配置文件中的几行(我已在下面粘贴了这些行)。有谁知道如何解决这个问题?感谢您的回复。谢谢:)

UiRobot.exe 未注释行:

    <endpoint name="RestEndpoint" address="http://127.0.0.1:8080/UiPath/service/agent" binding="webHttpBinding" bindingConfiguration="WebHttpBinding_IRemoteContract" contract="UiPath.Models.IUiPathRemoteContract" behaviorConfiguration="RestEndpointBehaviour" />
    <endpoint address="http://127.0.0.1:8080/UiPath/service/agent/mex" binding="mexHttpBinding" contract="IMetadataExchange" />
  </service>

执行此用例时弹出的错误:

【问题讨论】:

    标签: automation ui-automation robot uipath


    【解决方案1】:

    Orchestrator 中用于队列的 URL 和配置文件中的 URL 应该匹配。 URL 不匹配也可能是原因。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2018-07-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-08-01
      • 1970-01-01
      相关资源
      最近更新 更多