<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=us-ascii" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
You must point to the folder, not the tab file.<br>
<br>
You can then choose all the tab files as schemas.<br>
Beware that it will break if there are "bad" (non MI) files in the
folder.<br>
<pre class="moz-signature" cols="72">Regards Kenneth, GEOGRAF A/S

</pre>
<br>
martijni wrote:
<blockquote cite="mid11023030.post@talk.nabble.com" type="cite">
  <pre wrap="">Kenneth,

I downloaded your OGR, because the 3.2.1 and 3.2.2 version ain't working
(3.2.2 beta is understandable since it's for MGOS 1.2, but 3.2.1 should be
working, but shows no datasource and read only).

After I tried yours it's shows the datasource and readonly, but when I try
to make a connection it seems not possible as you can see on the
screenshot....

<a class="moz-txt-link-freetext" href="http://www.nabble.com/file/p11023030/ogr.jpg">http://www.nabble.com/file/p11023030/ogr.jpg</a> 

These is what I've added in the providers.xml

        &lt;FeatureProvider&gt;
            &lt;Name&gt;OSGeo.OGR.3.2&lt;/Name&gt; 
            &lt;DisplayName&gt;FDO Provider for OGR&lt;/DisplayName&gt; 
            &lt;Description&gt;Access to OGR data sources&lt;/Description&gt; 
            &lt;IsManaged&gt;False&lt;/IsManaged&gt; 
            &lt;Version&gt;3.2.2.0&lt;/Version&gt; 
            &lt;FeatureDataObjectsVersion&gt;3.2.0.0&lt;/FeatureDataObjectsVersion&gt; 
           
&lt;LibraryPath&gt;C:\ProgramFiles\MapGuideOpenSource\Server\Bin\FDO\OGRProvider.dll&lt;/LibraryPath&gt; 
       &lt;/FeatureProvider&gt;

My intention is to get connection with mapinfo files.

Any idea's in what I'm doing wrong?

Thanks in advance.



Kenneth, GEOGRAF A/S wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I have built and posted providers for FDO 3.2 (MgOS 1.1) and FDO 3.1 
(MgOS 1.0 and MgEP 1.0 + SP1).
The providers are built without Oracle support, using the latest OGR 
provider code from Traian.
The manifest has been removed from these, hopefully fixing a few problems.

Download and use, is on your own risk. I provide no support for them.

<a class="moz-txt-link-freetext" href="http://www.hexad.dk/MapGuide/OGR">http://www.hexad.dk/MapGuide/OGR</a> Provider Release FDO 3.2 - Proj 4.5.0 - 
GDal 1.3.2 - Geos 2.2.3 - No OCI.zip
<a class="moz-txt-link-freetext" href="http://www.hexad.dk/MapGuide/OGR">http://www.hexad.dk/MapGuide/OGR</a> Provider Release FDO 3.1 - Proj 4.5.0 - 
GDal 1.3.2 - Geos 2.2.3 - No OCI.zip

Regards, Kenneth, GEOGRAF A/S




Traian Stanev wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">The 3.2.2 build will not work with MapGuide 1.1, it is compiled for 
MapGuide 1.2. You need to try an older build of the DLL (3.2 perhaps?) 
or wait for MapGuide 1.2.
 
There is another problem that may cause connection properties to not 
show up, which someone on this list traced to manifest issues in the 
dll. I hope to have a build of the dll without manifest (and with the 
fix for S57 files) posted some time soon. It will be a 3.2.2 build.
 
