Hi all,
Here is some additional information from our product manager:
By default Tomcat is setup to handle limited file sizes that are often surpassed with the Excel workbooks our reports generate. This can be easily remediated by setting the maximum post size to unlimited within the application server configuration files. This is the default in the WebFOCUS 8000+ client and can be easily modified for any earlier releases as documented in the WebFOCUS Installation Guide.
Below is the relevant documentation entry:
Setting Tomcat HTTP POST Maximum SizeAs a default, Apache Tomcat sets the maximum size limit to 2097152 (2MB) limit for
accepting HTTP POST requests. Since EXL07 MIME files can easily reach this limit,
ExcelServlet will fail with a HTTP 400 error or produce a corrupted .XLSX file. To fix this
problem, Tomcat needs to be configured by setting an attribute in the server.xml file.
In the /tomcat_home/conf/server.xml file, add the maxPostSize attribute and set it to 0 to
disable the limit check. For example, in the
<Connector port> element block:
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443"maxPostSize="0" />
Cheers,
Kerry
Kerry Zhan
Focal Point Moderator
Information Builders, Inc.