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 other systems I've worked in there were internal tables that acted as metadata reporitories, or at least held information about the files available to the system. As an example, I slightly modified a chunk of code found on the internet to search SQL Server 2000's Master/System table structure for a passed string to create a searchable index of our Stored Procedures. Additionally, I used something similar to search our tables for columns with a particular string in their name (or just show all the columns in a given table).
I'm hoping WebFocus has something similar. I have 2 specific cases in mind that I want to try to resolve.
1. Produce a list of FEX files present in the system with both their Name and Title. I.e. 'proc123.fex' = 'Report: Goat Sales by Region'
2. Similar to #1, produce a list of Domain names to their Titles. I.e. 'Managed Reporting\Domains\GoatReports\Standard Reports\Report: Goat Sales by Region' to 'goatrpts' (assuming 'goatrpts' is the internal shortname of the 'Goat Reports' Domain).
I hope what I'm asking makes sense, and if there is another way to skin this cat or if this is not the IB/WF/DS way of solving problems like this, I'm all ears.
- ABTThis message has been edited. Last edited by: ABT,
You can try to use the MR Extract Utility which is documented in the MRE Administration Manual which you can download from the doc link in the upper righthand corner of this page. This utility creates files you can associate to masters and then write reports.