Hi All
I seems to have more and more the problem in connecting Mapguide Opern source with Postgis.
I have tried on 3 diffrend computers, and also 2 different versions.
Two computers were XP Pro. Here we have installed MGOS 2.0.2.3011, postgresql 8.0.2 (with default postgis extension) and also FDOPostgis 3.3. I have confirmed that the postgreSql /bin folder is in my path.
But when trying to connect I get the error:
The remote server returned an error: (559) MgFdoException.:
An exception occurred in FDO component.
Unable to load the FDO Provider: (null)
Exception occurred in method MgFdoConnectionManager.Open at line 262 in file d:\build\mapguide_open_source_v2.0\build_30.11\mgdev\server\src\common\manager\FdoConnectionManager.cpp
On another XP PC we also tried the same combination and got:
The remote server returned an error: (559) MgFdoException.:
An exception occurred in FDO component.
Unable to load the FDO Provider: The specified module could not be found.
Exception occurred in method MgFdoConnectionManager.Open at line 262 in file d:\build\mapguide_open_source_v2.0\build_30.11\mgdev\server\src\common\manager\FdoConnectionManager.cpp
I then tried to use the same on a VISTA pc and and also thre latert MGOS beta release vir PostgreSQL 8.3 and Porgist 1.3.16 and FDO 3.4 got a somewhat diffrent error.
The remote server returned an error: (559) MgInvalidStreamHeaderException.:
Invalid stream header exception.
Exception occurred in method MgStreamReader.GetString at line 157 in file d:\buildforgeprojects\mapguide_open_source_v2.0\build_27.16\mgdev\common\foundation\System/StreamReader.cpp
When running depandancy walker, I get thefollowing error:
"
Error: At least one module has an unresolved import due to a missing export function in an implicitly dependent module.
Error: Modules with different CPU types were found.
Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
"
The file that is giving the error is LIBEAY32.DLL which seems to be for
x64
CPU.
Other files flagged red are:
KERNEL32.DLL, SHLWAPI.DLL and IEFRAME.DLL
I am clueless and frustrated.
Please if there's anyone that can help, I would appreciate!
Andre