- Release notes
- 2023.4.13
- 2023.4.12
- 2023.4.11
- 2023.4.10
- 2023.4.9
- 2023.4.8
- 2023.4.7
- 2023.4.6
- 2023.4.5
- 2023.4.4
- 2023.4.3
- 2023.4.2
- 2023.4.1
- 2023.4
- Before you begin
- Installing Automation Suite
- Process Mining configuration checklist
- System requirements
- Getting started
- Introduction to Process Mining
- Process Mining (Automation Suite)
- Architecture Overview
- Process Mining Portal
- Uploading app templates
- Migrating apps for use in Process Mining (Automation Suite)
- Integrations
- Setting up Automation integration
- Managing access
- Enabling Process Mining
- Setting up the users
- Managing access for process apps
- Working with process apps
- Working with dashboards and charts
- Working with process graphs
- Root cause analysis
- Sending automation ideas to UiPath® Automation Hub
- Filters
- Simulating automation potential
- Due dates
- Compare
- Export
- Triggering an automation from a process app
- Creating apps
- App Templates
- Migrating apps for the new process graph layout
- Create new app wizard
- Scenarios
- Selecting the Data Source
- Editing Process Apps
- Cloning an App
- Setting data restrictions for a process app
- Deleting a Process App
- 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 CData Sync
- Installing CData Sync
- Create a source connection
- Create a destination connection
- Create a job
- Run the job
- Incremental extraction
- Troubleshooting CData Sync
- Loading data using Theobald Xtract Universal
- Loading Data Using DataBridgeAgent
- Introduction
- Using .mvp Connectors
- Downloading DataBridgeAgent
- DataBridgeAgent
- Prerequisites
- Setup credentials for the SQL Server database
- Extracting data from an SAP source system
- Extracting data via loading .csv files
- Extracting data via an ODBC connection
- Using a credential store
- System requirements
- Configuring DataBridgeAgent
- Configuring CData Sync
- Adding a Custom Connector to DataBridgeAgent
- Introduction
- Prerequisites
- Adding the connector
- Using DataBridgeAgent with SAP Connector for Purchase-to-Pay Discovery Accelerator
- Using DataBridgeAgent Wwith SAP Connector for Order-to-Cash Discovery Accelerator
- Customizing process apps
- Introduction to dashboards
- Working with the dashboard editor
- Creating dashboards
- Dashboards
- Charts
- Bar charts
- Vertical Bar Charts
- Table charts
- Line charts
- Process graphs
- KPI lists
- Pie charts
- Data manager
- Fields
- Metrics
- Automation manager
- Publishing Dashboards
- Data transformations
- Editing data transformations in a local environment
- Setting up a local test environment
- Editing transformations
- Designing an event log
- Structure of transformations
- Tips for writing SQL
- TemplateOne app template
- Introduction to TemplateOne
- Overview of generic menus and dashboards
- Menu Overview
- Menu Analysis
- Analysis - End to end
- Analysis - Event analysis
- Process data
- Analyzing Tags
- TemplateOne-SingleFile Input Fields
- TemplateOne-MultiFiles Input Fields
- Configuring CData Sync for TemplateOne
- Purchase to Pay app template
- Introduction to Purchase-to-Pay Process App
- Overview of menus and dashboards
- Menu Summary
- Menu Analysis
- Analysis - End to end process
- Analysis - Event analysis
- Menu Efficiency
- Efficiency - Supplier performance
- Menu Compliance
- Compliance - Maverick buying
- Process data
- Purchase-to-Pay input fields
- Configuring CData Sync for Purchase-to-Pay
- Order to Cash app template
- Introduction to Order-to-Cash Process App
- Overview of menus and dashboards
- Menu Summary
- Menu Analysis
- Analysis - End to end process
- Analysis - Event Analysis
- Menu Efficiency
- Efficiency - Customers
- Process data
- Order-to-Cash input fields
- Configuring CData Sync for Order-to-Cash
- Basic troubleshooting guide
- Process Mining troubleshooting and FAQs

