Icon View Incident Report

Minor Minor
Reported By: Uli Becker
Reported On: 7/7/2008
For: Version 2.00 Build 2
# 2695 Migrating a DBISAM Database Containg Indexes with the Prefix "Text_" in the Name Causes Error

just tried to migrate another database from DBISAM3 to EDB. The migrations stops with this error:

ElevateDB Error #700 An error was found in the statement at line 1 and
column 1 (Missing SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER, DROP,
GRANT, REVOKE, BACKUP, RESTORE, SET BACKUPS, REPAIR, OPTIMIZE, IMPORT,
EXPORT, DISCONNECT, REMOVE, PUBLISH, UNPUBLISH, SAVE, LOAD, SET UPDATES,
COPY FILE, RENAME FILE, DELETE FILE)


Comments Comments and Workarounds
The issue was that certain indexes in the source tables had the prefix "Text_" for their names, and EDB was using the prefix "Text_"+ColumnName for designating new text indexes in the DBISAM migration. EDB text indexes are individually named, whereas in DBISAM they were not named and there was only one built-in text index per table.


Resolution Resolution
Fixed Problem on 7/8/2008 in version 2.01 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 VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image