Technote (troubleshooting)
Problem(Abstract)
Error 413 Request Entity Too Large when running a report in Report Studio
Cause
A user got this error running a report within Report Studio.
No error when running the same report from the portal (run with options)
Environment
Linux Server
Apache Webserver
Cognos 8.4.0
Resolving the problem
Add the following parameter to the Httpd.Conf file : "LimitRequestBody 0"
Nota : 0 (zero) means illimited for a request body size.
If this parameter does not improve, have a look on ModSecurity to add or verify the directive "SecRequestBodyLimit 134217728".
Related information
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.