Opened 13 years ago

Closed 13 years ago

#1580 closed defect (fixed)

FDO error happened when multi-selecting ODBC data in Flexible Web Layout

Reported by: ChristineBao Owned by: Christine Bao
Priority: high Milestone:
Component: Server Version: 2.1.0
Severity: major Keywords:
Cc: External ID: 1376737

Description

Report from Autodesk QA:
Steps:

  1. Connect to sample Parcels.mdb.
  2. New one FWL against the data.
  3. View in the Browsers.
  4. Select Radius

Results:
One warning popped-up.
An exception occurred in FDO component.

Expected results:
No error and objects can be selected correctly/

Workaround: Y for Fusion, N for Basic. Fusion: Select object one by one.

Regression: Y

Attachments (1)

Fix#1580.patch (666 bytes ) - added by ChristineBao 13 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by ChristineBao, 13 years ago

This defect is caused by selection set generate filter. The ODBC provider's primary key is "Primary Key" with a blank character inside, which cause the generated filter string something like "(Primary key=14769) OR (Primary key=16014)".
Fixing the defect by adding "\"" to property name if it contains blank character. Attach a patch for fixing.

by ChristineBao, 13 years ago

Attachment: Fix#1580.patch added

comment:2 by ChristineBao, 13 years ago

Resolution: fixed
Status: newclosed

Submit r5490 to fix this defect.

Note: See TracTickets for help on using tickets.