Process Mining
The purpose of this Troubleshooting page is to serve as a knowledge base for common problems faced or questions asked when using UiPath® Process Mining. It does not provide a complete list of all problems you may encounter, but is intended to provide guidance with the most common issues. If you encounter any issues that are not covered here, feel free to reach out to UiPath® Technical Support.
When creating a new process app using sample data, the following error message can occur:
Possible cause
A SQL Server password has changed. Check out Configuring Microsoft SQL Server.
Solution
Update Automation Suite when changing SQL Server credentials.
Possible cause
Incorrect or missing HTTPS certificate.
Solution
The HTTPS certificate used by the BLOB store must be valid in your browser. Check the error and make sure to get the appropriate certificates.
1. Go the Process Mining portal and press F12 to open the Developer tools.
Possible cause
One or more input files you uploaded have an unexpected encoding.
Solution
Set the encoding to UTF-8 and set CR/LF end of line characters (Windows style).
You can change these settings in a file editor. For example in Notepad++.
1. Open the datasource file in Notepad++.
2. Go to Edit -> EOL Conversion and select Windows CR LF.
3. Go to Encoding and select Convert to UTF-8.
4. Save the file.
Possible cause
There is an issue with CData Sync connecting to SQL Server.
Solution
-
Open SQL Server Configuration Manager.
-
Check the TCP Port number.
-
Check if TCP/IP is set to Enabled for the Port. The following illustrations shows an example.
Message: [Errno 2] No such file or directory: '/dbt/dags/workflows/execdbt//target/4212eba4-1edc-4b9c-9c04-1d59c2bfe0af/run_results.json'
Possible cause
The content of the uploaded transformation package is incorrect, by an incorrect zip action.
Solution
.zip file that contains the transformations is correct.
Possible cause
enableSqlIntegratedAuth configuration flag determines whether or not integrated SQL authentication setup is used for SQL authentication. If the enableSqlIntegratedAuth configuration flag is set to true, this implies that Kerberos setup is not used for authentication. To solve the issue, the enableSqlIntegratedAuth configuration flag must set to false which disables integrated SQL authentication and ensures that Kerberos setup is used for authentication.
Possible solution
enableSqlIntegratedAuth flag to false.
-
In the ArgoCD Experience, enter Airflow in the search bar and open the card.
-
Select App Details and go to the Details tab.
-
Edit the VALUES and set the flag
enableSqlIntegratedAuthto false. Select SAVE. -
Locate the SYNC POLICY section and set AUTOMATED to DISABLE AUTO-SYNC for the Airflow app, to ensure the configuration flag
enableSqlIntegratedAuthwill not be brought back to true.
This section describes how to manually stop the data run from the database in case of a failing data run.
Follow these steps.
-
Retrieve the App ID of the process app for which you want to cancel the data run. Check outProcess App properties.
-
Contact you database administrator to run the following SQL query in the AutomationSuite_ProcessMining_Metadata database:
with Ingestion_tbl as (select top 1 * from dbo.Ingestions where AppId = '<app ID>' and [Status] = 1 order by LastUpdated desc) update Ingestion_tbl set [Status]=3where <app ID> should be replaced with the App ID retrieved in Step 1.The following illustration shows an example. -
Refresh Process Mining Portal page.
-
Upload data for the process app.
Possible cause
The database service is not set correctly during installation or upgrade.
Solution
Make sure to configure the process app security. Check out Configuring process app security.
app_security_mode from system_managed to single_account.
- Introduction
- Message: The HTTP status code of the response was not expected (500)
- Possible cause
- Solution
- Message: File upload failed due to the following error: Network error
- Possible cause
- Solution
- Message: utf-8 codec can't decode byte <byte> in position <position>: Invalid start byte
- Possible cause
- Solution
- Connection error: The TCP/IP connection to the host <host>, port <port> has failed.
- Possible cause
- Solution
- Message: [Errno 2] No such file or directory: '/dbt/dags/workflows/execdbt//target/4212eba4-1edc-4b9c-9c04-1d59c2bfe0af/run_results.json'
- Possible cause
- Solution
- Possible cause
- Possible solution
- How to cancel a data run from the database
- When creating a process app the status stays in Creating app
- Possible cause
- Solution