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.
in our company we use a self-programmed portal to send parameters to WebFocus.
The result data is gathered into a container in our portal. Until now that worked fine.
In a new programme we have lots of results that should be shown in Excel.
When we use:
ON TABLE SET ONLINE-FMT EXL2K
we get the output in Excel, as long as the dataset isn’t to great.
But when the output becomes huge (more than 1000 records), the output doesn’t return anything at all. Our “Container” remains empty.
When I View the source, there is no error, at the end it says:
0 NUMBER OF RECORDS IN TABLE= 4942 LINES= 4942
But the output is empty!
This problem does not occur when we set the output to PDF or HTML.
I’ve searched for this problem on this forum, but I couldn’t find it.
Question: is there a setting that limits the amount of data or does anyone know about other possibilities?This message has been edited. Last edited by: TonyB,
WebFocus 8.0.3 Windows 7 Prof Oracle 11.2.0.3 Output PDF and Excel
Posts: 19 | Location: Netherlands | Registered: April 21, 2008
Are you sure your report is actually being produced?
"View source" is only available when the output is HTML. With other format, a "helper" application is usually started within the browser in order to see the content of the report so when Excel kicks in there is no more "View source".
Could you post your code so we can take a look?
Also, and this may not be so important but try to substitute ON TABLE PCHOLD FORMAT EXL2K for ON TABLE SET ONLINE-FMT EXL2K. The latter is the one automatically set by Developer Studio but I think a read "somewhere" that that setting was going to be deprecated.
I think it is the second option: the website is encountering problems. I see that your output format is excel. And you have also tried EXL2K. To no avail. Have you tried holding the file on the local server disk and opening it from there (so locally)? Another thing to try is to have the file opened in excel itself in stead of in the excel viewer. You do this by changing the properties of the file type in windows explorer. Only some 5000 records should not give you this kind of problems. It could also be that there is some erroneous data in the latter part of the report that kills excel, but not pdf or html.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007