Activity tab in Scheduled Update does not show old history records of Scheduled Update
When we try to search history records of scheduled updates using dates (from and to field) it does not show the details between the interval correctly.
This is because the Spotfire Server automatically purges the Scheduled update history records once a week.
This purge interval can be customized by editing the server configuration.xml file.
Export latest Spotfire server configuration either by using configuration tool or by using command line.
Refer below link to know how to manually edit the Spotfire Server configuration file:
- Open the exported configuration file in text editor.
<scheduled-jobs>
<!-- All the job executions older than the specified number of days will be automatically deleted. Default: 3 days-->
<purge-history-older-than>7</purge-history-older-than>
<!--Intervals in hours, Default: 12 hours -->
<purge-history-interval>12</purge-history-interval>
</scheduled-jobs>
- If you are modifying an existing configuration file from a previous version of Spotfire Server, add the entire <scheduled-updates> section to the file and then change the number of days between history purges.
- Once the change is done, save this configuration file.
- Import this file back to Spotfire server either by using configuration tool or by using command line.
- Once the import is done, restart Spotfire server service.
Comments
0 comments
Article is closed for comments.