Products | Versions |
---|---|
Spotfire Statistica - All Servers | 14.0.1 |
Spotfire Statistica - All Servers | 14.0.1 |
One known cause of this error is ASP.NET security limitations on the number of form keys, query string parameters, and uploaded files in a single request. These limitations are enforced by default as part of Microsoft Security Update MS11-100 to help prevent Denial of Service (DoS) attacks.
Windows OS.
1. Increase the aspnet:MaxHttpCollectionKeys Limit
- Alternatively, update the web.config file by adding the following entry inside the <appSettings> section:
<appSettings>
<add key="aspnet:MaxHttpCollectionKeys" value="12000"/>
</appSettings>
2. Restart IIS
3. Validate the Fix
Alternative Solution:
If increasing the limit is not preferred, consider splitting the sample data before submission to stay within the allowed limit.
Note:
Security Consideration: Increasing aspnet:MaxHttpCollectionKeys beyond 9999 increases exposure to DoS attacks. It is recommended to adjust this setting only based on actual business needs and avoid setting it excessively high.
While using Statistica Web Data entry customers may encounter an error when attempting to edit samples containing a large number of entries. The error message displayed is:
"An unexpected error has occurred in STATISTICA Web Data Entry. An event log message with details of the error has been logged on the server."