Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
Internal plot error in Web Player - "Table ... Has Invalid Rows for ..."
Solution:
If an analysis is saved using the installed Spotfire client and then opened using the web client, locale differences can lead to errors in changed plot data. To avoid this issue, the Web Player can be configured to refresh data if there are any locale inconsistencies.
Error:
Spotfire.Dxp.Data.DataView2Cxx - Table <TABLE> Has Invalid Rows for <COLUMN>
Version 7.0 and lower
To fix this, make the following changes to the Web Player Web.config file.
1). In Web.Config, find the section <Spotfire.Dxp.Data.Properties.Settings> .
2). Change the value of the setting "DataView_RefreshForLocaleChanges" from "False" to "True".
3). Save the Web.Config file.
4). Restart IIS.
See the documentation for how to edit/set a custom service configuration (e.g. https://docs.tibco.com/pub/spotfire_server/7.8.0/doc/html/TIB_sfire_server_tsas_admin_help/GUID-958A3AB5-7243-4837-9AEA-78AA274A6F7E.html for version 7.8).
Version 7.5 and higher
In the file Spotfire.Dxp.Worker.Host.exe.config file for the custom named service configuration for the Web Player service, add the following setting in the <Spotfire.Dxp.Data.Properties.Settings> section:
<Spotfire.Dxp.Data.Properties.Settings> <setting name="DataView_RefreshForLocaleChanges" serializeAs="String"> <value>True</value> </setting>
See the documentation for how to edit/set a custom service configuration (e.g. https://docs.tibco.com/pub/spotfire_server/7.8.0/doc/html/TIB_sfire_server_tsas_admin_help/GUID-958A3AB5-7243-4837-9AEA-78AA274A6F7E.html for version 7.8).
Comments
0 comments
Article is closed for comments.