<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Not sure what I am doing wrong.<BR>
I have the provider dll you sent in the fdo bin directory. I get a successfull connection but when I add it to the map it says <BR>
failed to cache features<BR>
geometry is null.<BR>
I have tried this with several pgdb's that I have verified do work in esri software.<BR>
Brad<BR>
<BR>
<BR>> From: traian.stanev@autodesk.com<BR>> To: fdo-users@lists.osgeo.org<BR>> Date: Tue, 10 Mar 2009 07:21:55 -0700<BR>> Subject: RE: [fdo-users] RE: ESRI File Geodatabases<BR>> <BR>> <BR>> I already posted it but forgot to send an email.<BR>> <BR>> http://13-9.com/OGRProvider-3.3-nopq.zip<BR>> <BR>> <BR>> Write support does not depend on the provider, but on the underlying OGR driver, so I am the wrong person to ask about that.<BR>> <BR>> <BR>> Traian<BR>> <BR>> <BR>> <BR>> <BR>> -----Original Message-----<BR>> From: fdo-users-bounces@lists.osgeo.org [mailto:fdo-users-bounces@lists.osgeo.org] On Behalf Of Brad Nesom<BR>> Sent: Tuesday, March 10, 2009 10:12 AM<BR>> To: 'FDO Users Mail List'<BR>> Subject: RE: [fdo-users] RE: ESRI File Geodatabases<BR>> <BR>> Thanks Traian,<BR>> If you don't mind I would like the newly compiled dll.<BR>> Brad<BR>> Is there any plan to make a read/write version?<BR>> <BR>> <BR>> -----Original Message-----<BR>> From: fdo-users-bounces@lists.osgeo.org<BR>> [mailto:fdo-users-bounces@lists.osgeo.org] On Behalf Of Traian Stanev<BR>> Sent: Monday, March 09, 2009 9:28 AM<BR>> To: 'FDO Users Mail List'<BR>> Subject: RE: [fdo-users] RE: ESRI File Geodatabases<BR>> <BR>> The provider dll I posted is compiled with postgis support, which requires<BR>> an external dll from Postgres (libpq.dll), which is likely what you are<BR>> missing. I could probably recompile without that and post a new one, later<BR>> today. (Or you could get the libpq.dll and its dependencies from a Postgres<BR>> package).<BR>> <BR>> The provider I posted is compiled with ODBC support as well, which is what<BR>> you are missing from the one that comes with the FDO package. It's really<BR>> the default build of the GDAL dll that has that missing, and the one I<BR>> posted is statically linked to a build of GDAL with ODBC enabled. I have<BR>> tried it with geodatabases in the past, in Map3D, and it definitely works,<BR>> once you can load the provider. :)<BR>> <BR>> <BR>> Traian<BR>> <BR>> <BR>> -----Original Message-----<BR>> From: fdo-users-bounces@lists.osgeo.org<BR>> [mailto:fdo-users-bounces@lists.osgeo.org] On Behalf Of Brad Nesom<BR>> Sent: Monday, March 09, 2009 10:19 AM<BR>> To: 'FDO Users Mail List'<BR>> Subject: RE: [fdo-users] RE: ESRI File Geodatabases<BR>> <BR>> Traian,<BR>> I have since my last post downloaded the dll provided in your last post. I<BR>> removed the 3.3.2 fdo and re-loaded the 3.3.0 from the original autodesk<BR>> install. At that point I noticed there was no ogr provider in the original.<BR>> So I added the following to my providers.xml<BR>> <BR>> <BR>> <FeatureProvider><BR>> <Name>OSGeo.OGR.3.3</Name><BR>> <DisplayName>OSGeo FDO Provider for OGR </DisplayName><BR>> <Description>Read access to OGC OGR-based data store. </Description><BR>> <IsManaged>False</IsManaged><BR>> <Version>3.3.0.0</Version><BR>> <FeatureDataObjectsVersion>3.3.0.0</FeatureDataObjectsVersion><BR>> <LibraryPath>OGRProvider.dll</LibraryPath><BR>> </FeatureProvider><BR>> And place the ogrprovider.dll in my fdo/bin folder. When I start map I get<BR>> the error stack following...<BR>> <?xml version="1.0" ?> <BR>> - <Map3dErrorLog xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"<BR>> xsi:noNamespaceSchemaLocation="AcMap3dErrorLog.xsd"><BR>> - <Session user="ws21" start="3/9/2009 9:18:51 AM" document="Drawing1.dwg"><BR>> - <Error code="1" type="15" dispensation="1" sId="2" occurrence="1"><BR>> Failed to load connection control for provider. Either the provider is not<BR>> installed or there was an error accessing it. <BR>> <Entry code="1" type="15" sId="3" occurrence="1">Unable to create<BR>> connection to provider 'OSGeo.OGR.3.3'</Entry> <BR>> <Entry code="1" type="15" sId="4" occurrence="1">Unable to load the FDO<BR>> Provider: The specified module could not be found.</Entry> <BR>> <Entry code="1" type="15" sId="5" occurrence="1">Failed to load connection<BR>> control for provider. Either the provider is not installed or there was an<BR>> error accessing it.</Entry> <BR>> <Entry code="1" type="15" sId="6" occurrence="1">Unable to create<BR>> connection to provider 'OSGeo.OGR.3.3'</Entry> <BR>> <Entry code="1" type="15" sId="7" occurrence="1">Unable to load the FDO<BR>> Provider: The specified module could not be found.</Entry> <BR>> </Error><BR>> </Session><BR>> </Map3dErrorLog><BR>> <BR>> -----Original Message-----<BR>> From: fdo-users-bounces@lists.osgeo.org<BR>> [mailto:fdo-users-bounces@lists.osgeo.org] On Behalf Of Brad Nesom<BR>> Sent: Monday, March 09, 2009 7:30 AM<BR>> To: 'FDO Users Mail List'<BR>> Subject: RE: [fdo-users] RE: ESRI File Geodatabases<BR>> <BR>> No, the 3.3.0 version I am using is the shipped with and installed with<BR>> autodesk map 3d 2009. <BR>> At this time I have the 3.3.2 version installe from the fdo downloads...<BR>> http://fdo.osgeo.org/content/fdo-332-downloads<BR>> Windows SDK<BR>> The following tar files contains the Windows (32 bit) Managed and Unmanaged<BR>> FDO SDK files, including binaries, libraries and header files.<BR>> <BR>> fdosdk-win32-3.3.2.tar.gz <BR>> <BR>> <BR>> -----Original Message-----<BR>> From: fdo-users-bounces@lists.osgeo.org<BR>> [mailto:fdo-users-bounces@lists.osgeo.org] On Behalf Of Traian Stanev<BR>> Sent: Friday, March 06, 2009 5:55 PM<BR>> To: FDO Users Mail List<BR>> Subject: RE: [fdo-users] RE: ESRI File Geodatabases<BR>> <BR>> <BR>> Which OGRProvider.dll are you using -- the one I posted at the URL below?<BR>> <BR>> http://13-9.com/OGRProvider-3.3.0.zip<BR>> <BR>> <BR>> Traian<BR>> <BR>> <BR>> ________________________________________<BR>> From: fdo-users-bounces@lists.osgeo.org [fdo-users-bounces@lists.osgeo.org]<BR>> On Behalf Of Brad Nesom [kidsmake6@msn.com]<BR>> Sent: Friday, March 06, 2009 5:51 PM<BR>> To: 'FDO Users Mail List'<BR>> Subject: RE: [fdo-users] RE: ESRI File Geodatabases<BR>> <BR>> Traian,<BR>> I am unable to accomplish even read only of the MDB in 3.3.0 or 3.3.2.<BR>> Also the documentation shows that is it read/write.<BR>> <BR>> http://fdo.osgeo.org/OSProviderOverviews.html<BR>> <BR>> OSGeo FDO Provider for OGR<http://fdo.osgeo.org/fdoogr/index.html><BR>> <BR>> OGR is a open source library. Read and write access is provided to vector<BR>> data from the OGR library<BR>> <BR>> <BR>> <BR>> ________________________________<BR>> From: fdo-users-bounces@lists.osgeo.org<BR>> [mailto:fdo-users-bounces@lists.osgeo.org] On Behalf Of Traian Stanev<BR>> Sent: Friday, March 06, 2009 9:10 AM<BR>> To: 'FDO Users Mail List'<BR>> Subject: [fdo-users] RE: ESRI File Geodatabases<BR>> <BR>> Hi David,<BR>> <BR>> If you are talking about the personal geodatabase, that's in MDB format -<BR>> you can read those with the OGR provider, in both 3.3 and 3.4. Note that<BR>> support is read only.<BR>> <BR>> <BR>> Traian<BR>> <BR>> <BR>> From: fdo-users-bounces@lists.osgeo.org<BR>> [mailto:fdo-users-bounces@lists.osgeo.org] On Behalf Of David Anderson<BR>> Sent: Thursday, March 05, 2009 3:14 PM<BR>> To: fdo-users@lists.osgeo.org<BR>> Subject: [fdo-users] ESRI File Geodatabases<BR>> <BR>> Does 3.3 or 3.4 support the ESRI file geodatabase?<BR>> <BR>> Thanks,<BR>> <BR>> David Anderson, P.E.<BR>> Donnell & Allred, Inc.<BR>> 908 Big Horn Ave<BR>> P.O. Box 638<BR>> Worland, WY 82401<BR>> 307-347-8276<BR>> 307-347-8277 fax<BR>> da@donnellandallred.com<mailto:da@donnellandallred.com><BR>> <BR>> _______________________________________________<BR>> fdo-users mailing list<BR>> fdo-users@lists.osgeo.org<BR>> http://lists.osgeo.org/mailman/listinfo/fdo-users<BR>> <BR>> _______________________________________________<BR>> fdo-users mailing list<BR>> fdo-users@lists.osgeo.org<BR>> http://lists.osgeo.org/mailman/listinfo/fdo-users<BR>> <BR>> _______________________________________________<BR>> fdo-users mailing list<BR>> fdo-users@lists.osgeo.org<BR>> http://lists.osgeo.org/mailman/listinfo/fdo-users<BR>> _______________________________________________<BR>> fdo-users mailing list<BR>> fdo-users@lists.osgeo.org<BR>> http://lists.osgeo.org/mailman/listinfo/fdo-users<BR>> <BR>> _______________________________________________<BR>> fdo-users mailing list<BR>> fdo-users@lists.osgeo.org<BR>> http://lists.osgeo.org/mailman/listinfo/fdo-users<BR>> _______________________________________________<BR>> fdo-users mailing list<BR>> fdo-users@lists.osgeo.org<BR>> http://lists.osgeo.org/mailman/listinfo/fdo-users<BR><br /><hr />Windows Live™ Groups: Create an online spot for your favorite groups to meet. <a href='http://windowslive.com/online/groups?ocid=TXT_TAGLM_WL_groups_032009' target='_new'>Check it out.</a></body>
</html>