Icon View Incident Report

Serious Serious
Reported By: Fernando Dias
Reported On: 11/30/2008
For: Version 2.02 Build 3
# 2859 Exceptions Raised During the Execution of a Job Can Cause the ElevateDB Server to Terminate

The execution of a job containing an invalid SQL statement stooped EDB server, that was running on a Windows Server 2003 server. Please find attached a screen copy of the event log after the server stop. The job was defined as follows:

CREATE JOB "Job1"
RUN AS "System"
FROM DATE '2008-11-30' TO DATE '2008-11-30'
ONCE
BETWEEN TIME '12:44' AND TIME '12:45'
CATEGORY ''
BEGIN 
  execute immediate 'xxx';
END



Comments Comments
The exceptions were not being trapped properly, and instead were allowed to bubble outside of the thread execution, thus causing the process to terminate.


Resolution Resolution
Fixed Problem on 11/30/2008 in version 2.02 build 4


Products Affected Products Affected
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