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.
The ReportCaster API provides methods that enable you to:
Create a report schedule specifying the run time, distribution method (e-mail, FTP, printer, Managed Reporting, or Report Library), notification parameters, report format, and whether to burst the report. Schedule alerts. Schedule the distribution of a file or the contents of a URL. Schedule a Managed Reporting procedure. Retrieve a list of scheduled Managed Reporting procedures. List the procedures (FOCEXECs) on the default WebFOCUS Reporting Server available for scheduling.
However it doesn't actually show you how to do that. Looking over the included sample programs, there doesn't seem to be one that illustrates how to do this. The Javadoc doesn't help because I'm not sure what class I need to be looking at.
Any help would be appreciated.
Thanks, Dave
WebFocus 7.6.11 on Linux for X64 (Intel, AMD) 64 bit - Licensed Cores: 4 HTML, PDF, CSV
And it also depends on what your goal is with that knowledge. If you want to produce this list outside of ReportCaster, simply do a APP QUERY appname and you'll see wht files are in appname. Add HOLD to the statement followed by TABLE off of that holdfile to narrow it down to whatever you want / need.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
Thanks for your replies, however I'm afraid I'm new enough to web focus that I don't understand your answers. The only web focus training I've had is some Report Painter training.
My current task lies *way* outside of that limited training. I'm attempting to figure out the Java API for reportcaster so that I can query the server for a list of procedures that are available to be scheduled. Later on I will be using the API to actually schedule those procedures to be run a specific times.
On a related note, when I launch the reportcaster applet, and attempt to create a task as part of creating a new schedule, when I go to select the webfocus procedure and I login to the server, I don't see any applications or procedures at all.
I suspect this is because I don't have WF, or ReportCaster configured properly. I appreciate any help.
Thanks, Dave
WebFocus 7.6.11 on Linux for X64 (Intel, AMD) 64 bit - Licensed Cores: 4 HTML, PDF, CSV
Meanwhile, if you have an Information Builders site code, you can create a Tech Support User ID and either open a case or search for a solution - you may find more answered than on this forum.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Dave, the Report Caster repository is stored in a number of tables. The table names all start with BOT, where BOTSCHED contains the schedules, with links to BOTPACK where the taskid links to the BOTTASK table. There you can find all info on the different procedures submitted by Report Caster. Have a word with your dba where to find these tables. Then create synonyms for them and create reports in the Report Painter.