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 was wondering if someone has a focus proc that updates NEXTRUNTIME in botsched inorder to run a schedule immediately. Are there any other columns that need to be updated along with NEXTRUNTIME to schedule the job immediately. I know that I will have to build the NEXTRUNTIME in Zoolo(?) time.
If you look in the "IB - Development Center" link (top left) and then go to "Tips and Techniques", you will find two articles that would be of use to you.
The first by Susannah entitled "Zulu Time" about interpreting times from Report Caster, and the second article by Jodye entitled "How to Automatically Delay Report Caster Jobs".
A combination of the information held within these two documents should give you enough information to assist, however, be aware that "schedule the job immediately" doesn't mean what a lot of people believe. RC sweeps the list periodically to see what needs executing, so you might be better off setting the next run time to now + 10 seconds.
There are also quite a few topics within the Forum on this subject already. Use the link "Search the Technical Document Library" above right, and in the right hand selection select "FOCUS / WebFOCUS Messages" in the combo box and then enter "next run time" in the "search for:" text box.
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
If you want to run a job immediately, you may be able to use the DSTRUN subroutine. There have been several topics about it so search on it as well. I doesn't do anything fancy, it just submits a RC job for immediate execution.
In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006
UPDATE BOTSCHED SET NEXTRUNTIME = LPAD('&RT',32,'0') WHERE SCHEDULEID = '&SchedID'; END
-SET &ERRMSG = IF( &RETCODE EQ 0 ) THEN 'The report submitted for execution' ELSE 'The report was not run, try later';This message has been edited. Last edited by: <Barry>,