TIBCO Spotfire® Server and Environment - Installation and Administration

Setting the maximum execution time for an Automation Services job

This Spotfire Server property indicates how long an Automation Services job can run 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.max-job-execution-time" --value="X"
    where "X" is the length of time, in seconds, that an Automation Services job is permitted to run.
  3. Import the configuration file back to the Spotfire database by using the import-config command.
  4. Restart Spotfire Server.