book
Article ID: KB0071074
calendar_today
Updated On:
Description
Procedure to change Automation Services temporary folder location.
Resolution
The temporary files location for both Spotfire Web Player and Automation Services is controlled by the same setting - "TempFolder" in Spotfire.Dxp.Worker.Host.exe.config.
It can be configured in the following way:
1. Export your configuration.
2. In the exported configuration, open Spotfire.Dxp.Worker.Host.exe.config in a text or xml editor
3. Locate the TempFolder setting and set the desired path
<Spotfire.Dxp.Internal.Properties.Settings>
<setting name="TempFolder" serializeAs="String">
<value>C:\NewTemp</value>
</setting>
4. Save
5. Import the configuration.
For more detailed instructions, please refer to the page
Changing the default location of the Web Player temporary files in the TIBCO Spotfire Server and Environment - Installation and Administration manual
Issue/Introduction
Procedure to change Spotfire Automation Services temporary folder location.
Additional Information
Changing the default location of the Web Player temporary files, TIBCO Spotfire Server and Environment - Installation and Administration manual