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.
Ok, I'm trying to execute/include multiple compound PDF reports in one "master" fex, but I end up with 1 of 2 scenerios: only the 1st reports shows or the EDA Server crashes. Here what I've currently got, but this causes the server to crash.
-* File rpt_Master.fex
-SET &&G_GROUP=&GROUP_CODE; SET COMPOUND = OPEN -*Coverpage -INCLUDE rpt000cover SET COMPOUND = CLOSE -*Glossary -INCLUDE rpt900glossary.fex END
This will get the 1st report working...
-SET &&G_GROUP=&GROUP_CODE; -*Coverpage -INCLUDE rpt000cover -*Glossary EX rpt900glossary.fex END
HELP!!! PLEASE!!!
Thanks!
WebFOCUS 7.1.4 WIN XP/SP2
Posts: 37 | Location: Baltimore, MD, USA | Registered: September 06, 2006
SET COMPOUND = CLOSE -*Glossary -INCLUDE rpt900glossary.fex END
You should place the SET COMPOUND = CLOSE after the last fex executed, each fex should pchold format PDF.
In our environment though to get the compound report to run and appear in a view, MRE issue perhaps, I had to put the close within the last fex.
ON TABLE SET COMPOUND CLOSE ON TABLE SET ONLINE-FMT PDF
If using the PCHOLD FORMAT PDF in the last fex the file never appeared just the messages on how many lines were assigned to each one. There may be a better way, but none I've found so far.
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
Strange that this would cause a problem. We've found Leah's suggestions hold true (for whatever reason.)
Only difference I notice in my Fexs, is that I insert a -RUN after each -INLCUDEd section. (I do this as a general rule when I have multiple TABLEs in a request.)
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007