[fdo-users] RE: ESRI File Geodatabases

Brad Nesom kidsmake6 at msn.com
Tue Mar 10 10:11:30 EDT 2009


Thanks Traian,
  If you don't mind I would like the newly compiled dll.
Brad
Is there any plan to make a read/write version?


-----Original Message-----
From: fdo-users-bounces at lists.osgeo.org
[mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of Traian Stanev
Sent: Monday, March 09, 2009 9:28 AM
To: 'FDO Users Mail List'
Subject: RE: [fdo-users] RE: ESRI File Geodatabases

The provider dll I posted is compiled with postgis support, which requires
an external dll from Postgres (libpq.dll), which is likely what you are
missing. I could probably recompile without that and post a new one, later
today. (Or you could get the libpq.dll and its dependencies from a Postgres
package).

The provider I posted is compiled with ODBC support as well, which is what
you are missing from the one that comes with the FDO package. It's really
the default build of the GDAL dll that has that missing, and the one I
posted is statically linked to a build of GDAL with ODBC enabled. I have
tried it with geodatabases in the past, in Map3D, and it definitely works,
once you can load the provider. :)


Traian


-----Original Message-----
From: fdo-users-bounces at lists.osgeo.org
[mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of Brad Nesom
Sent: Monday, March 09, 2009 10:19 AM
To: 'FDO Users Mail List'
Subject: RE: [fdo-users] RE: ESRI File Geodatabases

Traian,
 I have since my last post downloaded the dll provided in your last post. I
removed the 3.3.2 fdo and re-loaded the 3.3.0 from the original autodesk
install. At that point I noticed there was no ogr provider in the original.
So I added the following to my providers.xml


  <FeatureProvider>
    <Name>OSGeo.OGR.3.3</Name>
    <DisplayName>OSGeo FDO Provider for OGR </DisplayName>
    <Description>Read access to OGC OGR-based data store. </Description>
    <IsManaged>False</IsManaged>
    <Version>3.3.0.0</Version>
    <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion>
    <LibraryPath>OGRProvider.dll</LibraryPath>
  </FeatureProvider>
And place the ogrprovider.dll in my fdo/bin folder. When I start map I get
the error stack following...
<?xml version="1.0" ?> 
- <Map3dErrorLog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="AcMap3dErrorLog.xsd">
- <Session user="ws21" start="3/9/2009 9:18:51 AM" document="Drawing1.dwg">
- <Error code="1" type="15" dispensation="1" sId="2" occurrence="1">
  Failed to load connection control for provider. Either the provider is not
installed or there was an error accessing it. 
  <Entry code="1" type="15" sId="3" occurrence="1">Unable to create
connection to provider 'OSGeo.OGR.3.3'</Entry> 
  <Entry code="1" type="15" sId="4" occurrence="1">Unable to load the FDO
Provider: The specified module could not be found.</Entry> 
  <Entry code="1" type="15" sId="5" occurrence="1">Failed to load connection
control for provider. Either the provider is not installed or there was an
error accessing it.</Entry> 
  <Entry code="1" type="15" sId="6" occurrence="1">Unable to create
connection to provider 'OSGeo.OGR.3.3'</Entry> 
  <Entry code="1" type="15" sId="7" occurrence="1">Unable to load the FDO
Provider: The specified module could not be found.</Entry> 
  </Error>
  </Session>
  </Map3dErrorLog>

-----Original Message-----
From: fdo-users-bounces at lists.osgeo.org
[mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of Brad Nesom
Sent: Monday, March 09, 2009 7:30 AM
To: 'FDO Users Mail List'
Subject: RE: [fdo-users] RE: ESRI File Geodatabases

No, the 3.3.0 version I am using is the shipped with and installed with
autodesk map 3d 2009. 
At this time I have the 3.3.2 version installe from the fdo downloads...
http://fdo.osgeo.org/content/fdo-332-downloads
Windows SDK
The following tar files contains the Windows (32 bit) Managed and Unmanaged
FDO SDK files, including binaries, libraries and header files.

fdosdk-win32-3.3.2.tar.gz  


-----Original Message-----
From: fdo-users-bounces at lists.osgeo.org
[mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of Traian Stanev
Sent: Friday, March 06, 2009 5:55 PM
To: FDO Users Mail List
Subject: RE: [fdo-users] RE: ESRI File Geodatabases


Which OGRProvider.dll are you using -- the one I posted at the URL below?

  http://13-9.com/OGRProvider-3.3.0.zip


Traian


________________________________________
From: fdo-users-bounces at lists.osgeo.org [fdo-users-bounces at lists.osgeo.org]
On Behalf Of Brad Nesom [kidsmake6 at msn.com]
Sent: Friday, March 06, 2009 5:51 PM
To: 'FDO Users Mail List'
Subject: RE: [fdo-users] RE: ESRI File Geodatabases

Traian,
  I am unable to accomplish even read only of the MDB in 3.3.0 or 3.3.2.
Also the documentation shows that is it read/write.

http://fdo.osgeo.org/OSProviderOverviews.html

OSGeo FDO Provider for OGR<http://fdo.osgeo.org/fdoogr/index.html>

OGR is a open source library. Read and write access is provided to vector
data from the OGR library



________________________________
From: fdo-users-bounces at lists.osgeo.org
[mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of Traian Stanev
Sent: Friday, March 06, 2009 9:10 AM
To: 'FDO Users Mail List'
Subject: [fdo-users] RE: ESRI File Geodatabases

Hi David,

If you are talking about the personal geodatabase, that's in MDB format -
you can read those with the OGR provider, in both 3.3 and 3.4. Note that
support is read only.


Traian


From: fdo-users-bounces at lists.osgeo.org
[mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of David Anderson
Sent: Thursday, March 05, 2009 3:14 PM
To: fdo-users at lists.osgeo.org
Subject: [fdo-users] ESRI File Geodatabases

Does 3.3 or 3.4 support the ESRI file geodatabase?

Thanks,

David Anderson, P.E.
Donnell & Allred, Inc.
908 Big Horn Ave
P.O. Box 638
Worland, WY  82401
307-347-8276
307-347-8277 fax
da at donnellandallred.com<mailto:da at donnellandallred.com>

_______________________________________________
fdo-users mailing list
fdo-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fdo-users

_______________________________________________
fdo-users mailing list
fdo-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fdo-users

_______________________________________________
fdo-users mailing list
fdo-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fdo-users
_______________________________________________
fdo-users mailing list
fdo-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/fdo-users



More information about the fdo-users mailing list