<?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 newly created features in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260303#M24095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is the response after the POST for: &lt;/SPAN&gt;&lt;A href="http://localhost:51547/FSI_JS_API_Template/proxy.ashx?http://hawk/ArcGIS/rest/services/APA_Edit/FeatureServer/1/applyEdits"&gt;http://localhost:51547/FSI_JS_API_Template/proxy.ashx?http://hawk/ArcGIS/rest/services/APA_Edit/FeatureServer/1/applyEdits&lt;/A&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2012 16:10:43 GMT</pubDate>
    <dc:creator>JamesS1</dc:creator>
    <dc:date>2012-02-07T16:10:43Z</dc:date>
    <item>
      <title>Editor Widget not saving newly created features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260295#M24087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Everything is running locally off of a laptop, which includes the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ArcGIS Server 10 SP3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SQL Server 2008 Express&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The data is in an enterprise geodatabase with the feature classes registered with the database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The map uses direct connections for the data and the map service has Feature Access allowed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When drawing a polygon, after the double-click to complete, no shape is drawn on the screen and no attribute template is shown. No feature is saved to the geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 14:15:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260295#M24087</guid>
      <dc:creator>JamesS1</dc:creator>
      <dc:date>2012-02-07T14:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving newly created features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260296#M24088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What do you see happening in your browser's dev tools when you create a feature? Specifically in the network section. Any 500s or 404s or 403s? Can you post the code you're using?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 14:35:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260296#M24088</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-02-07T14:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving newly created features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260297#M24089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The code is the exact Sample code from ESRI's sample site for the JavaScript API and Editing. I simply replaced their feature service and geometry service with the ones running on my ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 14:45:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260297#M24089</guid>
      <dc:creator>JamesS1</dc:creator>
      <dc:date>2012-02-07T14:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving newly created features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260298#M24090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you change the esri.config.defaults.io.proxyUrl to point to a &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/ags_proxy.htm"&gt;proxy&lt;/A&gt;&lt;SPAN&gt; on your server? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would also be helpful if you could post what you see happening in terms of requests being sent to your server. Firefox and Chrome have great tools built-in to do this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 14:50:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260298#M24090</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-02-07T14:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving newly created features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260299#M24091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is the console message from Firebug:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error: Unable to load &lt;/SPAN&gt;&lt;A href="http://hawk/proxy/proxy.ashx?http://hawk/ArcGIS/rest/services/APA_Edit/FeatureServer/1/applyEdits"&gt;http://hawk/proxy/proxy.ashx?http://hawk/ArcGIS/rest/services/APA_Edit/FeatureServer/1/applyEdits&lt;/A&gt;&lt;SPAN&gt; status:0&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.6"&gt;http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.6&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Line 14&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 15:21:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260299#M24091</guid>
      <dc:creator>JamesS1</dc:creator>
      <dc:date>2012-02-07T15:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving newly created features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260300#M24092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Because there are so many moving parts (JS code, service configuration, proxy config), it's usually fastest way to resolve this type of issue by working with support.&amp;nbsp; Can you open a ticket?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What's the http code returned when your app tries to access &lt;/SPAN&gt;&lt;A href="http://hawk/proxy/proxy.ashx?http://hawk/ArcGIS/rest/services/APA_Edit/FeatureServer/1/applyEdits"&gt;http://hawk/proxy/proxy.ashx?http://hawk/ArcGIS/rest/services/APA_Edit/FeatureServer/1/applyEdits&lt;/A&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 15:28:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260300#M24092</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-02-07T15:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving newly created features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260301#M24093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can open a ticket.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The code is 200 OK&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, 07 Feb 2012 15:40:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260301#M24093</guid>
      <dc:creator>JamesS1</dc:creator>
      <dc:date>2012-02-07T15:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving newly created features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260302#M24094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hmm...200 means the edit should have been successful which makes me think there's something in your code. It would be helpful to see exactly what your code looks like, just to be sure.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 15:52:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260302#M24094</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-02-07T15:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving newly created features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260303#M24095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is the response after the POST for: &lt;/SPAN&gt;&lt;A href="http://localhost:51547/FSI_JS_API_Template/proxy.ashx?http://hawk/ArcGIS/rest/services/APA_Edit/FeatureServer/1/applyEdits"&gt;http://localhost:51547/FSI_JS_API_Template/proxy.ashx?http://hawk/ArcGIS/rest/services/APA_Edit/FeatureServer/1/applyEdits&lt;/A&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 16:10:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260303#M24095</guid>
      <dc:creator>JamesS1</dc:creator>
      <dc:date>2012-02-07T16:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving newly created features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260304#M24096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, so editing isn't working. Support is your best bet. I'd send them a link to this thread.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 16:13:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260304#M24096</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-02-07T16:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving newly created features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260305#M24097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;UPDATE:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I now have it working. It required a reboot and assigning the ArcGISSOC user db_owner permissions in SQLServer. For some reason db_datawriter is not enough to add the features to the geodatabase.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 18:44:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260305#M24097</guid>
      <dc:creator>JamesS1</dc:creator>
      <dc:date>2012-02-07T18:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving newly created features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260306#M24098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;I now have it working. It required a reboot and assigning the ArcGISSOC user db_owner permissions in SQLServer. For some reason db_datawriter is not enough to add the features to the geodatabase.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad you got it working. Was support helpful or did you figure this out before contacting them?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 19:15:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260306#M24098</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-02-07T19:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget not saving newly created features</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260307#M24099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Glad you got it working. Was support helpful or did you figure this out before contacting them?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;HI Derek, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have got a similar problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my case, I have around 9 feature layers, out of which there 6 point feature layer, 1 line feature layer and 2 polygon feature layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The editing is working fine for 7 of the feature layers (although 1 polygon feature layer is working), 2 of them are not working (line and polygon). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I draw a line for line feature layer, I get drawing tool get activated and when I double click to complete the task, the new feature doesn't appear on the map. when I checked the post request on the map - I am getting a status of 200 and it means edit has been succesfull. I don't know where the problem is?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Secondly, when I click the line and polygon feature layer, I get error message from IE saying my script is running slow. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help me on this, please. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ganesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2014 12:53:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-not-saving-newly-created-features/m-p/260307#M24099</guid>
      <dc:creator>GaneshSolai_Sambandam</dc:creator>
      <dc:date>2014-01-30T12:53:50Z</dc:date>
    </item>
  </channel>
</rss>

