Symptom
When executing extractions using the On-Premise Extractor, empty folders like 'cdata1234567890123456789' are created in the ETL_TMP_DIR location (by default, the etltmp directory). These are not removed automatically.
Cause
A new folder is created every time a connection to the source system is initialised.
This means that during extraction, one folder is created for the first connection test and then one more folder is created for each table being extracted.
A new folder is also created when simply pressing the 'Test Connection' button in the Connection setup.
Resolution
These folders are empty and can be safely deleted manually when the On-premise Extractor is idle.
Or
On-Premise Extractor version v1.1374.0 and above supports the clean-up of tmp folder on extractor start up. The feature is disabled by default. Depending on the operating system used, it can be enabled by:
For Linux - modify the start.sh file and add the line:
export TMP_DIR_CLEANUP_ENABLED=true
For Windows - modify the start.bat file and add the line:
set TMP_DIR_CLEANUP_ENABLED=true
Once done, the temporary folders will be deleted each time the on-prem extractor is started.
Keywords
soe, process, intelligence, empty, etltmp, dir, folder, extract, on-prem , KBA , BPI-SIG-PI-DS , Data Source (CSV, Connector) , Problem
SAP Knowledge Base Article - Public