book
Article ID: KB0084141
calendar_today
Updated On:
Description
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>
Environment
TIBCO Spotfire Web Player, Consumer, Business Author
Resolution
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.
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>
Issue/Introduction
Internal plot error in Web Player - "Table ... Has Invalid Rows for ..."