[fdo-users] AutoCAD Map 3d 2011 PostgreSQL FDO-Provider Connection to PostGreSQL-8.4.3-1 PostGIS 1.4.2 fails

Greg Boone greg.boone at autodesk.com
Fri Apr 23 15:10:42 EDT 2010


>From a previous post:




The PostgreSQL provider handles the connection a bit differently [than the PostGIS Provider]. It maps the FDO datastore to a PostgreSQL database, and then exposes all the schemas that are present. Try the following for service and datastore:



objConnProp.SetProperty("Service", < server:port>) objConnProp.SetProperty("DataStore", <DBName>)



A fix was made to the trunk to improve the connection error message (show the error generated by the PostgreSQL server). However, this will not show up until the next version after FDO 3.5

Are you setting Service and DataStore properly?
Are the PostgreSQL client binaries in the same directory as the FDO DLLs?

Greg

From: fdo-users-bounces at lists.osgeo.org [mailto:fdo-users-bounces at lists.osgeo.org] On Behalf Of Hermann Karl
Sent: Friday, April 23, 2010 12:06 PM
To: fdo-users at lists.osgeo.org
Subject: [fdo-users] AutoCAD Map 3d 2011 PostgreSQL FDO-Provider Connection to PostGreSQL-8.4.3-1 PostGIS 1.4.2 fails


Dear List,

With the PostgreSQL FDO Provider in AutoCAD Map 3d 2011 I am not able to connect to a
PostGreSQL-8.4.3-1 PostGIS 1.4.2 database

The service is on localhost:5432 or 127.0.0.1:5432

Karl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/fdo-users/attachments/20100423/4cc0602b/attachment.html


More information about the fdo-users mailing list