Icon View Incident Report

Serious Serious
Reported By: Fernando Dias
Reported On: 5/11/2008
For: Version 1.09 Build 3
# 2632 Creating a Monthly Job for a Specific Day of the Month Causes AV

I get the following AV when I execute the following CREATE JOB statement:

ElevateDB Error #9999 Access violation at address 004E35AC in module 'edbsrvr.exe'. Read of address 0000001C

CREATE JOB "Job10"
RUN AS "System"
FROM DATE '2008-05-11' TO DATE '2008-05-11'
MONTHLY
ON SECOND SUN OF JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV
BETWEEN TIME '17:10' AND TIME '17:20'
CATEGORY ''
BEGIN
  use "TestJobs";
  execute immediate 'insert into JobExec(ExecTime) values(CURRENT_TIMESTAMP)';
END



Comments Comments
The issue was the SECOND SUN specification. Specifying a numeric day of the month would work.


Resolution Resolution
Fixed Problem on 5/14/2008 in version 1.09 build 4


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

Image