process-mining
2023.4
false
- Release notes
- Before you begin
- Getting started
- Integrations
- Managing access
- Working with process apps
- Creating apps
- Loading data
- Uploading data
- Retrieving the SQL Server database parameters
- Setting up a SQL Server account for data upload using an extractor
- Loading data using Theobald Xtract Universal
- Customizing process apps
- Data transformations
- TemplateOne app template
- Purchase to Pay app template
- Order to Cash app template
- Basic troubleshooting guide
DataBridgeAgent
Process Mining
Last updated Oct 17, 2024
DataBridgeAgent
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 Connector for Purchase-to-Pay Discovery Accelerator; See Using DataBridgeAgent with SAP Connector for Purchase-to-Pay Discovery Accelerator.
- SAP Connector for Order-to-Cash Discovery Accelerator; See Using DataBridgeAgent Wwith SAP Connector for Order-to-Cash Discovery Accelerator.
If you want to use your own custom
.mvp
connector, you can add it to DataBridgeAgent. In this case, you need to configure DataBrigdeAgent for use with your connector. See Adding a Custom Connector to DataBridgeAgent.
Important:
DataBridgeAgent automatically converts input field names to lowercase and special characters to underscores. If you use DataBridgeAgent to load data, make sure to edit the transformations of your process app and set all input fields to lowercase. For example:
{{ pm_utils.to_varchar('Cases_base_raw."Case_ID"') }} as "Case_ID", must be changed to
{{ pm_utils.to_varchar('Cases_base_raw."case_id"') }} as "Case_ID",.
DataBridgeAgent is different from an on-premise (standalone) installation since it:
- is a command-line tool, and therefore does not have a user interface;
- does not require a separate license;
-
does not require IIS.
Note: The DataBridgeAgent already includes the connectors. You do not need to download and deploy the connector itself.