Icon View Incident Report

Serious Serious
Reported By: Barry McClure
Reported On: 3/6/2015
For: Version 2.18 Build 3
# 4151 Using CREATE TABLE to Create Table from Updates File Can Fail with Large Update Files

I published 3 tables to act as an audit trail for my application which executes a process and takes about 30 minutes to run. It is processing a few thousand CSV files and adding them to the database. There is a bug in my update algorithm and I need the audit trail to try and figure out if the tables are being updated out of sequence.

My application completes fine and creates the xAudit file in the Store AuditTrail. But when I try and create a table from that file using:

create [temporary] table "_audit_init" from Updates "Init_Audit" in store AuditTrail

it takes a long time to run this command from EDBMgr and then I will get an Out of Memory error when EDBSrvr consumes (Commit) 4.084 GB of memory.


Resolution Resolution
Fixed Problem on 3/8/2015 in version 2.18 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 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