JavaScript must be enabled in order to use this site.
Please enable JavaScript in your browser and refresh the page.
Disabling the attachment manager cache
By default the
Spotfire attachment manager caches library content and the results of information link executions when downloading or saving large amounts of data. You can disable the attachment manager cache by editing the
configuration.xml file
Procedure
Export and open the
Spotfire Server configuration file; for general instructions, see
Manually editing the Spotfire Server configuration file .
In the
configuration.xml file, locate the following section and set
<content-caching-enabled> to "false":
<library>
<import-export-path>default</import-export-path>
<content-caching-enabled>true</content-caching-enabled>
<max-number-concurrent-imports-and-exports>3</max-number-concurrent-imports-and-exports>
</library>
Then locate the
<information services> section and set
<result-caching-enabled> to "false".
Import the server configuration file and restart the server(s); for instructions, see
Manually editing the Spotfire Server configuration file .
Copyright © TIBCO Software Inc. All rights reserved.