Icon View Incident Report

Serious Serious
Reported By: Fernando Dias
Reported On: 4/21/2009
For: Version 2.02 Build 11
# 2983 Jobs Scheduled as Every X Hours Are Firing Every X+1 Hours Instead

There is something wrong with jobs scheduled EVERY x HOURS.I have a following job defined in a server and it is firing
consistently every day at 6:00, 14:00 and 22:00.

In another server I have the following job, and this one is firing every day at 6:30, 14:00 and 22:00.

As you see, none of them is firing every 7 hours.

JOB "AGV2-ExpDados"
RUN AS "System"
FROM DATE '2009-04-03' TO DATE '2999-12-31'
EVERY 7 HOURS
BETWEEN TIME '06:30' AND TIME '23:30'



Comments Comments and Workarounds
The calculation was off by 1 hour, and the job would fire every 8 hours instead. The workaround is to adjust the job interval accordingly.


Resolution Resolution
Fixed Problem on 4/23/2009 in version 2.02 build 12


Products Affected Products Affected
ElevateDB Additional Software and Utilities
ElevateDB DAC Client-Server
ElevateDB DAC Client-Server with Source
ElevateDB DAC Standard
ElevateDB DAC Standard with Source
ElevateDB DAC Trial
ElevateDB LCL Standard with Source
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image