Vistas:

Question:
How to clean up the job folder of DocuWare Import more often?

Answer:
Depending on the frequency of DocuWare Import usage the temporary folder might get crowded with some files. If this should be avoided it is possible to adjust two parameters in the config of DocuWare Import.

The folder in question is located in this path:
%LOCALAPPDATA%\DocuWare\Desktop\jobs

The config file that needs to be amended is named "DocuWare.DesktopService.exe.config" and can be found in this folder:
C:\Program Files (x86)\DocuWare\Desktop

This are the keys with the default values:
JobCleaningAfterDays: 30
RemoveTempFiles: KeepErrorAndWarning (Never, Always, KeepError)

To decrease the number of entries in the temporary folder and to only keep these entries for a shorter period of time you can set the values for example to:
JobCleaningAfterDays: 7
RemoveTempFiles: KeepError