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 have an annoying issue ( And I'm sure it wasn't a problem in WF7 ).
In 'contents' ( i.e. not EDASERVE ) I have dataset.fex that creates a HOLD file, say : H_REPORT In the same folder I have report.fex. This one includes dataset.fex.
But when I add a new Report ( after the include ) it doesn't not show H_REPORT as possible datasource for a report. Entering it manually will result in an error. ( error parsing Master file ...etc.etc. )
Keep in mind. Create a report by hand ( text-editor ) and running the procedure works fine! ( i.e. there is nothing wrong with the H_REPORT master )
Even better: In the Physical view. Item 1 : Make a report that creates a HOLD file X. Item 2 : Include an other fex that overwrites ( ! ) HOLD file X. Item 3 : Make a report using X
In "Phyiscal view" select item 3 and press "run" it will show the data that item 1 created for X. In "Text View" mode, press "run" it will show the data that item 2 created for X.
Anyone any clues what might be the cause of this?This message has been edited. Last edited by: <Emily McAllister>,
_____________________ WF: 8.0.0.9 > going 8.2.0.5
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010
Yeah, Composer isn't too smart about temporary HOLD-files. By default, it doesn't look in the foccache either (but you can edit the IBIAPP_app hidden fields in the HTML to include foccache).
We created a special app-directory for temporary HOLD-files that we only need for Composer. This app-directory is NOT in the server's APP PATH, but we put it (sometimes just temporarily) in the app path in Dev/App Studio, so that Composer can see and use it.
I'm pretty sure we had that problem back in 7.7 as well though.
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :
I don't know if it will help with your issue but for our HOLD files that we want to use in other reports we enter this at the beginning of the hold.fex:
APP HOLD FOLDERNAME
We can then see our hold.fex when we create new reports in that folder.