<?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: Problem with editing in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364877#M33828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are your data in an SDE 10.x?&amp;nbsp; AS I have been informed by esri(uk) support that that is what is required to get editing via web pages to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2012 07:46:35 GMT</pubDate>
    <dc:creator>AdrianMarsden</dc:creator>
    <dc:date>2012-10-23T07:46:35Z</dc:date>
    <item>
      <title>Problem with editing</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364872#M33823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS Server 10 and in learning how to do some editing on features.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I used the following ArcGIS API for JavaScript Samples of 'Default editing widget':&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/ed_attribute_inspector.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm#jssamples/ed_attribute_inspector.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The editor works perfectly on the live sample.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I copied the codes into my web server, but when adding a point or line, it disappeared after finishing with double clicks.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure why the difference as it pointed to all the same services and pages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had the same problem even when I used my own feature service, geometry service and a proxy page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did anybody has the same experience or I must have missed something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ben&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 21:51:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364872#M33823</guid>
      <dc:creator>BenLam</dc:creator>
      <dc:date>2012-10-17T21:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with editing</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364873#M33824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Same problem.&amp;nbsp; We must be missing something...&amp;nbsp; Have you solved it yet?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 18:36:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364873#M33824</guid>
      <dc:creator>CorySilva</dc:creator>
      <dc:date>2012-10-22T18:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with editing</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364874#M33825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;with limited info my guess:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;your geometry is complicated enough that it is switching from using a get to a post, which requires a proxy, which is not set up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can confirm this by using firebug and looking at the error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 19:20:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364874#M33825</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-10-22T19:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with editing</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364875#M33826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the suggestion reply.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I copied every thing from the example and placed the html into my own server.&amp;nbsp; I thought it should have used its own ESRI proxy page inside the code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I also have my own proxy page in my server, but no luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I defined my own proxy page (proxy.jsp) serverUrls variable:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;String[] serverUrls = "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server_name:8399/arcgis/rest/services" rel="nofollow" target="_blank"&gt;http://server_name:8399/arcgis/rest/services&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Further suggestions are appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 20:12:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364875#M33826</guid>
      <dc:creator>BenLam</dc:creator>
      <dc:date>2012-10-22T20:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with editing</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364876#M33827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Same problem.&amp;nbsp; We must be missing something...&amp;nbsp; Have you solved it yet?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not solved it yet. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I will inform you if I find one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 20:18:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364876#M33827</guid>
      <dc:creator>BenLam</dc:creator>
      <dc:date>2012-10-22T20:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with editing</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364877#M33828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are your data in an SDE 10.x?&amp;nbsp; AS I have been informed by esri(uk) support that that is what is required to get editing via web pages to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 07:46:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364877#M33828</guid>
      <dc:creator>AdrianMarsden</dc:creator>
      <dc:date>2012-10-23T07:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with editing</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364878#M33829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone solved this? I am having the same issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;LB&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 14:19:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364878#M33829</guid>
      <dc:creator>LeAnnBullard</dc:creator>
      <dc:date>2013-03-08T14:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with editing</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364879#M33830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;here are the general steps you have to follow to set up your own editing application....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. create a map document with sde data and start an edit session to create feature templates for editing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. publish the map document to arcgis server with feature access capability.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. set up a proxy and reference it in your application after confirming that it forwards web pages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you are able to sketch geometries in your application, but they disappear after you double-click, then you'll need to inspect the web traffic to find the applyEdits call made to ArcGIS Server.&amp;nbsp; If a call through a proxy is bombing out entirely, you'll have to troubleshoot the problem there.&amp;nbsp; If request is submitted to the server successfully and the server is returning an error (rather than a message indicating that the edit was made successfully), then its probably time to test the operation directly at the REST endpoint to attempt to determine what is wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for example, try pasting the code below into the "adds" parameter to submit a new feature to the following feature service:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://sampleserver6.arcgisonline.com/arcgis/rest/services/EmergencyFacilities/FeatureServer/applyEdits"&gt;http://sampleserver6.arcgisonline.com/arcgis/rest/services/EmergencyFacilities/FeatureServer/applyEdits&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;[{"geometry":{"x":34.123,"y":-117.123,"spatialReference":{"wkid":4326}},"attributes":{"pocname":"hello there!"}}]&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Mar 2013 15:30:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/problem-with-editing/m-p/364879#M33830</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2013-03-08T15:30:59Z</dc:date>
    </item>
  </channel>
</rss>

