Icon View Incident Report

Serious Serious
Reported By: Uli Becker
Reported On: 6/2/2012
For: Version 2.08 Build 3
# 3588 LOAD UPDATES Can Cause AV with Tables Containing Self-Referencing Foreign Keys

I need your help concerning an error during replication:

After just one change in a published table (Akte), I get an error when trying to load the update:

ElevateDB Error #900 An error occurred with the statement at line 3 and column 19 (Access violation at address 00549372 in module 'edbmgr.exe'. Read of address 00000118)

Other tables work fine (though I didn't test *all* tables).

EXECUTE IMMEDIATE 'LOAD UPDATES FOR DATABASE "MediControl"
                   FROM "Client-2012-06-03 00-57-28.0261" IN STORE
                   "Device2In"';



Comments Comments
This bug was caused by the fact that the one table had references to itself. This fouled up the update comparison that is performed to determine the proper order of the updates.


Resolution Resolution
Fixed Problem on 6/4/2012 in version 2.09 build 1


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