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.
WF 8.1.0.5 What is needed and how would I run an RC job via a web service?
I have a job that runs once a month but the end user wants this to run every time they update the db2 table. This could happen at night or over the weekend so they want to schedule on their end with something like IWS or other web service.
Thanks JVThis message has been edited. Last edited by: FP Mod Chuck,
You can do this with what you have, and setting a semaphore. Use an onChange trigger on the table to set a value somewhere, then have ReportCaster interrogate that value and only issue the report if it is set. RC can use a Post-action fex to clear the value.
Set RC to run the job every hour, every ten minutes, every minute as required by your business case.
Option 2 -- write to the BotSched table! That's what ReportCaster gets its job information from. I've done it, works like a dream. Make sure you test very well.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007