Opened 16 years ago
Closed 16 years ago
#509 closed task (fixed)
Incorrect version of the OGR provider in 3.4.0 GA
Reported by: | ksgeograf | Owned by: | gregboone |
---|---|---|---|
Priority: | major | Milestone: | 3.5.0 |
Component: | FDO API | Version: | 3.4.0 |
Severity: | 3 | Keywords: | OGR 3.4.0 version |
Cc: | External ID: |
Description
The OGR provider present in 3.4.0 GA is apparently missing the fix from r4525, which prevents it from working with MapGuide Enterprise 2010.
Below are the error log statements from executing the "Test" operation on MapGuide: File from the standalone OGR download (file version 3.4.0.4701):
<2009-04-20T08:54:03> 3620 MapGuide Maestro 127.0.0.1 Administrator
Error: An unclassified exception occurred. StackTrace:
- MgFeatureServiceHandler.ProcessOperation line 83 file d:\build\testarossa_nightly\build_30.1\ent\os\server\src\services\feature\FeatureServiceHandler.cpp
- MgOpTestFeatureSourceConnection.Execute line 100 file d:\build\testarossa_nightly\build_30.1\ent\os\server\src\services\feature\OpTestFeatureSourceConnection.cpp
File from the WinSDK download (file version 3.4.0.4701):
<2009-04-20T08:56:17> 2016 MapGuide Maestro API 127.0.0.1 Administrator
Error: An unclassified exception occurred. StackTrace:
- MgFeatureServiceHandler.ProcessOperation line 83 file d:\build\testarossa_nightly\build_30.1\ent\os\server\src\services\feature\FeatureServiceHandler.cpp
- MgOpTestFeatureSourceConnection.Execute line 100 file d:\build\testarossa_nightly\build_30.1\ent\os\server\src\services\feature\OpTestFeatureSourceConnection.cpp
If I build from source, without the fix from r4525 I get the exact same errors. If I include the fix from r4525, everything works as expected. I have attached my own build of the OGR provider, which works.
File size was too large, posted here instead: http://rapidshare.de/files/46818645/OGRProvider.dll.html
The file is built using the r4525 revision, but with GDAL statically linked.