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 use Webfocus 7.6.4 client and reporting server to generate the reports.We need to get the list of reports executed by a particular user for a specified period of time. Can we use Report Caster for this purpose?
If this use only executes the job via Report Caster then look at the botlog tables. If it is interactive (On-Line) on demand and you have resource analyzer collecting then you can use resource analyzer if not and you are logging then your self then you can read your logs. that is about the only way.
Im not sure how useful this will be to you but a while a go i joined up all the RC tables to build some error checking utilities and have the join syntax here:
CODE DELETED, THERE WAS AN ERROR WHEN I RAN IT WHICHG I DON'T HAVE TIME TO LOOK INTO
you may find that you can create a fex to interrogate this structure to get what you need...This message has been edited. Last edited by: nubi,
Developer Studio 7.64 Win XP Output: mostly HTML, also Excel and PDF
"Never attribute to malice that which can be adequately explained by stupidity." - Heinlein's Razor
Posts: 285 | Location: UK | Registered: October 26, 2007
TSR is correct if you want to look at programs executed outside of RC.
And remember if you are going to use the two BOTLOG tables, by default they are purged to hold only 30 days worth of data. If you want to save the logs longer, you will have to change the purge value in the configuration section of the RC online tool.
TABLE FILE SCHEDTABLE PRINT SCHEDULEID CASTER_USER NOPRINT PARAM_VALUE AS 'Account No' JOBDESC AS 'Report Name' INTERVALTYPE AS 'Frequency' NextRunDate RunJob ACTIVE deleteJob AS 'Delete Report'
BY CATEGORY AS 'Report Group' NOPRINT BY ASVALUE AS 'Report Name' BY CASTER_USER NOPRINT BY JOBDESC NOPRINT
ON TABLE SUBHEAD "Reports for &UserID " "Option for all Reports 1"
ON CATEGORY SUBHEAD "1 ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL &fmtWanted