it&#39;s a nasty bug huh?<br><br><div class="gmail_quote">On Tue, Oct 27, 2009 at 7:09 PM, Gunter Becker <span dir="ltr">&lt;<a href="mailto:gunter.becker@csogis.de">gunter.becker@csogis.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Zac, your right. I&#39;m facing the same bug you&#39;ve described in this ticket. No<br>
errors were thrown when updating my feature source and I didn&#39;t recognise<br>
that the updatefeature methode has a return value. So when I debug my code I<br>
see that a MgStringProperty is returned. The value of this string is:<br>
<br>
An exception occurred in FDO component. Item &#39;Persons&#39; not found in<br>
collection<br>
<br>
OK, now I get at least an error but don&#39;t know how to interpret it.<br>
&#39;Persons&#39; is the classname of my feature source (and the tablename in SQL<br>
Server).<br>
<br>
I think my feature source is not defined as read only, because using<br>
MgDeleteFeatures works fine and the SQL Server account which I&#39;m using has<br>
read-write access.<br>
Like I said in my first post I can delete features but I&#39;m not able to<br>
create them.<br>
<br>
Thanks, Gunter<br>
<div><div></div><div class="h5"><br>
<br>
<br>
<br>
zspitzer wrote:<br>
&gt;<br>
&gt; sdf is r/w via mapguide?<br>
&gt;<br>
&gt; just a guess, is your feature source defined as read only?<br>
&gt;<br>
&gt; this might help?<br>
&gt;<br>
&gt; <a href="http://trac.osgeo.org/mapguide/ticket/649" target="_blank">http://trac.osgeo.org/mapguide/ticket/649</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Oct 27, 2009 at 1:11 PM, Jamo &lt;<a href="mailto:adam.jamison@portbris.com.au">adam.jamison@portbris.com.au</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; I think mapguide api only exposes sdf write capabilities?<br>
&gt;&gt; Might have to do it through fdos<br>
&gt;&gt;<br>
&gt;&gt; Rodolfo Moreno wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; why don&#39;t you insert sql features using SQL spatial scripts?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Regards,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Gunter Becker wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Is there at least anyone who had successfully added features to SQL<br>
&gt;&gt; &gt;&gt; Server 2008 Spatial with the MapGuide API. What could cause problems<br>
&gt;&gt; when<br>
&gt;&gt; &gt;&gt; adding features to the database?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; I think there was another thread (<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; <a href="http://n2.nabble.com/MSSqlServer-Spatial-problem-tt3148712.html#a3154109" target="_blank">http://n2.nabble.com/MSSqlServer-Spatial-problem-tt3148712.html#a3154109</a><br>
&gt;&gt; &gt;&gt; MSSqlServer Spatial problem ) that describes a similar problem.<br>
&gt;&gt; &gt;&gt; But this problem had to do with 3-dimensional point what is not what i<br>
&gt;&gt; am<br>
&gt;&gt; &gt;&gt; using. I am using x,y-points.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Any ideas?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Gunter<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Gunter Becker wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Hi,<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; i&#39;m trying to add features to an existing FeatureSource via MapGuide<br>
&gt;&gt; &gt;&gt;&gt; API. I&#39;ve created a new schema with Autodesk Map 2010, created some<br>
&gt;&gt; &gt;&gt;&gt; polygons, created my feature source and layer in MapGuide Studio,<br>
&gt;&gt; &gt;&gt;&gt; inserted the layer in my map and it shows up fine.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; OK, displaying the features works fine. But when trying to add some<br>
&gt;&gt; &gt;&gt;&gt; features via the digitize function and my serverside code nothing<br>
&gt;&gt; &gt;&gt;&gt; happens. It seemes that the code works fine, cause it is the same<br>
&gt;&gt; code<br>
&gt;&gt; &gt;&gt;&gt; that I use with sdf feature sources and the code throws no error in<br>
&gt;&gt; &gt;&gt;&gt; debug mode. The &quot;UpdateFeatures&quot;-Methode seems to work but when<br>
&gt;&gt; looking<br>
&gt;&gt; &gt;&gt;&gt; into the SQL Server table there is no entry and therefore no object<br>
&gt;&gt; on<br>
&gt;&gt; &gt;&gt;&gt; the map. When logging SQL-Statements with SQL Profiler no activities<br>
&gt;&gt; &gt;&gt;&gt; were logged.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Only thing that works is deleting an existing map from the<br>
&gt;&gt; &gt;&gt;&gt; featuresource. So maybe it has to do something with the<br>
&gt;&gt; &gt;&gt;&gt; coordinatesystem? But as far as I understand the geometry-column of<br>
&gt;&gt; my<br>
&gt;&gt; &gt;&gt;&gt; databasetable doesn&#39;t need a coordinatesystem assigned!<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Someone who had same problem? Any ideas?<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Thanks, Gunter<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; View this message in context:<br>
&gt;&gt; <a href="http://n2.nabble.com/Add-features-to-SQL-Server-Spatial-tp3878130p3896621.html" target="_blank">http://n2.nabble.com/Add-features-to-SQL-Server-Spatial-tp3878130p3896621.html</a><br>
&gt;&gt; Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; mapguide-users mailing list<br>
&gt;&gt; <a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Zac Spitzer -<br>
&gt; <a href="http://zacster.blogspot.com" target="_blank">http://zacster.blogspot.com</a><br>
&gt; +61 405 847 168<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; mapguide-users mailing list<br>
&gt; <a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
&gt;<br>
&gt;<br>
<br>
--<br>
</div></div>View this message in context: <a href="http://n2.nabble.com/Add-features-to-SQL-Server-Spatial-tp3878130p3897516.html" target="_blank">http://n2.nabble.com/Add-features-to-SQL-Server-Spatial-tp3878130p3897516.html</a><br>

<div><div></div><div class="h5">Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Zac Spitzer -<br><a href="http://zacster.blogspot.com">http://zacster.blogspot.com</a><br>+61 405 847 168<br>