Opened 14 years ago
Closed 14 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:
- Connect to sample Parcels.mdb.
- New one FWL against the data.
- View in the Browsers.
- 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)
Change History (3)
comment:1 by , 14 years ago
by , 14 years ago
Attachment: | Fix#1580.patch added |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Submit r5490 to fix this defect.
Note:
See TracTickets
for help on using tickets.
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.