Configuring the Data Mart Updater

Describes how to configure the interval and other settings of the thread that updates the Data Mart tables (DM Updater). For detailed information about DM tables, refer to the topic The Reporting Data Mart.
  1. On the Instance Administration page, stop the application server of the instance you want to modify.
  2. Open the file TMAppServerHomeConf.xml with a text editor. The default path for this file on the application server is: C:\Program Files (x86)\Silk\Silk Central 20.6\instance_<instance number>_<instance name>\Conf\AppServer
  3. Locate the XML tag DataMart. You can modify the following settings:
    • Enabled: Enables or disables the Data Mart Updater.
    • UpdateIntervalInSeconds: Specifies the update interval (in seconds). When the interval elapses, the DM tables are updated with the most current data.
    • SqlQueryTimeoutInSeconds: Specifies the time out (in seconds) for SQL queries. When this time span elapses, the queries in the DM update process are aborted. The value 0 or a negative value specify that the queries never time out.
  4. Save the XML file and close it.
  5. Restart the application server process.