Products | Versions |
---|---|
Spotfire | 14.0.0 |
When users encounter errors in the Spotfire Web Player, especially during operations like "Export > Visualization to Microsoft Excel" where a blank or generic error message is displayed, the standard logs (Node Manager and Web Player logs) may not provide sufficient detail for effective troubleshooting.
The includeDetailedErrorInformation parameter, when enabled, instructs the Spotfire Web Player to output more comprehensive error messages. This can reveal underlying technical details, such as specific .NET exceptions (e.g., TypeInitializationException, SecurityException) and their stack traces, which are critical for identifying permission issues, missing components, or other environmental problems.
Enabling this parameter is a key step in the diagnostic process to gather more actionable information before proceeding with potential resolutions like registry permission adjustments or hotfix installations.
All
To enable the includeDetailedErrorInformation parameter and gather more detailed logs for troubleshooting Web Player export issues, follow these steps:
<Spotfire.Dxp.Web>
<ErrorHandling includeDetailedErrorInformation="true" />
</Spotfire.Dxp.Web>
This detailed information can then be used for further analysis, shared with support, or used to pinpoint specific environmental or permission-related causes.
This article describes how to enable the includeDetailedErrorInformation parameter in Spotfire Web Player to obtain more verbose error messages when encountering issues, particularly during export operations. This additional logging can be crucial for diagnosing the root cause of unexpected failures.
Doc: Spotfire.Dxp.Worker.Web.config file:
Doc: Accessing Spotfire Server and node logs:
Doc: Customizing the service logging configuration: