<?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 posting updates with FeatureServer in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-posting-updates-with-featureserver/m-p/596910#M2840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;can you try update after applying simplify on the geometry?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/simplify?f=pjson&amp;amp;sr=27700&amp;amp;geometries={&amp;quot;geometryType&amp;quot;+%3A+&amp;quot;esriGeometryPolygon&amp;quot;%2C&amp;quot;geometries&amp;quot;+%3A+[{&amp;quot;rings&amp;quot;%3A[[[202912.407817124%2C898446.6930849041]%2C[215361.05189148115%2C898469.7675136692]%2C[216284.0283703202%2C883021.4500510262]%2C[208761.0505275416%2C877310.3641501195]%2C[201758.6872185752%2C883944.4265298652]%2C[202912.407817124%2C898446.6930849041]]]%2C&amp;quot;spatialReference&amp;quot;%3A{&amp;quot;wkid&amp;quot;%3A27700}}]}" rel="nofollow"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/simplify?f=pjson&amp;amp;sr=27700&amp;amp;geometries={"geometryType"+%3A+"esriGeometryPolygon"%2C"geometries"+%3A+[{"rings"%3A[[[202912.407817124%2C898446.6930849041]%2C[215361.05189148115%2C898469.7675136692]%2C[216284.0283703202%2C883021.4500510262]%2C[208761.0505275416%2C877310.3641501195]%2C[201758.6872185752%2C883944.4265298652]%2C[202912.407817124%2C898446.6930849041]]]%2C"spatialReference"%3A{"wkid"%3A27700}}]}&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Jan 2011 21:19:41 GMT</pubDate>
    <dc:creator>RaviNarayanan</dc:creator>
    <dc:date>2011-01-30T21:19:41Z</dc:date>
    <item>
      <title>Problem posting updates with FeatureServer</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-posting-updates-with-featureserver/m-p/596909#M2839</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;Im writing an feature editing application with the Flex API using FeatureServer in ArcGIS server 10. I can successfully add and delete features but am as yet unable to modify the geometry of polygon features in SDE/Oracle(10.2.0.1.0) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Heres an example of an update I'm attempting to apply with the FeatureLayer applyEdits html page in the Services Directory.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; [{"geometry":{"rings":[[[202912.407817124,898446.6930849041],[215361.05189148115,898469.7675136692],[216284.0283703202,883021.4500510262],[208761.0505275416,877310.3641501195],[201758.6872185752,883944.4265298652],[202912.407817124,898446.6930849041]]],"spatialReference":{"wkid":27700}},"attributes":{"OBJECTID":1602,"ID":11}}]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And here is the error that is returned...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Underlying DBMS error [ORA-01008: not all variables bound&amp;lt;br/&amp;gt;] [TABLE_OWNER.EDIT_TABLE]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error applying edits.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ive tried both the applyEdits page and the updateFeatures page with the same result. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Interestingly, If I change the word "geometry" to the word "shape" in the above (the geometry column in the database is actually called SHAPE) the result claims to be successful but if I check the geometry of the feature in the database it has not infact been updated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OBJECTID is the only not null column in the dataset. The dataset is not versioned. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would very much appreciate any thoughts or advice. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Richard&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 13:01:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-posting-updates-with-featureserver/m-p/596909#M2839</guid>
      <dc:creator>RichardBetts</dc:creator>
      <dc:date>2011-01-24T13:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem posting updates with FeatureServer</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-posting-updates-with-featureserver/m-p/596910#M2840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;can you try update after applying simplify on the geometry?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/simplify?f=pjson&amp;amp;sr=27700&amp;amp;geometries={&amp;quot;geometryType&amp;quot;+%3A+&amp;quot;esriGeometryPolygon&amp;quot;%2C&amp;quot;geometries&amp;quot;+%3A+[{&amp;quot;rings&amp;quot;%3A[[[202912.407817124%2C898446.6930849041]%2C[215361.05189148115%2C898469.7675136692]%2C[216284.0283703202%2C883021.4500510262]%2C[208761.0505275416%2C877310.3641501195]%2C[201758.6872185752%2C883944.4265298652]%2C[202912.407817124%2C898446.6930849041]]]%2C&amp;quot;spatialReference&amp;quot;%3A{&amp;quot;wkid&amp;quot;%3A27700}}]}" rel="nofollow"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer/simplify?f=pjson&amp;amp;sr=27700&amp;amp;geometries={"geometryType"+%3A+"esriGeometryPolygon"%2C"geometries"+%3A+[{"rings"%3A[[[202912.407817124%2C898446.6930849041]%2C[215361.05189148115%2C898469.7675136692]%2C[216284.0283703202%2C883021.4500510262]%2C[208761.0505275416%2C877310.3641501195]%2C[201758.6872185752%2C883944.4265298652]%2C[202912.407817124%2C898446.6930849041]]]%2C"spatialReference"%3A{"wkid"%3A27700}}]}&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jan 2011 21:19:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-posting-updates-with-featureserver/m-p/596910#M2840</guid>
      <dc:creator>RaviNarayanan</dc:creator>
      <dc:date>2011-01-30T21:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem posting updates with FeatureServer</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-posting-updates-with-featureserver/m-p/596911#M2841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your suggestion Ravi. I tried this and still could not get the edit to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I created an entirely new table on the database, registered with sde, published a new map service with feature access enabled and I am now able to edit this new layer fully (adds,updates and deletes). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure what made the difference yet but I'm still looking into it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 14:18:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/problem-posting-updates-with-featureserver/m-p/596911#M2841</guid>
      <dc:creator>RichardBetts</dc:creator>
      <dc:date>2011-02-04T14:18:19Z</dc:date>
    </item>
  </channel>
</rss>

