<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16544" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Verdana size=2>Hi!</FONT></DIV>
<DIV><FONT face=Verdana size=2>I have got some problems loading data with
MapGuide Open Source. First of all I have WindowsXP and I'm using MapGuide
Studio Preview version and I try to connect to Oracle database. </FONT></DIV>
<DIV><FONT face=Verdana size=2>If I try to use:<BR>"OSGEO Fdo Provider for SHP"
everything's ok (Connection Successfull...);<BR>"OSGEO Fdo Provider for Raster"
Connection is Successfull but then I cannot view the data in a layer or
map preview;<BR>"OSGEO Fdo Provider for ODBC" I cannot connect to any data type
(not only Oracle) and I always get: <BR>
System.Net.WebException: The remote server returned an error: (559)
MgFdoException.<BR> in
Autodesk.MapGuide.Studio.Site.Comm.RequestManager.ExecutePendingGetRequestToString(Operation
operation)<BR> in
Autodesk.MapGuide.Studio.Site.Comm.RequestManager.TestConnection(String
resourceId, String provider, String
connectionString)<BR> in
Autodesk.MapGuide.Studio.Site.FeatureSourceInfo.TestConnection()<BR>
in
Autodesk.MapGuide.Studio.UI.FeatureSourceEditors.TestConnectionControl.buttonTestConnection_Click(Object
sender, EventArgs e)<BR>I've controlled in
c:\programmi\MapGuideOpenSource\Server\Bin\FDO\provider.xml and the ODBC
provider is correctly listed.<BR>I get the same error if I try to connect with
"King provider for Oracle".<BR>In my opinion it isn't a problem of parameters
but I've tried so many combination that now I'm not still so sure... it would be
also useful <BR>if someone can tell me how parameters had to be set. This is an
example of mine:<BR> <FeatureSource
xmlns:xsi="<A
href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</A>"
xmlns:xsd="<A
href="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2001/XMLSchema</A>"
xsi:noNamespaceSchemaLocation="FeatureSource-1.0.0.xsd"><BR>
<Provider>OSGeo.ODBC.3.2</Provider><BR>
<Parameter><BR>
<Name>UserId</Name><BR>
<Value>gis</Value><BR>
</Parameter><BR>
<Parameter><BR>
<Name>Password</Name><BR>
<Value>gis</Value><BR>
</Parameter><BR>
<Parameter><BR>
<Name>DataSourceName</Name><BR>
<Value>ubuntuXE</Value><BR>
</Parameter><BR>
<Parameter><BR>
<Name>ConnectionString</Name><BR>
<Value></Value><BR>
</Parameter><BR>
<Parameter><BR>
<Name>GenerateDefaultGeometryProperty</Name><BR>
<Value></Value><BR>
</Parameter><BR>
</FeatureSource><BR> <BR>I hope someone
has already faced this problem and can help me to make it work!</FONT><FONT
face=Verdana size=2><BR>Thank you all.</FONT></DIV></BODY></HTML>