To change this value, follow the steps outlined below.
1). Export the Automation Services configuration, using the command line config tool. For example:
config.bat export-service-config --capability=AUTOMATION_SERVICES --deployment-area=Production
By default, the configuration files are exported in the [TIBCO Spotfire Server installation direcotry]\tomcat\bin\config\root directory.
2). Open the file Spotfire.Dxp.Worker.Core.config in an editor.
3). Find the following section.
<!-- Settings for the communication with the TIBCO Spotfire Server -->
<Spotfire.Dxp.Services.Settings httpLoggingEnabled="false">
<!-- Cookies from the TIBCO Spotfire Server that should be sent back on all requests: -->
<!-- a ; separated list, example: "ARRAffinity;myCookie;myCookie2" -->
<cookies autoTransfer="" />
</Spotfire.Dxp.Services.Settings>
4). Add the following section.
<timeout value="X" />
where X is your new timeout value. For example:
<!-- Settings for the communication with the TIBCO Spotfire Server -->
<Spotfire.Dxp.Services.Settings httpLoggingEnabled="false">
<!-- Cookies from the TIBCO Spotfire Server that should be sent back on all requests: -->
<!-- a ; separated list, example: "ARRAffinity;myCookie;myCookie2" -->
<cookies autoTransfer="" />
<timeout value="5000000" />
</Spotfire.Dxp.Services.Settings>
5). In the command-line interface, import the configuration file back into Spotfire Server and name the configuration by using the import-service-config command. Example:
config.bat import-service-config --config-name=AutomationConfiguration
6). In the command-line interface, set the configuration on the Automation Services service that you want using the set-service-config command. Example :
config.bat set-service-config --service-id=value –config-name=AutomationConfiguration
where "value" is service ID.