#1935 closed defect (fixed)
Error to preview feature of Join/Calculation feature class for SQL Server 2008 provider.
Reported by: | christinebao | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | General | Version: | 2.1.0 |
Severity: | major | Keywords: | |
Cc: | Romica Dascalescu <Romica.Dascalescu@…> | External ID: | 1444765 |
Description
Report from Autodesk QA.
steps:
- New a data connection in studio with SQL Server 2008 provider.
You can use below server if needed: server - cadcmapqa9 user - sa password - isdqa data store - San_Fransisco_Ellen
2.Create a join or calculation based on any feature class.
- Preview the data connection.
- View feature of the extended feature class generated from join and calcuation.
Result: Different exceptions happened. Calculation: Problem:\nThe application encountered a problem and could not finish the operation you just requested properly.\n\nSolution:\nIf it\'s the first time you met this problem, try again or restart the application / session; otherwise, describe the steps to reproduce this problem to the server administrator for suggestions.- MgFeatureServiceHandler.ProcessOperation() line 83 file d:\build\ims2013\build_40.9\ent\os\server\src\services\feature\FeatureServiceHandler.cpp - MgOpSelectFeaturesSpatial.Execute() line 110 file d:\build\ims2013\build_40.9\ent\os\server\src\services\feature\OpSelectFeaturesSpatial.cpp - MgServerFeatureService.SelectAggregate() line 570 file d:\build\ims2013\build_40.9\ent\os\server\src\services\feature\ServerFeatureService.cpp - MgServerSelectFeatures.SelectFeatures() line 304 file d:\build\ims2013\build_40.9\ent\os\server\src\services\feature\ServerSelectFeatures.cpp - MgServerSelectFeatures.SupportsFdoJoin() line 1719 file d:\build\ims2013\build_40.9\ent\os\server\src\services\feature\ServerSelectFeatures.cpp Join - An exception occurred in FDO component. Class 'SHP_Schema:schools_private_ptsExtended' not found - MgFeatureServiceHandler.ProcessOperation() line 83 file d:\build\ims2013\build_40.9\ent\os\server\src\services\feature\FeatureServiceHandler.cpp - MgOpSelectFeaturesSpatial.Execute() line 110 file d:\build\ims2013\build_40.9\ent\os\server\src\services\feature\OpSelectFeaturesSpatial.cpp - MgServerFeatureService.SelectAggregate() line 570 file d:\build\ims2013\build_40.9\ent\os\server\src\services\feature\ServerFeatureService.cpp - MgServerSelectFeatures.SelectFeatures() line 304 file d:\build\ims2013\build_40.9\ent\os\server\src\services\feature\ServerSelectFeatures.cpp
Expectation: View feature correctly.
Regression: not sure workaround: n
Attach fixing http://trac.osgeo.org/mapguide/attachment/ticket/1935/Fix1935.patch for review.