- 发行说明
- 在开始之前
- 入门指南
- 集成
- 管理访问权限
- 使用流程应用程序
- 创建应用程序
- 正在加载数据
- 自定义流程应用程序
- 数据转换
- TemplateOne 应用程序模板
- “购买到付款”应用程序模板
- “订单到现金”应用模板
- 基本故障排除指南
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:
- 用于“购买到付款”发现加速器的 SAP 连接器;请参阅将数据桥代理与用于“购买到付款”发现加速器的 SAP 连接器结合使用。
- SAP Connector for Order-to-Cash Discovery Accelerator ;请参阅将数据桥代理与 SAP 连接器用于“订单到现金”发现加速器结合使用。
如果要使用自己的自定义 .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。
备注:“数据桥代理”已包含连接器。您无需下载和部署连接器本身。