Autodesk MapGuide Enterprise
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Autodesk Infrastruc ture GeoREST Extension 2012 - 64BIT
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
In the Preview stuff (technical term) - the GeoRest is installed.from the C:\Autodesk\Autodesk_Infrastructure_Map_Server
I have it working great on IIS for direct connect (i.e. FDO Features) but when I connect to AIMS 2012 - I get "MgConnectionFailedException".
I know GeoRest is configured ok since it works with direct connect data (i.e. path to SDF or ConnectString to SQL Server).
I am testing with the config.xml that comes with the GeoRest and points to the sample dataset (installed).
<Resource uripart="propertymap">
<Source type="MapGuide">
<FeatureSource>Library://Samples/Sheboygan/Data/Pa
<FeatureClass>SHP_Schema
arcels</FeatureClass>
</Source>
I know I have Library://Samples/Sheboygan/Data/Parcels.Feat
Any tips?
gordon
Solved! Go to Solution.
Re: Autodesk Infrastruc ture GeoREST Extension 2012 - 64BIT
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Discovered the issue. The ports changed with AIMS 2012.
Old connection
<Resourceuripart="property">
<Sourcetype="MapGuide">
<FeatureSource>Library://Samples/Sheboygan/Data/Parcels.FeatureSource</FeatureSource>
<FeatureClass>SHP_Schema:Parcels</FeatureClass>
<ServerIp>192.168.0.33</ServerIp>
<ServerPort>2812</ServerPort>
</Source>
</Resource>
NOW WITH AIMS 2012 the server port is "2822"
<Resourceuripart="property">
<Sourcetype="MapGuide">
<FeatureSource>Library://Samples/Sheboygan/Data/Parcels.FeatureSource</FeatureSource>
<FeatureClass>SHP_Schema:Parcels</FeatureClass>
<ServerIp>192.168.0.33</ServerIp>
<ServerPort>2822</ServerPort>
</Source>
</Resource>

