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.
Hello all, Is there a way to tranfer the reports which got expired in the Report Library? The scenario is: We have set the expiration mode to 31 versions in the report library. Now when the report caster purges expired reports, we want it to be moved to a specific folder or location. The idea is to have backup of the reports for a significantly long time (in years) and have the latest versions available in Report Library.
Is it possible this way? Or is there an alternative way to achieve this?
It won't work the way you are intending. Once a report falls off the list, it's gone. There is no additional processing that will be performed.
Alternatives - You could write your own procedures to update the ReportCaster tables which would mean accessing and updating them directly - definitely possible and not uncommon but be careful you don't mess up something else. You need a pretty good understanding of the layout and content of the RC tables. You could also run duplicates of the files and have them stored both in the "recent" folder and in an "archive" folder.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
I think duplicating the report generation process, to have reports stored in multiple folders, would be the safe way to go about it. Thanks Darin for the suggestions.