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 wrote: > Hi all! > > I have the following problem in both MGOS 2.2 and MGE2011. > > My application creates SDF feature sources

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 wrote: > > Thanks guys, I put in both fixes and then wa

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 = $layer->GetName

Re: [mapguide-users] UpdateFeatures

2009-03-02 Thread Zac Spitzer
From: mapguide-users-boun...@lists.osgeo.org > [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Zac Spitzer > - Show quoted text - > Sent: Monday, March 02, 2009 12:26 PM > To: MapGuide Users Mail List > Subject: Re: [mapguide-users] UpdateFeatures > > it's gonna take some

RE: [mapguide-users] UpdateFeatures

2009-03-02 Thread Ivan Milicevic
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 this.. out of interest which provider where you using? this should raise an exception right? 2009/3/2 Ivan Milicevic : > So, I

RE: [mapguide-users] UpdateFeatures

2009-03-02 Thread Ivan Milicevic
ac 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'v

Re: [mapguide-users] UpdateFeatures

2009-03-02 Thread Zac Spitzer
pe() 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:49 AM >> To: MapGuide Users Mail

RE: [mapguide-users] UpdateFeatures

2009-03-02 Thread Ivan Milicevic
rg] On Behalf Of Zac 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

Re: [mapguide-users] UpdateFeatures

2009-03-02 Thread Zac Spitzer
ac Spitzer > Sent: Monday, March 02, 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 : >> Value is 9 >> >> -Original Message-

RE: [mapguide-users] UpdateFeatures

2009-03-02 Thread Ivan Milicevic
Of Zac Spitzer Sent: Monday, March 02, 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 : > Value is 9 > > -Original Message- > From: mapguide-users-boun...

Re: [mapguide-users] UpdateFeatures

2009-03-02 Thread Zac Spitzer
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 > wrote: >> Hello Zac, hello group >> >> I'm havig the same pro

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 of

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 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 to create this "easy to