Product: TIBCO Spotfire®
How to change temporary folder location in Automation Services
Procedure to change Automation Services temporary folder location.
Follow the steps below:
---------------------------------------------------------------------
1). Open "Spotfire.Dxp.Automation.Launcher.exe.config" file in edit mode. This file is present in "<Automation services installation folder>\webroot\bin\"
2). Search for following config:
<setting name="SettingsRootFolder" serializeAs="String">
<value>C:\Program Files\TIBCO\Automation Services\7.0\Temp\</value>
</setting>
<setting name="TempFolder" serializeAs="String">
<value>C:\Program Files\TIBCO\Automation Services\7.0\Temp\</value>
</setting>
3). Modify the above mentioned locations as required.
4). Save the file.
---------------------------------------------------------------------
1). Open "Web.config" file in edit mode. This file is present in "<Automation Services installation folder>\webroot\"
2). Search for following config:
<add key="JobAndStatusPath" value="C:\Program Files\TIBCO\Automation Services\7.0\Temp\"/>
3). Modify the above mentioned location.
4). Save the file.
---------------------------------------------------------------------
Restart the Automation Service Website or IIS for the changes to take effect.