Icon View Incident Report

Serious Serious
Reported By: Yusuf Zorlu
Reported On: 4/16/2021
For: Version 2.34 Build 2
# 4830 Job Execution Not Working Properly Due to Too Small Polling Window

I think you have a bug in Jobengine with latest 2.34 build 2. We have tried to create a 1 or 2 minute Job on our side with latest server 2.34 build 2.

This job is only run after creating or altering for one time. After that it shows "Next run" in the past and is never called.

CREATE JOB "_DGMAIL xREMINDER2"
RUN AS "Administrator"
FROM DATE '2021-03-01' TO DATE '2099-12-31'
EVERY 2 MINUTES ON MON, TUE, WED, THU, FRI
BETWEEN TIME '06:00' AND TIME '18:00:00.999'
BEGIN
   execute immediate 'update erp.bank_konten 
   set nl=1';
END



Comments Comments
The issue was that that job execution polling window was set to 60 msecs instead of 60 secs, which resulted in N-minute jobs being queued up for execution multiple times and in strange orders.


Resolution Resolution
Fixed Problem on 4/19/2021 in version 2.34 build 3


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 PHP Standard
ElevateDB PHP Standard with Source
ElevateDB PHP Trial
ElevateDB VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image