Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] EXCEL07
 Login/Join
 
Member
posted
I am running a large report and sending to EXCEL07. I receive information that says an unknown error has occured. I can reduce some of the rather large fields or number of records sent to EXCEL07 and the report runs. My question is, is there a formula I can use in webfocus that lets me know the report is too big so I can notify user or force report to HTML instead?

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 3 | Registered: September 17, 2012Report This Post
Expert
posted Hide Post
Hi huntingfootballfan,

From our technicals: NO, there is no formula to use.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Guru
posted Hide Post
You can try creating several worksheets within the report


WF 7.6.11
Oracle
WebSphere
Windows NT-5.2 x86 32bit
 
Posts: 398 | Registered: February 04, 2008Report This Post
Member
posted Hide Post
you max want to check the MAXPOSTSIZE for tomcat apache - the default is 2 meg. It can be disable by setting the value to 0
 
Posts: 12 | Registered: June 08, 2010Report This Post
Expert
posted Hide Post
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 Size
As 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.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders