<?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: How to edit feature layer(arcgis online) data in my silverlight app in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-feature-layer-arcgis-online-data-in-my/m-p/229464#M5815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to enable "Editing" when publishing your service. I think your follow-up question is for server team, you can check this resource though: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Publishing_feature_services/009300000022000000/"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Publishing_feature_services/009300000022000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jun 2012 16:52:53 GMT</pubDate>
    <dc:creator>JenniferNery</dc:creator>
    <dc:date>2012-06-07T16:52:53Z</dc:date>
    <item>
      <title>How to edit feature layer(arcgis online) data in my silverlight app</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-feature-layer-arcgis-online-data-in-my/m-p/229459#M5810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;I am creating feature data form from scratch . i retrieved fields data for layer &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/FeatureServer/0" rel="nofollow" target="_blank"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/FeatureServer/0&lt;/A&gt;&lt;SPAN&gt; but now i want to edit that data when i click on edit button . i saw thread for editing but could not understand .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so how can i edit Arcgis online data for above particular layer ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and also&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when i bind combo box in FDF then selected value does not display in combobox?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help . &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 05:26:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-feature-layer-arcgis-online-data-in-my/m-p/229459#M5810</guid>
      <dc:creator>shariqueabdul</dc:creator>
      <dc:date>2012-06-05T05:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit feature layer(arcgis online) data in my silverlight app</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-feature-layer-arcgis-online-data-in-my/m-p/229460#M5811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To edit a feature layer, the capability has to be enabled at the server side.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That is the case for the layer you pointed out : &lt;/SPAN&gt;&lt;SPAN style="color:#0000ff;"&gt;&lt;A href="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/FeatureServer/0"&gt;http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/SanFrancisco/311Incidents/FeatureServer/0&lt;/A&gt; &lt;/SPAN&gt;&lt;SPAN&gt;(you can check that by looking at the supported operations at the botom of the page).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you have just to insert in your main page a toolkit control allowing editing such as FeatureDataGrid, FeatureDataForm, EditorWidget...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are samples here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitFeatureDataGrid"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitFeatureDataGrid&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitFeatureDataForm"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitFeatureDataForm&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitEditorWidget"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitEditorWidget&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 05:58:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-feature-layer-arcgis-online-data-in-my/m-p/229460#M5811</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-06-05T05:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit feature layer(arcgis online) data in my silverlight app</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-feature-layer-arcgis-online-data-in-my/m-p/229461#M5812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you dbroux for prompt reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) As u said data editing should be enable at server side but in sample application we can edit fields. it means that data editing is enabled for sample app&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) How can i enable data editing on my own ArcGIS server as we have few services for city,highways,county etc .but it showing read only i am unable to edit those fields&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) if data editing enables on my ArcGIS server then how to edit those fields&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please help .....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 06:33:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-feature-layer-arcgis-online-data-in-my/m-p/229461#M5812</guid>
      <dc:creator>shariqueabdul</dc:creator>
      <dc:date>2012-06-05T06:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit feature layer(arcgis online) data in my silverlight app</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-feature-layer-arcgis-online-data-in-my/m-p/229462#M5813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;1) As u said data editing should be enable at server side but in sample application we can edit fields. it means that data editing is enabled for sample app&lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right. Editing is supported for this sample feature service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;2) How can i enable data editing on my own ArcGIS server as we have few services for city,highways,county etc .but it showing read only i am unable to edit those fields&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you create your service you have to enable the 'Feature Access' functionality (additionaly to 'Mapping' which is mandatory).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then you can enabled the following operations : Create, Query, Update, Delete, Uploads (checkboxes). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;3) if data editing enables on my ArcGIS server then how to edit those fields &lt;BR /&gt;&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Nothing specific to do, See samples: &lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitFeatureDataGrid"&gt;&lt;SPAN style="color:#417394;"&gt;http://help.arcgis.com/en/webapi/sil...eatureDataGrid&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitFeatureDataForm"&gt;&lt;SPAN style="color:#417394;"&gt;http://help.arcgis.com/en/webapi/sil...eatureDataForm&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#ToolkitEditorWidget"&gt;&lt;SPAN style="color:#417394;"&gt;http://help.arcgis.com/en/webapi/sil...itEditorWidget&lt;/SPAN&gt;&lt;/A&gt;&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 08:37:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-feature-layer-arcgis-online-data-in-my/m-p/229462#M5813</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-06-05T08:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit feature layer(arcgis online) data in my silverlight app</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-feature-layer-arcgis-online-data-in-my/m-p/229463#M5814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when i am creating new service or editing existing service to enable data editing (to check feature access check box) getting following error &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;configuration (service_name) mapserver can not be started server object instance creation failed on machine(system name)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i checked the log file using ESRI existing thread .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;SDE GeoDatabase. Feature Access capabilty requires the data to be on SDE GeoDatabase&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Server has no associated SOC machines or all SOC machines are at capacity. Add a SOC machine or change the capacity of the available SOC machines&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Configuration SDM.ServerDirectoryManager can not be started&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i think for editing data should be in database&amp;nbsp; bcoz now it is in file ..... please suggest what is required to do editing ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 11:35:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-feature-layer-arcgis-online-data-in-my/m-p/229463#M5814</guid>
      <dc:creator>shariqueabdul</dc:creator>
      <dc:date>2012-06-05T11:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to edit feature layer(arcgis online) data in my silverlight app</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-feature-layer-arcgis-online-data-in-my/m-p/229464#M5815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to enable "Editing" when publishing your service. I think your follow-up question is for server team, you can check this resource though: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Publishing_feature_services/009300000022000000/"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Publishing_feature_services/009300000022000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 16:52:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-edit-feature-layer-arcgis-online-data-in-my/m-p/229464#M5815</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2012-06-07T16:52:53Z</dc:date>
    </item>
  </channel>
</rss>

