Icon View Incident Report

Serious Serious
Reported By: Greg Bishop
Reported On: 4/14/2009
For: Version 2.02 Build 11
# 2981 UNION Queries Can Cause Index Page Size Error with Unicode Databases

When executing my compiled EXE, I get the following error when opening the following query:

ElevateDB Error #100 There is an error in the metadata for the index __Distinct (The index page size is below the required of 9144).

SELECT AddressID, Description, Address1, Address2,
City, State, PostalCode, Country, True AS Primary
FROM Address WHERE (AddressID IN
 (SELECT AddressID FROM ContactToAddress
 WHERE ContactID = :ContactID))
 AND (:PrimaryPhysicalAddressID = AddressID)
UNION
SELECT AddressID, Description, Address1, Address2,
City, State, PostalCode, Country, False AS Primary
FROM Address
WHERE (AddressID IN
 (SELECT AddressID FROM ContactToAddress
 WHERE ContactID = :ContactID))
 AND (:PrimaryPhysicalAddressID <> AddressID)



Resolution Resolution
Fixed Problem on 4/18/2009 in version 2.02 build 12


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 VCL Client-Server
ElevateDB VCL Client-Server with Source
ElevateDB VCL Standard
ElevateDB VCL Standard with Source
ElevateDB VCL Trial

Image