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.
Hi, I'm using compound html report, saving the output as HTMTable and displaying it using HTMLFORM. It was working fine with 523 version but when we upgrade to 533 it stopped working. Seems like it's not saving the HTMTABLE properly. Anybody faces this issue before or any idea to solve this. Please let me know.
Thanks Kamesh
Posts: 780 | Location: Florida | Registered: January 09, 2005
You could try to set WF_BURST_OUTPUT value to OFF (although I am not sure if it really helps). Add the following line at the beginning of your report: -TYPE WEBFOCUS CGIVAR WF_BURST_OUTPUT=OFF
Susannah, It does work for regular html report. Having problem only when you are using compound html with looping. I'm displaying one by one using loop.
-Kamesh
Posts: 780 | Location: Florida | Registered: January 09, 2005
TABLE FILE CAR PRINT MODEL BY CAR ON TABLE HOLD AS XX FORMAT HTMLTABLE END TABLE FILE CAR PRINT DEALER_COST BY MODEL BY CAR ON TABLE HOLD AS yy FORMAT HTMLTABLE END -RUN -HTMLFORM BEGIN -INCLUDE xx.htm -INCLUDE yy.htm -HTMLFORM END
yes, it may be OLD technology, but i'm OLD. you're right, i'll use the bang syntax from now on, so as not to confuse folks.
Kamesh, i use loops as well, i produce a report that has hundreds of individual html reports, 6 per line, for 10 or more pages. but there's only 1 -HTMLFORM BEGIN and only 1 -HTMLFORM END and all my printout looping is in between these two statements, i've saved all my reports as MYTABnnn where nnn are the page row and column number, then loop thru to write them out. Are you doing the same? and you're saying it doesn't work? Yikes!
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
K, i think you need to have just ONE output area -HTMLFORM BEGIN dump all your tables here -HTMLFORM END Your first HOLD is FORMAT HMTL , rather than HTMTABLE. Is that because you have multiple-choice drilldowns? And i don't see where you display it. In your Loop, you need to just MAKE your outtables and use a nomenclature to make OUTn1, OUTn2, where n is your loop value. then repeat the loop inside your -HTMLFORM section to dump them all out. This works, I promise.
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
it's not working. When I try it run through webfocus console. It is running fine but when I run it through self service applications, it's not showing report. These things happening only after we upgraded to 533. Do you guys know, is there any configuration setting is different in 533?
Posts: 780 | Location: Florida | Registered: January 09, 2005
I forgot to mention that it is working fine when I run the report on webfocus console. It is not working properly only when I run through self service applications using WFServlet.
Posts: 780 | Location: Florida | Registered: January 09, 2005
here's an idea run your selfserv with isapi, rather than servlet.(are you on win2k?) i do. never have java probs. SET FOCEXURL = http://grwf01/cgi-bin/ibi_cgi/webapi.dll rather than SET FOCEXURL = HTTP://grwf01/ibi_apps/WFServlet
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
The way you suggested, I dont think I can do that. Because our application standard is using WFServlet. All the Java program calling webfocus will use that link only.
Posts: 780 | Location: Florida | Registered: January 09, 2005
when I run the report... the hold file is being generated in the edatemp directory...
I also was monitoring the agents continuously...and the agent stays in this command: EXEC .9999 RU for a long time...with inuse status...and this is when the report hangs.
The report SQL is generating almost around 40000-50000 rows... Can that be a problem?
Also...do let me know...on some forum etiquette. if I should open a new post. I am continuing in this post...as the error seems related...and both could benefit.
Hi Susannah, I tried the way you suggested couple of days before.
Hold the htmtable by saying outn1....
and display it under one html tag.
This one also producing the same result. The problem I'm seeing, it's not allowing the webfocus code to process fully. If you see the viewsource, the html content interpreted in between the webfocus code.
-gk
Posts: 780 | Location: Florida | Registered: January 09, 2005