[mapguide-users] Re: WFS-T or modify shp on repositories and commit

Haris Kurtagic haris at sl-king.com
Tue Oct 19 08:08:22 EDT 2010


After changing config you would need to restart GeoREST.

Otherwise, I would suggest you run it first using GeoRestHTTPServer.exe.
Test it on your localhost:99 and then use isapi or cgi.

For me it was lot of time saving while using georesthttpserver.exe
during testing and development.

Haris

On Tue, Oct 19, 2010 at 2:00 PM, Jose Cerrejon <gis at mapas-sll.com> wrote:
>
> Here is the new problem:
>
> Failed to retrieve message for "MgRuntimeException". Failed to retrieve
> message for "SDF connect failed. File does not exist or cannot be opened in
> specified access mode. ".
> Failed to retrieve message for "MgRuntimeException". Failed to retrieve
> message for "SDF connect failed. File does not exist or cannot be opened in
> specified access mode. ".
>
> All the privileges is ok.
>
> Path to the file is c:\georest\data\Sheboygan\Parcels.sdf
>
> Here is the modified restcfg.xml:
>
> <RestConfig>
>  <Data>
>    <Resource uripart="property">
>      <Source type="FDO">
>        <Provider>OSGeo.SDF</Provider>
>
> <ConnectionString>File=c:\georest\data\Sheboygan\Parcels.sdf;ReadOnly=FALSE;</ConnectionString>
>        <FeatureClass>SHP_Schema:Parcels</FeatureClass>
>      </Source>
>      <Representation renderer="JSON" pattern=".json"/>
>      ...
> --
> View this message in context: http://osgeo-org.1803224.n2.nabble.com/WFS-T-or-modify-shp-on-repositories-and-commit-tp5634843p5650502.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>


More information about the mapguide-users mailing list