<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Editor Widget not saving in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727743#M18628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried running Fiddler? Or applying edits through your web browser? It would be good to try this out too to make sure that the service allows edits. If doing the edit from your web browser also fails, then maybe it is your feature service.&amp;nbsp; You might want to revisit this help page (if you haven't already): &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//009300000023000000.htm"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//009300000023000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Nov 2010 15:31:08 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2010-11-22T15:31:08Z</dc:date>
    <item>
      <title>Editor Widget not saving</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727736#M18621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've run into a slight problem. The Editor Widget is not saving any edits i make during a session. Even when i try to use not auto save and push the save button. Below i have the code for the widget and one of my feature layers. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
&amp;lt;esri:EditorWidget x:Name="Editor" Margin="8,38,8,0" VerticalAlignment="Top"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Map="{Binding ElementName = Map}"
 LayerIDs="Service, Power, Ground, CB Cable"
 AutoSelect="False"
 GeometryServiceUrl="&amp;lt;servername&amp;gt;/ArcGIS/rest/services/Geometry/GeometryServer"
 ShowAttributesOnAdd="True" /&amp;gt;

&amp;lt;esri:FeatureLayer ID="CB Cable"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Url="http://&amp;lt;servername&amp;gt;/ArcGIS/rest/services/Codeblue/FeatureServer/1"
 MouseLeftButtonUp="FeatureLayer_MouseLeftButtonUp" DisableClientCaching="True"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AutoSave="False"
 Mode="OnDemand" OutFields="*"&amp;gt;&amp;lt;/esri:FeatureLayer&amp;gt;

&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All my data is stored on an Enterprise SDE server and my data is versioned. i'm just confused because i can edit the the OTB app from ArcGIS Server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 13:50:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727736#M18621</guid>
      <dc:creator>WilliamDonahue</dc:creator>
      <dc:date>2010-11-19T13:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727737#M18622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I forgot to add that my map services are pooled.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Nov 2010 13:53:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727737#M18622</guid>
      <dc:creator>WilliamDonahue</dc:creator>
      <dc:date>2010-11-19T13:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727738#M18623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you subscribe to the Feature Layer's EndSaveEdits and SaveEditsFailed event?&amp;nbsp; Also can you try to run Fiddler maybe there's more useful information there that we are missing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Nov 2010 22:33:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727738#M18623</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-11-20T22:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727739#M18624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll get started on that stuff and get back to you. in the mean time. I found out that the editor widget will not operate unless my map has the measure action attached to it as a Trigger.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 11:37:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727739#M18624</guid>
      <dc:creator>WilliamDonahue</dc:creator>
      <dc:date>2010-11-22T11:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727740#M18625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there anything specific you would like me to write as the code for the subscriptions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 11:45:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727740#M18625</guid>
      <dc:creator>WilliamDonahue</dc:creator>
      <dc:date>2010-11-22T11:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727741#M18626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I finally got the chance to log onto my server machine. Apparently every time i attempt to save the feature layers i get an SOC error and it has to reboot the SOC. If anyone has any ideas why. This only seems to be effecting this application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 11:56:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727741#M18626</guid>
      <dc:creator>WilliamDonahue</dc:creator>
      <dc:date>2010-11-22T11:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727742#M18627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The SOC stopped crashing but i get the following error code from fiddler&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;{"error":{"code":400,"message":"Unable to complete&amp;nbsp; operation.","details":["Unable to apply edits"]}}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know why i can't. I believe it might have to do with the layer i am trying to edit because other applications seem to work fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 14:32:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727742#M18627</guid>
      <dc:creator>WilliamDonahue</dc:creator>
      <dc:date>2010-11-22T14:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727743#M18628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried running Fiddler? Or applying edits through your web browser? It would be good to try this out too to make sure that the service allows edits. If doing the edit from your web browser also fails, then maybe it is your feature service.&amp;nbsp; You might want to revisit this help page (if you haven't already): &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//009300000023000000.htm"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//009300000023000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 15:31:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727743#M18628</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-11-22T15:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727744#M18629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What data are you looking for from Fiddler? I have been running it for a while. and when i apply edits it returns the error listed in my previous post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When i try to post a blank point at 0,0 on my coord system. i get the error of invalid graphics. idk if that is because i am being dumb or something.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 16:01:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727744#M18629</guid>
      <dc:creator>WilliamDonahue</dc:creator>
      <dc:date>2010-11-22T16:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727745#M18630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Issue Resolved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It ended up being a corrupted feature layer file&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 17:04:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727745#M18630</guid>
      <dc:creator>WilliamDonahue</dc:creator>
      <dc:date>2010-11-22T17:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727746#M18631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kindly look at post #14 in this forum post: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/14730-Area-And-Perimeter"&gt;http://forums.arcgis.com/threads/14730-Area-And-Perimeter&lt;/A&gt;&lt;SPAN&gt; Once you know the parameters used by SL app (and they seem correct), you can use the same parameters on your web browser. Also check if any other web request failed prior to edits.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 17:06:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727746#M18631</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-11-22T17:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727747#M18632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi was having the features not been saved too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I figured out by checking the error that the following error message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Geometry does not have Z Value(s).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thats probably because the feature class that I am trying to edit has Z values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way of specifying z Values on Editor Widget?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 16:43:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/editor-widget-not-saving/m-p/727747#M18632</guid>
      <dc:creator>JulianoKersting</dc:creator>
      <dc:date>2011-02-01T16:43:08Z</dc:date>
    </item>
  </channel>
</rss>

