Hinweis:
With DataBridgeAgent, the data is loaded into a blob store. Therefore, when loading data into Process Mining Cloud, UiPath Automation Cloud cannot check the IP-address. This means that if IP Restriction is set up for your tenant, it will not be enforced when loading data using DataBridgeAgent from a machine that is not in a trusted IP range, and the data is uploaded to Process Mining Cloud.
Einleitung
Similar to extracting data and preparing a dataset for use in a on-premises (stand-alone) Discovery Accelerator, you must extract data from the source system and create a dataset for use in Process Mining. This page describes how you can extract data from your source system for use in Process Mining using DataBridgeAgent.
Hinweis:
Only use DataBridgeAgent if you have a custom
.mvp
connector. Otherwise, use CData Sync, Theobald Xtract Universal for SAP, or file to upload data.
Herunterladen des DataBridgeAgent
Use the following link to download DataBridgeAgent: https://download.uipath.com/ProcessMining/versions/22.4.1/DataBridgeAgent/DataBridgeAgent-22.4.1.zip.
DataBridgeAgent ist ein eigenständiges Tool. Es wird empfohlen, einen separaten Ordner auf dem Server zu erstellen, um DataBridgeAgent zu verwenden.
Hinweis:
Make sure to install DataBridgeAgent in a folder on the
C:\
drive. Since DataBridgeAgent contains connectors that have rather long names, file paths can become very large, which may cause issues when running thedatarun.bat
file to create the dataset.Do not install DataBridgeAgent in the in the Process Mining installation folder (
PLATFORMDIR
). Also, do not install DataBridgeAgent in the Downloads folder.
DataBridgeAgent
DataBridgeAgent is a standalone package that can be used to extract data from your source system to SnowFlake for use in Process Mining (Cloud). It contains the UiPath Process Mining on-premises (stand-alone) build and the on-premises .mvp
connector used to prepare the dataset. Currently, the following on-premises .mvp
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 with 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.
Wichtig:
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",
.
Unterschied zu einer lokalen Installation
DataBridgeAgent is different from an on-premise (stand-alone) installation since it:
- ein Befehlszeilentool ist und daher über keine Benutzeroberfläche verfügt;
- keine separate Lizenz erfordert;
- kein IIS erfordert.
Hinweis:
Der DataBridgeAgent enthält bereits die Connectors. Sie müssen den Connector nicht selbst herunterladen und bereitstellen.
Voraussetzungen
See System requirements.
To be able to upload the data to Automation Cloud you need to have the Shared Access Signature (SAS) uri of the Azure blob storage to which the extracted data needs to be uploaded. See Obtaining the SAS uri of a process app.
Extrahieren von Daten aus einem SAP-Quellsystem
If you want to use data directly from your SAP system in Automation Cloud you must set up the SAP extraction before you can use DataBridgeAgent. See Set up Native SAP Extraction for a detailed description.
Extrahieren von Daten durch das Laden von .csv-Dateien
Wenn Sie aus .csv
-Dateien geladene Daten verwenden möchten, stellen Sie immer sicher, dass:
- Für jede Tabelle ist eine separate
.csv
-Datei verfügbar. - Die Dateinamen der
.csv
-Dateien sind mit den Namen der Eingabetabellen des Connectors identisch. - alle in Process Mining verwendeten Felder in der
.csv
-Datei vorhanden sind. - die Felder in den
.csv
-Dateien die gleichen Namen haben wie die Feldnamen in der Spalte Process Mining.
The CSV settings can be defined in the CSV parameters of the DataBridgeAgent.
Extrahieren von Daten über eine ODBC-Verbindung
Wenn Sie Daten aus einer externen Datenquelle über eine ODBC-Verbindung verwenden möchten, stellen Sie sicher, dass der erforderliche ODBC-Treiber auf dem Server installiert ist.
Hinweis:
Auf alle Datenbanken mit einer 64-Bit-Version kann mit einer ODBC-Verbindung zugegriffen werden. Der erforderliche ODBC-Treiber mit 64 Bit muss auf dem UiPath Process Mining-Server installiert sein der Server muss auf dieses spezielle System zugreifen können.
Verwenden eines Anmeldeinformationsspeichers
A Credential store allows you to use passwords without showing the actual password. See Set up a Credential Store for a detailed description.
By default, an encrypted credential store is used. See Setting up an encrypted file-based credential store for more information.
Hinweis:
Um die Servereinstellungen zu ändern, bearbeiten Sie die
<EXTRACTORDIR>\databases\ServerSettings.json
-Datei.
Vor etwa einem Monat aktualisiert