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.
I have a set of reports which need to be scheduled to run after a flag value is updated in the database. I have a FOCEXEC which in turn will call a Java program that checks for the flag value.
When this program returns TRUE, all these reports should be run. I need to execute all these reports in a batch. How can I create a batch job to schedule all these reports?
I shall point you to the web page as there are several useful articles there that should provide some decent help for you in your endeavours. This way you'll be able to bookmark it for future reference. If I only gave you the link to the specific article then it would be very remiss of me, as it would only provide a single point of assistance. This way you get a whole page full of useful information.
In the top left corner of this web page you will see a link for "IB Developer Center", click on that and you will be taken to the "front end" of this area.
Again, on the left hand side of that page you will see a link for "Focus on Developers". A useful bookmark if ever there was one!!
Good luck
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
Mohan: We do something similar using Report Caster APIs. The first Focexec (the one that calls the Java program to check the database flag) is scheduled using Report caster to run every 30 minutes. If the database flag is updated, it collects the list of reports that need to be scheduled and schedules them to Report Caster using Report Caster APIs. Of course we also mark which reports were scheduled (and when they need to be scheduled again) to avoid scheduling them EVERY 30 minutes.
Diptesh WF 7.1.7 - AIX, MVS
Posts: 79 | Location: Warren, NJ, USA | Registered: October 25, 2006