Configuring the Frequency to Check for Updates

iManage Update Manager performs periodic checks for software updates by running iManage Updater. By default, it performs this check every 15 minutes. You can configure this frequency as follows:

  1. Open the UpdateManagerConfiguration.xml file, located at C:\ProgramData\iManage\AgentServices\configs.

  2. Set the required value (in seconds) for the checkForUpdateIntervalSeconds property.

    <updateManager>
    <iManageUpdaterLocation>%LocalAppData%\iManage\Installer</iManageUpdaterLocation>
    <checkForUpdateIntervalSeconds>900</checkForUpdateIntervalSeconds>
    </updateManager>

You can also upload the file using iManage Control Center (using the Client Setup > Office tab > Configuration option) like the other configuration files to ensure that the configuration changes are managed centrally. Once users connect to the server, it is downloaded to their machines in the %AppData%\iManage\Work\Configs folder. For more information, refer to the sections about configuration files in iManage Work Desktop for Windows Customization Guide 10.2.1.

NOTE:

This file is read dynamically from both locations, that is, the application reads any changes made to the file without the need to restart the machine.