UiPath Documentation
process-mining
2023.4
false
Process Mining
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

数据桥代理

DataBridgeAgent is a standalone package that can be used to extract data from your source system to Microsoft SQL Server for use in Process Mining. It contains the UiPath Process Mining on-premises (standalone) build and the on-premises (standalone) .mvp connector used to prepare the dataset. Currently, the following on-premises (standalone) connectors are included in DataBridgeAgent:

如果要使用自己的自定义 .mvp 连接器,可以将其添加到数据桥代理中。在这种情况下,您需要配置数据桥代理以与连接器一起使用。请参阅将自定义连接器添加到数据桥代理

重要提示:

数据桥代理会自动将输入字段名称转换为小写,将特殊字符自动转换为下划线。如果使用数据桥代理加载数据,请确保编辑流程应用程序的转换,并将所有输入字段设置为小写。例如:

{{ pm_utils.to_varchar('Cases_base_raw.'Case_ID')}} 为“Case_ID”,必须更改为

{{ pm_utils.to_varchar('Cases_base_raw.'case_id')}} 为 "Case_ID"。

与内部部署(独立)安装的区别

DataBridgeAgent is different from an on-premise (standalone) installation since it:

  • 是一个命令行工具,因此没有用户界面;

  • 不需要单独的许可证;

  • 不需要 IIS。

    备注:

    “数据桥代理”已包含连接器。您无需下载和部署连接器本身。

  • 与内部部署(独立)安装的区别

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新