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.
Barry Austin had a summit presentation a few years back, where he provided some documentation and code to read the client repositories.
Meaning, you used to be able to go make a master file for all the tables in the repository, and you could poke around.
I think IB objected to this, because it circumvents the security model.
So.... In 8203 and higher, if you configure an adapter, to point to the tables that are your client repository, you won't see the table names, because they filter them out.
I think in 81 you will see all the table names, and I was wondering when they started filtering them.
I was wondering who else noticed.
You won't find the table for the master file like WF_NLSOBJ, because it seems like the sysnonym editor filters that name, and it doesn't appear in the pick list.
WebFocus 7x, 8x, Win / Linux, any output format
Posts: 70 | Location: reading, pa | Registered: April 07, 2007
I can see it to create those synonyms in 8.2.03, 8.2.04, 8.2.05, 8.2.06 and 8.2.07.
From 8.2.04 there is a row limiter which is defaulted to 50 (you might not have spotted it?). Change this to double or maximum and you should see them OK.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Hey, I'm interested in doing this and I'm following along at the link jnc provided but I'm not sure what
quote:
Create a connection to the WebFOCUS Repository database.
is referring to. Is this an adapter you have to set up?
Admittedly I'm picking a fight above my weight class, so forgive me if I'm asking a super obvious question. I don't see anything labeled "WebFOCUS Repository" in the configured or available adapters when I'm in the Reporting Server Administration console.
Anyone who can provide me some clarification would be greatly appreciated!
Yes you need to configure an adapter and the recommended connection name is WebFOCUS Repository. The adapter connection should also have the Repository as the default database.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
Yes you need to configure an adapter and the recommended connection name is WebFOCUS Repository. The adapter connection should also have the Repository as the default database.
Thank you for your help Chuck. I'm still struggling with how to set up this adapter connection, is there some documentation available? I've only set up adapter connections to Oracle databases before so I'm not even sure what category of adapter this needs to be much less what I need to put in the connection parameters.
Here is a link to the adapter administration manual click on the PDF icon under Online documentation. I suggest you work with your administrator that set up WebFOCUS as you will need to know which RDBMS is being used for the WebFOCUS repository.
you can try filtering on Object Name WF% to filter out the BIP_* and BOT* tables, but as Waz and Tony have mentioned the tables are there and very usable in 8.2.03 and 8.2.06
We have a number of reports that run daily against the repository for QA checks between environments.
WebFOCUS 8.2.03 (8.2.06 in testing)
Posts: 253 | Location: Melbourne, Australia | Registered: February 07, 2007
Well, I looked at this again and have to report 'user error'. The reporting server console by default, only displays the first 50 master files, and I didn't see the tables I wanted, and ended up thinking they weren't there. My bad.
WebFocus 7x, 8x, Win / Linux, any output format
Posts: 70 | Location: reading, pa | Registered: April 07, 2007