TIBCO Spotfire® Server and Environment - Installation and Administration

Upgrading service configurations

Service configuration changes require manual updates if you do not want to use their default values.

About this task

To get the correct configuration files, it is recommended that you export both the default new service configuration and your old service configuration from Spotfire Server by using the export-service-config command. Then apply all changes made in the old configuration files to the new configuration files. Then import the new configuration back into Spotfire Server by using the import-service-config command, and use this configuration for your new services.

For more information on how to edit the configuration files, see Manually editing the service configuration files.

For information on the added or changed settings, see the topics for the appropriate configuration files.

Changes introduced in Spotfire 7.6

Spotfire.Dxp.Worker.Web.config

Additional service configuration settings were added for the mini-dump creation if a service goes down unintentionally.

In the <errorReporting> section, the following settings were added: miniDumpSizeLarge="false" and miniDumpPath="".
Note: The miniDumpSizeLarge setting can create a very large dump file that should not be edited unless instructed by Spotfire Support.

Changes introduced in Spotfire 7.9

Spotfire.Dxp.Worker.Host.exe.config

The following proxy handling settings were added, if you need to use proxy handling for communication from the Web Player service or Automation Services to Spotfire Server: ProxyUsername, ProxyPassword and <defaultProxy>.

Spotfire.Dxp.Worker.Automation.config

The section <Spotfire.Dxp.Automation.Framework> has been added, where you can specify which directories Automation Services tasks can read from, write to, and delete from.

The settings useKerberos and kerberosIdentity have been added to be able to run Automation Services jobs as a specified Windows account when delegated Kerberos is used in the environment.

Spotfire.Dxp.Worker.Web.config

The following settings have been added to configure the use of a tool, such as cdb.exe, to automatically capture dumps for hanging service instance processes: dumpToolPath, dumpToolFlagsSmall, dumpToolFlagsLarge.

The settings useKerberos and kerberosIdentity have been added to be able to run scheduled updates as a specified Windows account when delegated Kerberos is used in the environment.

The setting allowGcEvenIfAnalysesLoaded has been added. It allows you to run garbage collection even if analyses are open.

The default value of the setting requestTimeoutSeconds has been changed from 300 seconds to 3600 seconds.