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.
We would like to get a better idea of how the master files in our current EDASERVE environment are being used and gather data to eventually assist in building a data dictionary/repository. Is there a way to systematically (preferably through the WF interface) gather statistics regarding master files? Ideally, we'd like to know what reports are built upon a given master file, what tables a given master file references, etc.
Thanks,
sleepy
WebFOCUS (DEV and PROD): DevStudio 7.6.10 HF2 Servlet - MRE/Dashboard/Self Service/Report Caster - MS Windows XP SP2 - IIS & Apache - MS SQL 2005 Output: HTML (Internet Explorer 7), Excel 2003, PDF, Active Reports and FLEX
Posts: 38 | Location: Detroit, MI | Registered: September 23, 2008
For individual masters, you can run the Impact Analysis tool available in the 7.6 version which you have.
You can also do things the hard way as I have done by putting lists of masters and focexecs into flat files using operating system commands, defining them with generic masters (I call mine LINE80), parse to get the master name out, then loop through each line in focexecs looking for TABLE FILE or SQL syntax, extracting the master name, then matching this list up with the master list to find out which are used. Be creative.
I think this was discussed in another topic awhile back.
Thank you, Francis. I will research the Resource Analyzer.
sleepy
WebFOCUS (DEV and PROD): DevStudio 7.6.10 HF2 Servlet - MRE/Dashboard/Self Service/Report Caster - MS Windows XP SP2 - IIS & Apache - MS SQL 2005 Output: HTML (Internet Explorer 7), Excel 2003, PDF, Active Reports and FLEX
Posts: 38 | Location: Detroit, MI | Registered: September 23, 2008
Originally posted by GinnyJakes: For individual masters, you can run the Impact Analysis tool available in the 7.6 version which you have.
Thanks...I will look into the Impact Analysis tool.
quote:
Originally posted by GinnyJakes: You can also do things the hard way as I have done by putting lists of masters and focexecs into flat files using operating system commands, defining them with generic masters (I call mine LINE80), parse to get the master name out, then loop through each line in focexecs looking for TABLE FILE or SQL syntax, extracting the master name, then matching this list up with the master list to find out which are used. Be creative.
That certainly is creative! I've just learned through speaking with our WebFocus/DBA administrator about this topic that he has been working on an in-house solution for querying which users are in which roles/groups that might, with a little tweaking, satisfy my needs . I'll post back when I've seen it.
quote:
Originally posted by GinnyJakes: I think this was discussed in another topic awhile back.
Whoops...my apologies. I tried searching the forums before creating this thread, but my search terms must not have been adequate. I will try again.
sleepy
WebFOCUS (DEV and PROD): DevStudio 7.6.10 HF2 Servlet - MRE/Dashboard/Self Service/Report Caster - MS Windows XP SP2 - IIS & Apache - MS SQL 2005 Output: HTML (Internet Explorer 7), Excel 2003, PDF, Active Reports and FLEX
Posts: 38 | Location: Detroit, MI | Registered: September 23, 2008