Icon View Incident Report

Serious Serious
Reported By: Nathan Syder [Informa]
Reported On: 10/9/2014
For: Version 2.17 Build 1
# 4086 IMPORT TABLE Statement Can Experience AV with QUOTE CHAR of #0 (Null)

Running an Import Table on a Remote Server from a Store also on the Remote Server session, where the Import Table statement contains QUOTE CHAR #0 causes the error:

ElevateDB Error #9999 Access violation at address 000000000082E409 in module 'edbsrvr.exe'. Read of address 0000000000000000

Running the same statement on the server itself works fine.

Changing the QUOTE CHAR to another character will also work ok on a Remote Server session. It only occurs when the QUOTE CHAR is #0

IMPORT TABLE "Activity" FROM "Activity.txt"
IN STORE "TmpUpdate"
FORMAT DELIMITED
ENCODING AUTO
DELIMITER CHAR '|'
QUOTE CHAR #0
MAX ROWS -1



Resolution Resolution
Fixed Problem on 10/12/2014 in version 2.18 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