<?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 Feature service with Editor tracking Apply edits bug? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-service-with-editor-tracking-apply-edits/m-p/620148#M15964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;during development of our app, I came across a serious problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have Feature Service with data, that have Editor tracking enabled and when creating the feature on client and saving edits, the feature is correctly written into a geodatabase. However when I edit existing feature, I experience the strange behavior. After saving and updating of the Feature Layer, not all attributes are changed. The observed pattern is that every second attribute value is saved. I found this behavior be the same in our app and also in ArcGIS Viewer for Silverlight.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After listening to the applyEdits requests it is obvious, that the error is on client, since adds parameter contains all attributes whilst updates parameter leaves every second parameter:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
ADDS parameter:
[{"geometry":{ ... }, "attributes":
{"PO01":9,"FCC":1,"ID":2,"ON_":"A","PS":"3","OC_ADMIN8":"4","OC_ADMIN9":"5","OC_SUBURB":6,"ADM_LEVEL":7,"PO":8,"created_user":"test","last_edited_user":"test"}}]

UPDATES parameter:
[{"attributes":
{"FCC":10,"ON_":"AB","OC_ADMIN8":"40","OC_SUBURB":60,"PO":80,"OBJECTID":1603}}]
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An there is result of add and update as seen in Viewer FeatureDataGrid:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]28049[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suppose that this is Silverlight API bug, since when I tried editing of that very Feature Service in Viewer for Flex, &lt;/SPAN&gt;&lt;STRONG&gt;everything worked fine!&lt;/STRONG&gt;&lt;SPAN&gt; When I switch off Editor Tracking, the saving of updates works fine. A different settings of ownership-based editing feature of service also causes no difference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to try Silverlight API sample for Editor tracking to compare the behavior, but the credentials are not provided.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our server version is 10.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;API version we use is 3.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tested on secured and also on non-secured services with same result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have anyone experienced this behavior? And if confirmed as a bug is there going to be a quick fix?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Filip&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Oct 2013 15:17:35 GMT</pubDate>
    <dc:creator>FilipJung</dc:creator>
    <dc:date>2013-10-04T15:17:35Z</dc:date>
    <item>
      <title>Feature service with Editor tracking Apply edits bug?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-service-with-editor-tracking-apply-edits/m-p/620148#M15964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;during development of our app, I came across a serious problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have Feature Service with data, that have Editor tracking enabled and when creating the feature on client and saving edits, the feature is correctly written into a geodatabase. However when I edit existing feature, I experience the strange behavior. After saving and updating of the Feature Layer, not all attributes are changed. The observed pattern is that every second attribute value is saved. I found this behavior be the same in our app and also in ArcGIS Viewer for Silverlight.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After listening to the applyEdits requests it is obvious, that the error is on client, since adds parameter contains all attributes whilst updates parameter leaves every second parameter:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
ADDS parameter:
[{"geometry":{ ... }, "attributes":
{"PO01":9,"FCC":1,"ID":2,"ON_":"A","PS":"3","OC_ADMIN8":"4","OC_ADMIN9":"5","OC_SUBURB":6,"ADM_LEVEL":7,"PO":8,"created_user":"test","last_edited_user":"test"}}]

UPDATES parameter:
[{"attributes":
{"FCC":10,"ON_":"AB","OC_ADMIN8":"40","OC_SUBURB":60,"PO":80,"OBJECTID":1603}}]
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An there is result of add and update as seen in Viewer FeatureDataGrid:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]28049[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suppose that this is Silverlight API bug, since when I tried editing of that very Feature Service in Viewer for Flex, &lt;/SPAN&gt;&lt;STRONG&gt;everything worked fine!&lt;/STRONG&gt;&lt;SPAN&gt; When I switch off Editor Tracking, the saving of updates works fine. A different settings of ownership-based editing feature of service also causes no difference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to try Silverlight API sample for Editor tracking to compare the behavior, but the credentials are not provided.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our server version is 10.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;API version we use is 3.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tested on secured and also on non-secured services with same result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have anyone experienced this behavior? And if confirmed as a bug is there going to be a quick fix?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Filip&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Oct 2013 15:17:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/feature-service-with-editor-tracking-apply-edits/m-p/620148#M15964</guid>
      <dc:creator>FilipJung</dc:creator>
      <dc:date>2013-10-04T15:17:35Z</dc:date>
    </item>
  </channel>
</rss>

