<?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: ArcGISLocalFeatureLayer failure on updates in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/arcgislocalfeaturelayer-failure-on-updates/m-p/545221#M2770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="text-decoration:underline;"&gt;Update:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For this specific scenario, the error was resolved by manually adding attributes for SHAPE_STArea__ and for SHAPE_STLength__.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would still be helpful to understand why no helpful error text was returned, and why the SaveEditsFailed event never fired.&amp;nbsp; When using a remote feature service I have seen this event fire, and I've seen more helpful errors.&amp;nbsp; Is this just a difference for the local version?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Nov 2012 17:47:29 GMT</pubDate>
    <dc:creator>BrianRassier</dc:creator>
    <dc:date>2012-11-02T17:47:29Z</dc:date>
    <item>
      <title>ArcGISLocalFeatureLayer failure on updates</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/arcgislocalfeaturelayer-failure-on-updates/m-p/545219#M2768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello -&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a product that currently leverages an online FeatureLayer.&amp;nbsp; This works both with the EditorWidget, and with us programmatically adding points/lines/polygons to the FeatureLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are making adjustments to allow the product to work both online and locally, but we're running into a problem.&amp;nbsp; When points/lines/polygons are added locally via the EditorWidget, it works just fine.&amp;nbsp; When multiple polygons are added to the local FeatureService programmatically, we get a very vague failure.&amp;nbsp; Using Fiddler it seems that the "applyEdits" requests are almost identical between our programmatic add and the EditorWidget add.&amp;nbsp; Any ideas why one would fail and the other wouldn't?&amp;nbsp; Any ideas how we can get a more informative failure result back?&amp;nbsp; (Note that our programmatic addition of points seems to be working fine).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example failure response is below.&amp;nbsp; The "code" seems to change based on the session.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "addResults" : [{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; "success" : false,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; "error" : {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "code" : 13561872,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "description" : ""&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }, {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; "success" : false,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; "error" : {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "code" : 13561872,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "description" : ""&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; ],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "updateResults" : [],&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "deleteResults" : []&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 13:02:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/arcgislocalfeaturelayer-failure-on-updates/m-p/545219#M2768</guid>
      <dc:creator>BrianRassier</dc:creator>
      <dc:date>2012-11-02T13:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISLocalFeatureLayer failure on updates</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/arcgislocalfeaturelayer-failure-on-updates/m-p/545220#M2769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="text-decoration:underline;"&gt;Update:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately the ArcGISLocalFeatureLayer also does not fire the &lt;/SPAN&gt;&lt;STRONG&gt;SaveEditsFailed &lt;/STRONG&gt;&lt;SPAN&gt;event.&amp;nbsp; I was hoping to get a more descriptive error from this event.&amp;nbsp; It does fire the &lt;/SPAN&gt;&lt;STRONG&gt;SaveEdits &lt;/STRONG&gt;&lt;SPAN&gt;event, but the EndEditEventArgs don't tell me any more details than that vague service response from the orginal post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was also thinking this could be related to the fact that I'm programmatically adding multiple polygons where the EditorWidget only does one.&amp;nbsp; I'm guessing that isn't an issue because the EditorWidget can successfully delete multiple polygons in one request.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I am able to programmatically add a single point successfully.&amp;nbsp; Not sure why they'd be any different.&amp;nbsp; Also recall that this same polygon code does work when hitting an online service.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 16:04:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/arcgislocalfeaturelayer-failure-on-updates/m-p/545220#M2769</guid>
      <dc:creator>BrianRassier</dc:creator>
      <dc:date>2012-11-02T16:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGISLocalFeatureLayer failure on updates</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/arcgislocalfeaturelayer-failure-on-updates/m-p/545221#M2770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="text-decoration:underline;"&gt;Update:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For this specific scenario, the error was resolved by manually adding attributes for SHAPE_STArea__ and for SHAPE_STLength__.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would still be helpful to understand why no helpful error text was returned, and why the SaveEditsFailed event never fired.&amp;nbsp; When using a remote feature service I have seen this event fire, and I've seen more helpful errors.&amp;nbsp; Is this just a difference for the local version?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 17:47:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/arcgislocalfeaturelayer-failure-on-updates/m-p/545221#M2770</guid>
      <dc:creator>BrianRassier</dc:creator>
      <dc:date>2012-11-02T17:47:29Z</dc:date>
    </item>
  </channel>
</rss>

