Problem:
After upgrading to Spotfire version 14 or higher, users may experience dashboards going blank when a scheduled update (SU) occurs while they are viewing the dashboard. This is due to changes in the default Web Player configuration for forced updates.
Solution:
- Export the current Web Player configuration from the Spotfire administration interface.
- Open the exported configuration file and locate the forcedUpdate section.
- Set the "enabled" value to false:
<forcedUpdate enabled="false" ...>
- Alternatively, increase the "maximumRejectedUpdates" value to a higher number:
<forcedUpdate ... maximumRejectedUpdates="10" ...>
- Save the modified configuration file and re-import it through the Spotfire administration interface.
- Additionally, review individual Scheduled Update rules and set them to "Manual" instead of "Automatic" if desired.
By implementing these changes, users should no longer experience blank dashboards during scheduled updates, and the system will behave more similarly to previous versions.
This box will be hidden from the public.
Source Case 305192
Comments
0 comments
Article is closed for comments.