TIBCO Spotfire® Server and Environment - Installation and Administration

Setting the maximum inactivity time for an Automation Services job

This Spotfire Server property indicates how long an Automation Services job can remain inactive before the server cancels the job. The default setting for this property is 259,200 seconds (72 hours).

Procedure

  1. Open a command-line interface and export the active configuration (the configuration.xml file) by using the export-config command.
  2. Enter the following command:
    config set-config-prop --name="automation-services.job-inactivity-timeout" --value="X"
    where "X" is the time period, in seconds, after which the server will cancel an inactive Automation Services job.
  3. Import the configuration file back to the Spotfire database by using the import-config command.
  4. Restart Spotfire Server.