book
Article ID: KB0076523
calendar_today
Updated On:
Description
Analysis fail to load with the following error.
===============================
Error message: Could not open information link.
ImportException at Spotfire.Dxp.Data:
Failed to create DataTable (HRESULT: 80131500)
Stack Trace:
at Spotfire.Dxp.Data.ColumnFactory.CreateColumns(DataRowReader reader, String documentTitle, IDataPropertyContainer properties, DataPropertyRegistry propertyRegistry, GlobalMethodRegistry globalMethodRegistry, CxxSession session, Boolean addNewProperties, PartialDataLoadReport report, ResultProperties resultProperties)
:
:InformationModelException at Spotfire.Dxp.Data:
Failed to get data: Maximum field size (10 MBytes) exceeded (HRESULT: 80131500)
=============
Cause:
You may get this error while using very large field sizes. Spotfire has a default field size in the configuration set to 10MB.
Resolution
It is possible to update the default field size in the configuration. We do not have a recommendation on what is the best value as using too large data may have an impact on performance. The server performance testing is done based on the default value. The value is configured using the parameter information-services.dat.max-field-size. The value is found in the configuration.information-services.dat.max-field-size .
You can update this in the configuration file by exporting. Example: config export-config, modify the file and then import using config import-config
Review the following link for exporting and importing the configuration.
https://docs.tibco.com/pub/spotfire_server/10.3.0/doc/html/TIB_sfire_server_tsas_admin_help/GUID-3D77DED9-B16F-41F3-8D82-DE3FBF5DD09F.html
Issue/Introduction
Error: "Failed to get data: Maximum field size (10 MBytes) exceeded" seen while opening the analysis with Information link.