<?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: Error when adding new element - feature not editable in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91948#M3494</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your tables's ID field is NOT NULL, which means that it must have a value to add when performing an insert.&amp;nbsp; The body of your REST call for the insert does not pass an ID value so that is the reason for the failure.&amp;nbsp; OBJECTID is an ArcSDE-maintained field for a unique identifier so it gets a value populated automatically by the system during insert operations.&amp;nbsp; Deleting the ID field is certainly one way to solve the problem depending on your data model requirements.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Dec 2013 10:00:25 GMT</pubDate>
    <dc:creator>WilliamCraft</dc:creator>
    <dc:date>2013-12-13T10:00:25Z</dc:date>
    <item>
      <title>Error when adding new element - feature not editable</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91944#M3490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Deat Gurus!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I try test adding feature from browser. I can edit existing features, but when trying to add - I get error - "Field is not editable". (Picture attached)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How to fix?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 10:59:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91944#M3490</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2013-12-12T10:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error when adding new element - feature not editable</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91945#M3491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you provide a complete list of the fields and their data types for the particular table in question?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 11:04:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91945#M3491</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2013-12-12T11:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error when adding new element - feature not editable</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91946#M3492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As such, satisfied? (picture attached)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;CREATE TABLE [dbo].[events](&lt;BR /&gt; [id] [int] IDENTITY(1524,1) NOT NULL,&lt;BR /&gt; [name] [nvarchar](255) NULL,&lt;BR /&gt; [event_type] [int] NULL,&lt;BR /&gt; &lt;X&gt; [numeric](11, 2) NULL,&lt;BR /&gt; &lt;Y&gt; [numeric](11, 2) NULL,&lt;BR /&gt; [Shape] [geometry] NULL,&lt;BR /&gt; [ObjectID] [int] NOT NULL,&lt;BR /&gt; CONSTRAINT [R8_pk] PRIMARY KEY CLUSTERED &lt;BR /&gt;(&lt;BR /&gt; [ObjectID] ASC&lt;BR /&gt;)WITH (PAD_INDEX&amp;nbsp; = OFF, STATISTICS_NORECOMPUTE&amp;nbsp; = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS&amp;nbsp; = ON, ALLOW_PAGE_LOCKS&amp;nbsp; = ON, FILLFACTOR = 75) ON [PRIMARY]&lt;BR /&gt;) ON [PRIMARY]&lt;/Y&gt;&lt;/X&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 03:41:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91946#M3492</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2013-12-13T03:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error when adding new element - feature not editable</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91947#M3493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the field list&amp;nbsp; - a field "id" - identity. And there is a field ObjectID, which was added during the registration table in the geodatabase. I deleted the id - and the addition was working. I am&amp;nbsp; thinking - why? I have read somewhere, that if&amp;nbsp; the source table&amp;nbsp; has identity - field&amp;nbsp; then it turns into a type ObjectID, but in my case, was created a new field...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 08:20:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91947#M3493</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2013-12-13T08:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error when adding new element - feature not editable</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91948#M3494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your tables's ID field is NOT NULL, which means that it must have a value to add when performing an insert.&amp;nbsp; The body of your REST call for the insert does not pass an ID value so that is the reason for the failure.&amp;nbsp; OBJECTID is an ArcSDE-maintained field for a unique identifier so it gets a value populated automatically by the system during insert operations.&amp;nbsp; Deleting the ID field is certainly one way to solve the problem depending on your data model requirements.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 10:00:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91948#M3494</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2013-12-13T10:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error when adding new element - feature not editable</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91949#M3495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you. Is there are any way when table is registering in geodatabase , field ID was taken as a field of ObjectID type?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 04:13:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91949#M3495</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2013-12-16T04:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error when adding new element - feature not editable</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91950#M3496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe you can specify a "custom" identifer field in place of the default OBJECTID field that ArcGIS creates.&amp;nbsp; When using the sdelayer -o register command to reigster your table with ArcSDE, specify the field you want in the -C parameter as such:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sdelayer -o register -l &amp;lt;table,column&amp;gt; [-e &amp;lt;entity_mask&amp;gt;]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {[-C NONE] | &lt;/SPAN&gt;&lt;STRONG&gt;[-C &amp;lt;row_id_column&amp;gt;[,{SDE|USER}&lt;/STRONG&gt;&lt;SPAN&gt;[,&amp;lt;min_ID&amp;gt;]]]}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Spatial_Index] [-S &amp;lt;layer_description_str&amp;gt;] [-q]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [-k &amp;lt;config_keyword&amp;gt;] [-i &amp;lt;service&amp;gt;] [-s &amp;lt;server_name&amp;gt;]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -u &amp;lt;DB_User_name&amp;gt; [-p &amp;lt;DB_User_password&amp;gt;] [-D &amp;lt;database&amp;gt;]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: the custom field you specify needs to be of &lt;/SPAN&gt;&lt;STRONG&gt;number(38)&lt;/STRONG&gt;&lt;SPAN&gt; data type.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 11:02:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91950#M3496</guid>
      <dc:creator>WilliamCraft</dc:creator>
      <dc:date>2013-12-16T11:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error when adding new element - feature not editable</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91951#M3497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much! Now I was asked to add some new properties in one of the previous program with arcobjects. Then I will return to this problem.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 08:07:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/error-when-adding-new-element-feature-not-editable/m-p/91951#M3497</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2013-12-19T08:07:04Z</dc:date>
    </item>
  </channel>
</rss>

