Re: [mapguide-users] UpdateFeatures on temporary SDF feature source, MgConnectionFailedException

2012-02-07 Thread Zac Spitzer
are the SDF features sources being accessed by other maps or layers? perhaps you have an unclosed feature reader which is blocking? On Tue, Feb 7, 2012 at 1:10 AM, morkl mapgu...@morkl.se wrote: Hi all! I have the following problem in both MGOS 2.2 and MGE2011. My application creates SDF

[mapguide-users] UpdateFeatures on temporary SDF feature source, MgConnectionFailedException

2012-02-06 Thread morkl
Hi all! I have the following problem in both MGOS 2.2 and MGE2011. My application creates SDF feature sources and layer definitions in the session repository to display search results, extracted from the standard layer. However, in one environment, *sometimes* when adding features to the SDF

[mapguide-users] UpdateFeatures and CLASS_NOTFOUND error

2010-04-01 Thread Andrew P
Hi all, I am attempting to modify a selected feature based on the user input. The code snippet below occurs after the user has provided the update to the system. I am getting the following error and can not figure out how to fix it, 'An exception occurred in FDO component.

Re: [mapguide-users] UpdateFeatures and CLASS_NOTFOUND error

2010-04-01 Thread Jason Birch
Think you may need MgLayer-GetFeatureClassName() rather than GetName(). http://mapguide.osgeo.net/files/mapguide/docs/webapi/d6/de2/class_mg_layer_a983e24398d337eff4809830993eb992.html#a983e24398d337eff4809830993eb992 Jason On 1 April 2010 05:03, Andrew P wrote: $className =

Re: [mapguide-users] UpdateFeatures and CLASS_NOTFOUND error

2010-04-01 Thread Jason Birch
Thank you for writing a clear and concise statement of the problem with small code sample, and showing that you'd done your homework. That, ladies and gentlemen, is how to get help in an open source project! Jason On 2010-04-01, Andrew P lordbriti...@gmail.com wrote: Thanks guys, I put in

Re: [mapguide-users] UpdateFeatures

2009-03-02 Thread Zac Spitzer
what is the value of result.GetItem(0).GetValue() ? On Mon, Mar 2, 2009 at 4:46 PM, Ivan Milicevic ivan.milice...@supranet.hr wrote: Hello Zac, hello group I'm havig the same problems as George has. Tried result.GetItem(0).GetValue() and resoult is 9. Can you help me? I'm really suffering

RE: [mapguide-users] UpdateFeatures

2009-03-02 Thread Ivan Milicevic
Value is 9 -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Zac Spitzer Sent: Monday, March 02, 2009 11:46 AM To: MapGuide Users Mail List Subject: Re: [mapguide-users] UpdateFeatures what is the value

Re: [mapguide-users] UpdateFeatures

2009-03-02 Thread Zac Spitzer
:46 AM To: MapGuide Users Mail List Subject: Re: [mapguide-users] UpdateFeatures what is the value of  result.GetItem(0).GetValue() ? On Mon, Mar 2, 2009 at 4:46 PM, Ivan Milicevic ivan.milice...@supranet.hr wrote: Hello Zac, hello group I'm havig the same problems as George has. Tried

RE: [mapguide-users] UpdateFeatures

2009-03-02 Thread Ivan Milicevic
, 2009 11:49 AM To: MapGuide Users Mail List Subject: Re: [mapguide-users] UpdateFeatures same as result.GetItem(0).GetPropertyType() ? z 2009/3/2 Ivan Milicevic ivan.milice...@supranet.hr: Value is 9 -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide

Re: [mapguide-users] UpdateFeatures

2009-03-02 Thread Zac Spitzer
Mail List Subject: Re: [mapguide-users] UpdateFeatures same as result.GetItem(0).GetPropertyType() ? z 2009/3/2 Ivan Milicevic ivan.milice...@supranet.hr: Value is 9 -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org

RE: [mapguide-users] UpdateFeatures

2009-03-02 Thread Ivan Milicevic
Spitzer Sent: Monday, March 02, 2009 12:07 PM To: MapGuide Users Mail List Subject: Re: [mapguide-users] UpdateFeatures hmm, these are both quite critical bugs IMHO... we are talking about potential dataloss here, should be a blocker for 2.1, I've updated the ticket for be high http

Re: [mapguide-users] UpdateFeatures

2009-03-02 Thread Zac Spitzer
Subject: Re: [mapguide-users] UpdateFeatures hmm, these are both quite critical bugs IMHO... we are talking about potential dataloss here, should be a blocker for 2.1, I've updated the ticket for be high http://trac.osgeo.org/mapguide/ticket/649 z 2009/3/2 Ivan Milicevic ivan.milice

RE: [mapguide-users] UpdateFeatures

2009-03-02 Thread Ivan Milicevic
: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Zac Spitzer Sent: Monday, March 02, 2009 12:26 PM To: MapGuide Users Mail List Subject: Re: [mapguide-users] UpdateFeatures it's gonna take some one who knows C++ and the mapguide code base to do

RE: [mapguide-users] UpdateFeatures

2009-03-02 Thread Ivan Milicevic
12:26 PM To: MapGuide Users Mail List Subject: Re: [mapguide-users] UpdateFeatures it's gonna take some one who knows C++ and the mapguide code base to do this.. out of interest which provider where you using? this should raise an exception right? 2009/3/2 Ivan Milicevic ivan.milice

[mapguide-users] UpdateFeatures

2009-03-01 Thread Ivan Milicevic
Hello Zac, hello group I'm havig the same problems as George has. Tried result.GetItem(0).GetValue() and resoult is 9. Can you help me? I'm really suffering to create this easy to do feature. The following code does it well, no execption, no errors but no deleted feature as well. PLease, be

[mapguide-users] UpdateFeatures fails with alias

2007-10-26 Thread Jim O'Leary
I am using the new alias feature of MapGuide to reference a SHP file on disk rather than import a copy into the repository with a load procedure. I can open the SHP and read it okay, but I cannot update a feature in it. The update does not generate an exception message and does not update the