Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
TIBCO Spotfire Web Player Temp File Usage.
Solution:
During normal operations, TIBCO Spotfire Web Player may store temporary files and data used in analyses that have been opened using the Web Player to disk, in order to support reuse of that data wherever possible. The default location for these files is:
- <Installation Directory>TIBCO\Spotfire Web Player\X.X.X\Temp
Manually deleting these files is generally not recommended, as that can cause issues with currently open Web Player sessions. If the TIBCO Spotfire Web Application is not started and these files are still present, then they can be removed safely.
Files may become orphaned if there are exceptions that cause early termination of processes, or if there is insufficient disk space for the w3wp.exe process to manage the files. Because of this, it is necessary to ensure that the disk where this folder resides has sufficient capacity to handle the large amounts of data that may be stored there. If disk space is a concern, you can assign the Web Player's \Temp\DataStorage\ folder to a drive with sufficient capacity by adjusting the following configurations in the web.config file:
<applicationSettings>
<!-- You normally shouldn't edit these settings. -->
<Spotfire.Dxp.Internal.Properties.Settings>
...
<setting name="TempFolder" serializeAs="String">
<value>C:\Program Files\TIBCO\Spotfire Web Player\X.X.X\Temp</value>
</setting>
Modify this path in the web.config file and save the file. Restart the TIBCO Spotfire Web Player application pool to ensure the changes have been registered.
TIBCO Spotfire Web Player Documentation:
Comments
0 comments
Article is closed for comments.