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.
I'm generating a report (having 10K rows) using AHTML that takes close to 8 mins, while generating the same report in other formats (Excel/HTML) takes less than 30 secs. Can any one explain why this happens, and solution(s) for it?
Thanks!This message has been edited. Last edited by: Kerry,
AHTML has to write all of the data to the displayed page. Try reducing the number of rows selected as a test and see if the performance improves.
Also could you please update your profile signature with your product suite, release, and platform? Thanks. It makes it easier to help you out if we have that information.
I tried reducing it to 500 and 3K rows, and it takes less than 40 secs both times, so I guess with increase in number of records from that point on, it goes off exponential. So what do I do now?
As I mentioned earlier, I tried setting CACHELINES to 1000 AND LINES-PER-PAGE to 200 but it still takes forever to load. Am I missing anything here? FYI: Number of records are 10000.
Hi Tom, Yes, I did, and in that post itself someone recommended trying Active Cache Option. So I looked in the Documentation, and it says: "To create answer sets in excess of 5,000 records, the Active Cache option enables you to send only the first page of Active Report output to the browser and retrieve subsequent pages from a temporary cache on the WebFOCUS Reporting Server." So I tried using it as in my post above, but to no avail. So my question is am I not using it right?