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 are looking for solutions to run reports in a batch manner -- waiting until SQL Server tables are loaded and then kicking off a group of reports that use those tables. I'm wondering how others are doing this. We are currently running 8.2.03 in a Windows environment and testing to upgrade to 8.2.06.
Thanks! --DebThis message has been edited. Last edited by: FP Mod Chuck,
WebFOCUS 8.2.03 (production), 8.2.06 (testing) AppStudio, InfoAssist Windows, All Outputs
Posts: 183 | Location: Indiana | Registered: December 05, 2017
Back in the day when I was an SE I had a customer that would create a record keyed by date in a separate table with a flag that showed the SQL tables had been successfully loaded and then would use an Alert to trigger a schedule with multiple tasks.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
DWaybright, several ways to do this. I assume you are wanting to run these batch jobs from Report Caster. You are basically wanting to run a job when a certain event happens. When the event happens, tell Report Caster to run your job. You can do this several ways, using DSTRUN (if it works within your security environment or within an alternate security zone), use Restful Web Services, or use MODIFY to update the next run date/time of the schedule you want to run. If this sounds like what you want, see this link: