How to Change the Temporary Working Folder in Umango

How to Change the Temporary Working Folder in Umango

Overview

Umango uses a temporary working folder to store files during processing. This folder is separate from the batch folder and is used internally by the system while documents are being processed.

In some environments, you may want to move this folder to a different drive, for example to increase available disk space or improve performance. This can be done using the Advanced Configuration Setting called TempPath.

Important: The TempPath setting is only available in recent releases of Umango. Make sure you are running the latest release before trying to configure this option.

Setting the TempPath Location

To change the temporary working folder:

  1. Open the Umango Dashboard.
  2. Navigate to the Advanced Configuration screen. See the related knowledge article for changing settings in the Advanced Configuration Screen
  3. Add or modify the setting named:
    TempPath
  4. Set the value to the desired folder location.
    Example: E:\data\temp

This example moves the temporary working directory to the E drive.

Permissions Requirements

The Windows Service account running Umango must have read and write permissions to the folder specified in TempPath.

Before applying the change:

  • Create the folder if it does not already exist.
  • Make sure the service logon account has read permission.
  • Make sure the service logon account has write permission.
  • Modify permission is also recommended.

Without the correct permissions, Umango may not be able to process documents correctly.

Apply the Configuration

After setting the value:

  1. Save the configuration.
  2. Restart the Umango Windows Service.

The new temporary working folder will be used after the service restart.

Additional Notes

  • This setting does not affect batch folders or destination folders.
  • The temp folder is used only during processing and files may be automatically removed when processing completes.
  • For best performance, use a fast local disk with enough free space.

For help setting advanced configuration values, refer to the knowledge article on the Advanced Configuration Screen.


    • Related Articles

    • Network Folder Source Connector – XML Data File Not Found

      Overview When using Umango's Network Folders Source Connector with the option "Expect an XML data file with the same name as the importing file. If one exists, import the XML data", you may encounter import failures, particularly when larger files ...
    • Installing Umango Silently Using Command Line Properties

      This article explains how to install Umango without user interaction by running the installer from the command line and supplying MSI properties. The Umango installer is distributed as an EXE bootstrapper that contains an MSI package. For silent ...
    • Resetting The Umango Authentication Method

      Overview If the Authentication Method in Umango is misconfigured (e.g., an incorrect LDAP or MFA setup), administrators may find themselves locked out of the system. By removing the AuthenticationMethod entry from the database, Umango reverts to its ...
    • Restricting User Access to Umango in Azure

      By default, when you create an Azure App Registration for use with Umango authentication, any user within your Microsoft Entra ID (formerly Azure AD) tenant can authenticate. To restrict access to specific departments, teams, or individuals, you must ...