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.
Our Resource Analyzer Database has grown out of control so I wanted to ping the FocalPoint guru's on best practices for RA. Is there a utility to limit a certain amount of data kept in Resource Analyzer? (for example only keep 3 months worth of data) I know we could write something in SQL, but I figured IBI had already created a utility for that, and if they haven't does someone have that script already created. I would love to have the SQL statements that the repository maintenance delete data by date range utility runs. When we delete large data sets it runs forever.This message has been edited. Last edited by: Kerry,
WF 7.6.12, Win08
Posts: 16 | Location: Houston | Registered: April 18, 2007
Thank you for the responses. So I can delete the data using the repository maintenance screen, but it is pretty cumbersome. It takes approximately 30 minutes to delete 2 days worth of data. I think the problem is that the database does not have keys or indexes so every time you run something it is doing a table scan. I am considering adding some keys and indexes to the dev version of the db to see if performance improves.
Our RA database is SQL Server 2008r2.
WF 7.6.12, Win08
Posts: 16 | Location: Houston | Registered: April 18, 2007
What we eventually decided was that RA would only store current month and we wrote a fex to extract and save the data for reporting. However this means that RG is not as effective. I have heard that Resource analyzer has changed some in 7.7 but haven't had a chance to try it yet.
Our RA is in ORACLE
Webfocus 8.0.7 on Windows
Posts: 176 | Location: Ohio | Registered: October 26, 2006
We found case #62232528 that seems to indicate we can at least add non-unique indexes. We have asked ibi for guidance as to additional indexes and primary keys? and make sure it doesn't invalidate our maintenance contract.
WF 7.6.12, Win08
Posts: 16 | Location: Houston | Registered: April 18, 2007