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