Re: [mapguide-users] Help - Resource Id with space character

2013-10-09 Thread Jag
It seems you are right. When I copy the Resource Id from the View Source page, it gives the name with na none printable character in the name. Library://SIG/Mapas/MapaGoogle.MapDefinition But I can't delete it using DeleteResources. Exporting everything as an MGP file gives the following error:

[mapguide-users] Hosting MapGuide Maestro on Amazon

2013-10-09 Thread tedin
I have been attempting to host a web map, through MGM on an Amazon EC2 instance. I have so far only been able to display the slate grey background, and in the console get the following two errors: Failed to load resource: the server responded with a status of 404 (Not Found) http://54.229.124.34

Re: [mapguide-users] Help - Resource Id with space character

2013-10-09 Thread Jackie Ng
There was a recent fix made for the "Document not found" issue: http://trac.osgeo.org/mapguide/ticket/2346 A workaround I know of for this particular error was to edit the raw XML header of the affected resource in Maestro and then save that XML header back immediately. This may or may not work f

Re: [mapguide-users] Mapguide 64 bit and ODBC 64

2013-10-09 Thread Jackie Ng
Are you using a 64-bit Microsoft Access driver? Are your Extended Feature Classes joining on a single property or multiple properties? - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Mapguide-64-bit-and-ODBC-64-tp5082718p5082737.html Sent from the MapGuide Users

Re: [mapguide-users] Fusion 2.6 Preview available

2013-10-09 Thread Jackie Ng
For defects/enhancement requests, use the Fusion trac instance: http://trac.osgeo.org/fusion For issues specific to the 5 templates or any defects in the mapagent or web tier that have been exposed by using this build of Fusion, use the MapGuide trac instance: http://trac.osgeo.org/mapguide -

Re: [mapguide-users] Hosting MapGuide Maestro on Amazon

2013-10-09 Thread Jackie Ng
Your script tag for fusion.js is wrong. The default is ../../../lib/fusion.js or ../../../lib/fusionSF-compressed.js for a production-optimized version - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Hosting-MapGuide-Maestro-on-Amazon-tp5082673p5082734.html Sent

[mapguide-users] Mapguide 64 bit and ODBC 64

2013-10-09 Thread gom
I have recently migrated a Mapguide site from 2.2 32 bit to 2,51 64 bit. The entire site runs but I have 3 sdf data sources that have Extended Feature Classes linked to an Access database through an ODBC DSN/Data Connection. Any queries, feature selections and reports that are based on these sdf

Re: [mapguide-users] Fusion 2.6 Preview available

2013-10-09 Thread Steve G
Thanks, working now. What is the best way to provide feedback? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Fusion-2-6-Preview-available-tp5082362p5082700.html Sent from the MapGuide Users mailing list archive at Nabble.com. _

Re: [mapguide-users] Hosting MapGuide Maestro on Amazon

2013-10-09 Thread Steve G
You need to provide a little more information. What kind of instance are you using? What have you actually installed on that instance? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Hosting-MapGuide-Maestro-on-Amazon-tp5082673p5082699.html Sent from the MapGuide Users ma

Re: [mapguide-users] Help - Resource Id with space character

2013-10-09 Thread Jag
Thank you very much for the reply but, read the initial post, please. I already tried that: "/Using the url: http://localhost:8008/mapguide/mapagent/index.html and executing the EnumerateResources I can't the the resource in the results but in view Source I see the correct XML. Executing Resou

Re: [mapguide-users] Help - Resource Id with space character

2013-10-09 Thread Berg, James
If I was in your situation and couldn't even get that far, I'd delete the resource using the mapagent directly which can be accessed from http://YourDomain/mapguide/mapagent/index.html. Click the Resource link and the DeleteResource. In Resource ID enter the path the resource and click Submit.

Re: [mapguide-users] Help - Resource Id with space character

2013-10-09 Thread Jag
The problem is that I can't list the resource in Maestro, when I try to expand I get the error below. So, I can't rename it. How can I solve this problem using Maestro or using Mapguide's API? -- View this message in contex