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.
HOLD is performed by the WF Reporting Server, so it does not matter if it is invoked from MRE or self-service application. To create report with HOLD from MRE you can use MRE console text editor.
There are plenty of possibilities to use HOLDed files. Look at the chapter 4. "Managing Matadata" in "iWay Server Administration ... Version 5 Release 2.3" manual. IBI TechSupport Link You can also look at the following threads on the forum (there are interesting and useful techniques described):
WebFOCUS Server Application Namespace - APP PATH is described in the "Summary of New Features Version 4 Release 3.1", so most of the techniques described, should work in 4.3.5 release. You can also use the "old" EDAPATH and FILEDEF syntax, something like this (on Windows):
FILEDEF CARHLD DISK D:\ibi\apps\tests\carhld.ftm TABLE FILE CAR SUM SALES BY COUNTRY ON TABLE HOLD AS CARHLD END
Now if you have D:\ibi\apps\tests in the EDAPATH (e.g. set up in the edasprof.prf), you can use the CARHLD for the other reports.
-* EDASPROF.PRF -* ... SET EDAPATH=+D:\ibi\apps\ggdemo; - D:\ibi\apps\tests; -* ... If you need to delete the file, you can use the operating system command (if memory serves me, it should work in 4.3.5):
! del D:\ibi\tests\carhld.* Hope this helps GrzegorzThis message has been edited. Last edited by: <Mabel>,