Thursday, 12 September 2013

Force JasperReports Server scheduler (quartz) to recalculate next run time

Force JasperReports Server scheduler (quartz) to recalculate next run time

To get a bunch of new reports to run I changed the system date on my
JasperReports Server. After I changed it back, the normally-scheduled
reports did not run because the "next run time" is evidently calculated
statically based on the previous run.
How can I force the quartz scheduler to recalculate the next run time?

No comments:

Post a Comment