Applies to: Ephesoft Transact 4.0.5.2 and above
Issue
ImageMagick files fill up the temp folder when processing large TIF files.
Root Cause
By default, if any module is unable to complete its processing within 2 hours (120 minutes), the module restarts. If any files are still in processing mode, the batch may move into error when it restarts.
Solution
There are two possible ways to resolve this issue:
Option A
To resolve this issue, you can use the LibTiff library to process TIF files. This process is significantly faster than ImageMagick. We recommend using this switch when your TIF files size exceeds 15 MB, and have higher resolution and bit depth.
- From the Batch Class Management screen, select your batch class and click Open.
- Go to Modules > Folder Import > IMPORT_MULTIPAGE_FILES.
- Set the Optimized Tiff Conversion Switch to ON.

Option B
To increase the module timeout:
- Open the dcma-workflows.properties file, located at [Ephesoft_Directory]\Application\WEB-INF\classes\META-INF.
- Locate the activity.restart.time property.
- Set the restart time to a higher number that better suits your workflow needs.
Note: This property is set in minutes.
The post KB0014970: ImageMagick Files Quickly Fill temp Folder appeared first on Ephesoft Docs.