Icon View Incident Report

Serious Serious
Reported By: Ulrich Doewich
Reported On: 3/30/2016
For: Version 2.23 Build 1
# 4377 Casting a CLOB Value to INTEGER Causes a Conversion Error

The following script SQL causes the following error:

Exception EEDBError: ElevateDB Error #1011 An error occurred with the statement at line 31 and column 12 (An error occurred with the value 0 (A conversion error occurred with the value))

 DECLARE JobEnabled INT;
 PREPARE ConfLookup FROM 'SELECT value INTO ? FROM config WHERE key=?';
 EXECUTE ConfLookup USING JobEnabled, 'BakEnabled';

The value column of the config table is defined as CLOB



Resolution Resolution
Fixed Problem on 3/31/2016 in version 2.23 build 2


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