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.
What is the reason for Report Caster delay in running its scheduled job? The scheduled job is not even showing on the console on or after its scheduled time. However, it ran successfully after an hour of its scheduled time.
Any ideas/suggestions would be appreciated Thanks
WebFOCUS 5.2 upgrading to the latest version at the moment. UNIX HTML
Hi Sophie, It might be worth checking with the server that the clock time is correct as we had a similar issue a few years back where they had reset the mainframe clock for daylight saving time but not the WebFocus server so it was an hour adrift. It's a stab in the dark but is certainly worth a 2 minute check.
Paul
Developer Studio Release : 7.6.11
Posts: 21 | Location: TataSteel Strip Products UK , Port Talbot , South Wales | Registered: November 28, 2006
Report Caster (here) will only process three jobs at a time (able to be set in RC config), any others that get executed will sit in a queue in an order decided by their priority setting. If you have long running RC jobs then this queue may take time to service. Look at the report caster console / status screen to see the queue and it's contents.
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
And to add to the list of possibilities -- if there happened to be a server or network issue, RC may not have been able to reach an MRE repository or a WF server at the scheduled time so it may keep trying until a proper connection is made. May even be that the RC server was not up at the schedule time so its recovery mode ran the procedure an hour later when it was brought up.
(However, my bet would be on either the Time zone difference or daylight savings issue.)
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
First port of call should be your Unix admin, He/she is the one who will have to change it anyway.
From a WebFOCUS Caster point of view if they are on the same machine then from a WebFOCUS adhoc window !date will echo back the system date and time and also tell you what time zone is being used.
If Caster is on a different machine and you have access to the Unix box simple type date.
If you do not have direct Unix logon then ask the admin.
Our Unix machine time is corrected and our Report Caster is on the same machine. But the scheduling job is run an hour later than when it was scheduled.
Is there somewhere within Report Caster where we can check it's time and if it's incorrected, how do we adjust it?
Thanks
WebFOCUS 5.2 upgrading to the latest version at the moment. UNIX HTML
Sorry I must be not making myself clear here. I know how to check and changed Report Caster scheduled time for jobs.
Our issue is the scheduled report run an hour late because according to the Report Caster, it's (for example) 9am at the time instead of 10am (this happened after the daylight saving recently).
Therefore, my question is where do the Report Caster registered it's time to excecute the scheduled jobs?
I hope this make a bit clearer...
Thanks
WebFOCUS 5.2 upgrading to the latest version at the moment. UNIX HTML
When you look in the schedule, you see a specific time. But the time recorded in BOTSCHED for that schedule is relative to GMT at the time you first scheduled it. So if you first scheduled some recurring job to run at 9am in the summer, and another one to run at 9am in the winter they run one hour apart.
As BarryS has said, this is stored in "Zulu" time and you need to look at the article he referenced to see where this is.