process-mining
2.2510
false
UiPath logo, featuring letters U and I in white

Process Mining

Last updated Nov 11, 2025

Troubleshooting

The data run also creates a log file that can help in case of unexpected results or if the data upload with the data uploader fails. The file extraction.log contains the logs of the last data run. For each extraction that failed, a return code is displayed. Refer to the official Theobald Software documentation Call via Commandline for more information. When something with the setup is incorrect, this is mentioned in the error message.

Extraction Issues With CDPOS for Non-HANA Systems

In some older, non-HANA systems, CDPOS is a cluster table and may result in a “join with pool table” erroras displayed in the following code.

ERPConnect.ABAP RuntimeException: RfcReceiveEx failed(RFC_SYS_EXCEPTION) RFC_ERROR_SYSTEM_FAILURE - Join with pool table, cluster or view.ERPConnect.ABAP RuntimeException: RfcReceiveEx failed(RFC_SYS_EXCEPTION) RFC_ERROR_SYSTEM_FAILURE - Join with pool table, cluster or view.
The extraction of the CDPOS table includes by default a join with the CDHDR table to limit the number of records that need to be extracted. An alternative way to limit the number of records without having the join is available when running the script. In the configuration of the script, the variable is_sap_hana should be set to false.

Other Extraction Issues

Duplicate key

When uploading data using Theobald Xtract Universal, the following error message can occur:
Duplicate key message
Possible cause

A field used for the primary key on the table is not retrived in the extraction.

Solution

To solve this, you need to check if all the fields used for the primary key on the table are retrieved in the extraction.

The following illustration shows an example from the EKKN table. For this table, the primary key is not complete, because the field ZEKKN is not retrieved. The issue can be fixed by making sure this field is also used in the extraction.
Tip:

Primary keys in SAP tables can be recognized by the key symbol displayed in front of the field name.

Example EKKN table
  • Extraction Issues With CDPOS for Non-HANA Systems
  • Other Extraction Issues
  • Duplicate key

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2025 UiPath. All rights reserved.