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.
Is their a way I can extract the user id and domain each userid is associated to in a report. Is this information stored in reportcaster table or some type of file, such as html or text?
thxThis message has been edited. Last edited by: Kerry,
-PMF 5.1.2 -WebFOCUS 7.6.9 on Windows 2003 Server -MSSQL Server
John userids are associated with GROUPS and GROUPS are associated with DOMAINS that's the way it works. When you installed, you decided what your Managed Reporting Repository would be: ie, ORacle or whatever. There are tables in that Managed Reporting Repository, such as: WF_MRUSERS WF_MRDOMAINS WF_USRGRPTB WF_GRMDOMTB etc Do a search on the tech support site for MANAGED REPORTING REPOSITORY and ask whoever installed your site to point you to those files. You'll find everything you need for user-group-domain
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
There is a program "MR Extract", which is available here: \ibi\WebFOCUS76\utilities\mrextract.bat
Which should extract into a text file the information you are looking for.
You then should be able to use those text files to report off of.
However, if as Susannah pointed out, if your Managed Reporting information is in an external database it is probably easier to query against the repository tables directly.
the repos tables currently do NOT include the fex names. In order to read the fexnames within any domain, you can write a master to describe the /basedir/{domain}/{domain}.htm page. works really well. then you can avoid the mrextract utility thing.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003