In any case, I believe you have the first problem -- your OGR provider 
build is too new.
 
 
Traian
 

    -----Original Message-----
    *From:* <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</a> on behalf of Rahul
    *Sent:* Tue 5/15/2007 6:52 AM
    *To:* MapGuide Users Mail List
    *Cc:*
    *Subject:* RE: [mapguide-users] OGR and MGOS

    Hi,
             I tried to configure  OGR Provider 3.2.2_beta1 with
    MapGuide Open Source 1.1.0 ,Finally when i tried to connect the
    database using the OGR Provider(Using Map Guide Studio) I unable
    to get the Connection Properties in the Editior,Like DataSource &amp;
    ReadOnly etc .Kindly refer to the screen shots.
     
    Thks
    Max

    */Chris Gountanis <a class="moz-txt-link-rfc2396E" href="mailto:cgountanis@mpower-tech.com">&lt;cgountanis@mpower-tech.com&gt;</a>/* wrote:

        Using this download:
       
<a class="moz-txt-link-freetext" href="http://download.osgeo.org/fdo/3.2.2-Beta1/OGRProvider-3.2.2_beta1.win32.zip">http://download.osgeo.org/fdo/3.2.2-Beta1/OGRProvider-3.2.2_beta1.win32.zip</a>
         
        Put the OGRProvider.dll in C:\Program
        Files\MapGuideOpenSource\Server\Bin\FDO\
         
        Edited the C:\Program
        Files\MapGuideOpenSource\Server\Bin\FDO\providers.xml
        Added:
          &lt;FeatureProvider&gt;
            &lt;Name&gt;OSGeo.OGRProvider.3.2&lt;/Name&gt;
            &lt;DisplayName&gt;OSGeo FDO Provider for ArcSDE &lt;/DisplayName&gt;
            &lt;Description&gt;Read/write access to an ESRI ArcSDE-based
        data store, using Oracle and SQL Server. &lt;/Description&gt;
            &lt;IsManaged&gt;False&lt;/IsManaged&gt;
            &lt;Version&gt;3.2.2_beta1&lt;/Version&gt;
           
&lt;FeatureDataObjectsVersion&gt;3.2.1.0&lt;/FeatureDataObjectsVersion&gt;
            &lt;LibraryPath&gt;OGRProvider.dll&lt;/LibraryPath&gt;
          &lt;/FeatureProvider&gt;
         
         
        I copied the FeatureProvider from above "ArcSDE". Once I
        updated the DisplayName and Description to something like
        &lt;DisplayName&gt;OSGeo FDO Provider for OGR &lt;/DisplayName&gt; it
        worked great J
         
         
         
        Chris
         
                          
         
         
         
        ________________________________________
        From: <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</a>
        [<a class="moz-txt-link-freetext" href="mailto:mapguide-users-bounces@lists.osgeo.org">mailto:mapguide-users-bounces@lists.osgeo.org</a>] On Behalf Of
        Traian Stanev
        Sent: Friday, May 11, 2007 1:59 PM
        To: MapGuide Users Mail List
        Subject: RE: [mapguide-users] OGR and MGOS
         
         
        Edit providers.xml and then restart the server (I assume you
        put the DLL in the /FDO/bin that belongs to the server). Then
        it should show up in Studio. If it does not, check the dll
        dependencies using depends or something...
         
        As far as Write goes, it depends what you mean by write.
        Insert, Update, Delete, Create Layer?
         
         
        Traian
         
         
        From: <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</a>
        [<a class="moz-txt-link-freetext" href="mailto:mapguide-users-bounces@lists.osgeo.org">mailto:mapguide-users-bounces@lists.osgeo.org</a>] On Behalf Of
        Chris Gountanis
        Sent: Friday, May 11, 2007 2:48 PM
        To: 'MapGuide Users Mail List'
        Subject: RE: [mapguide-users] OGR and MGOS
         
        OK I grabbed this version
       
<a class="moz-txt-link-freetext" href="http://download.osgeo.org/fdo/3.2.2-Beta1/OGRProvider-3.2.2_beta1.win32.zip">http://download.osgeo.org/fdo/3.2.2-Beta1/OGRProvider-3.2.2_beta1.win32.zip</a>
        what is the proper procedure. I edited the provider.xml file.
        Same exact thing I did for Map 2008 and it worked.
         
         
        Also is there a Read/Write solution to OGR?
         
        Chris
        ________________________________________
        From: <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</a>
        [<a class="moz-txt-link-freetext" href="mailto:mapguide-users-bounces@lists.osgeo.org">mailto:mapguide-users-bounces@lists.osgeo.org</a>] On Behalf Of
        Traian Stanev
        Sent: Friday, May 11, 2007 1:41 PM
        To: MapGuide Users Mail List
        Subject: RE: [mapguide-users] OGR and MGOS
         
         
        In Studio, create a New Data Connection. It will show a list
        of providers including the OGR provider. When you press on
        that, it will bring up a connection editor dialog that lets
        you set the OGR connection string. If the provider does not
        show up in the list, then it is not installed correctly on the
        server.
         
        Traian
         
         
        From: <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</a>
        [<a class="moz-txt-link-freetext" href="mailto:mapguide-users-bounces@lists.osgeo.org">mailto:mapguide-users-bounces@lists.osgeo.org</a>] On Behalf Of
        Chris Gountanis
        Sent: Friday, May 11, 2007 2:17 PM
        To: 'MapGuide Users Mail List'
        Subject: [mapguide-users] OGR and MGOS
         
        I have used the OGR in Map 2008 just fine. I want to know how
        to use the OGR FDO in MapGuide OS. Studio won't show the data
        type. Do you have to set the resource manually using the web
        tier? If so what is an example of the XML?
         
         
        Thanks!
         
         
        Chris
         
        _______________________________________________
        mapguide-users mailing list
        <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
        <a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>


   
------------------------------------------------------------------------
    You snooze, you lose. Get messages ASAP with AutoCheck
   
<a class="moz-txt-link-rfc2396E" href="http://us.rd.yahoo.com/evt=47959/*http://advision.webevents.yahoo.com/mailbeta/newmail_html.html">&lt;http://us.rd.yahoo.com/evt=47959/*http://advision.webevents.yahoo.com/mailbeta/newmail_html.html&gt;</a>
    in the all-new Yahoo! Mail Beta. 

------------------------------------------------------------------------

_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>
  
      </pre>
    </blockquote>
    <pre wrap="">_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>


    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
</body>
</html>