Mapguide OS and PostGis FDO

3 messages Options
Embed this post
Permalink
Beppe

Mapguide OS and PostGis FDO

Reply Threaded More More options
Print post
Permalink
OK many people has this problem... but... how can I find or log the problem?
win server 2003 r2
IIS
PostGres 8.4
Postgis 1.4.0
FDO 3.4.0 or 3.4.1 RC1
MapGuide OS 2.1 RC1 (with beta1 is the same thing)

ALL DEPENDS ARE OK for postgisprovider.dll and for mgserver.exe

The error is the same:  "(559) MgFdoException ... ... ... Unable to load the FDO Provider" in mapguide maestro  and in mapagent (web tier test) queries of postgis features

On another installation that had same problem:
PostGres 8.3.7
Postgis 1.3.6
FDO 3.4.0
MapGuide OS 2.1 beta1

after a few depends problem solving (adding new values to the PATH variable) now is OK

Waht can I do on 2003 server? Only reinstall older version?
Beppe

Re: Mapguide OS and PostGis FDO

Reply Threaded More More options
Print post
Permalink
SOLVED! without reinstall anything:
The version of postgres-postgis is too recent: i simply copied some dll's (requested by postgisprovider.dll) of postgres 8.3.7-postgis 1.3.6 in FDO folder:
libpq.dll
krb5_32.dll
libintl-8.dll
comerr32.dll
gssapi32.dll
ssleay32.dll
k5sprt32.dll
libiconv-2.dll

At this point connection is OK. Further errors can be logged with geomapgis fdo provider from
http://www.geomapgis.com/web/geomap-group/fdo/index.html.
be careful: table name and fields of postgis database must be lowercase.

Beppe wrote:
OK many people has this problem... but... how can I find or log the problem?
win server 2003 r2
IIS
PostGres 8.4
Postgis 1.4.0
FDO 3.4.0 or 3.4.1 RC1
MapGuide OS 2.1 RC1 (with beta1 is the same thing)

ALL DEPENDS ARE OK for postgisprovider.dll and for mgserver.exe

The error is the same:  "(559) MgFdoException ... ... ... Unable to load the FDO Provider" in mapguide maestro  and in mapagent (web tier test) queries of postgis features

On another installation that had same problem:
PostGres 8.3.7
Postgis 1.3.6
FDO 3.4.0
MapGuide OS 2.1 beta1

after a few depends problem solving (adding new values to the PATH variable) now is OK

Waht can I do on 2003 server? Only reinstall older version?
stijlie

Re: Mapguide OS and PostGis FDO

Reply Threaded More More options
Print post
Permalink




 a few depends problem solving (adding new values to the PATH variable) now is OK



what did you add?