Icon View Incident Report

Minor Minor
Reported By: Fernando Dias
Reported On: 5/11/2008
For: Version 1.09 Build 3
# 2628 Leaving Out Interval Specification from CREATE JOB Statement Causes AV

I get an AV trying to create a Job:

ElevateDB Error #9999 Access violation at address 004F27EA in module 'edbsrvr.exe'. Read of address 00000008

I forgot the "ONCE" clause before "between" and get the AV.

CREATE JOB "JobX"
RUN AS "Administrator"
FROM DATE '2008-05-11' TO DATE '2008-05-11'
BETWEEN TIME '18:15' AND TIME '19:10'
CATEGORY ''
BEGIN
END



Comments Comments and Workarounds
The workaround is to make sure to include the interval specification.


Resolution Resolution
Fixed Problem on 5/12/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