<?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: Layer is not editable Error in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/layer-is-not-editable-error/m-p/1579541#M92363</link>
    <description>&lt;P&gt;It's definitely strange behavior. I would create a new feature class and then &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/import-data.htm#:~:text=From%20the%20context%20menu%20in,fields%20from%20the%20data%20source." target="_blank" rel="noopener"&gt;import&lt;/A&gt; the data (or you can try the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/append.htm" target="_blank" rel="noopener"&gt;append&lt;/A&gt; tool) from your existing feature class into it and see if that resolves the edit issue. I think this may help verify whether or not the issue is the feature class itself instead of the file geodatabase.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jan 2025 15:19:25 GMT</pubDate>
    <dc:creator>Eugene_Adkins</dc:creator>
    <dc:date>2025-01-28T15:19:25Z</dc:date>
    <item>
      <title>Layer is not editable Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/layer-is-not-editable-error/m-p/1579265#M92333</link>
      <description>&lt;P&gt;Hey Folks,&lt;/P&gt;&lt;P&gt;I am using file geodatabase with ArcGIS Pro 2.9. I am getting following error on editing attirbutes&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;arcgis pro Update table row failed.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Layer is not editable. Review errors in the Status dialog or in List by Editing view of Contents pane.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I have following which didn't help.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;1. Restarted Pro&lt;/P&gt;&lt;P&gt;2. Restarted Computer&lt;/P&gt;&lt;P&gt;3. Created a new workspace (instance) and added layer from Geodatabase.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 20:43:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/layer-is-not-editable-error/m-p/1579265#M92333</guid>
      <dc:creator>rami_shah</dc:creator>
      <dc:date>2025-01-27T20:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not editable Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/layer-is-not-editable-error/m-p/1579275#M92336</link>
      <description>&lt;P&gt;Is the data setup as read only? (check this in data design/read only column)&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2025 21:03:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/layer-is-not-editable-error/m-p/1579275#M92336</guid>
      <dc:creator>Eugene_Adkins</dc:creator>
      <dc:date>2025-01-27T21:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not editable Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/layer-is-not-editable-error/m-p/1579473#M92351</link>
      <description>&lt;P&gt;No. All fields are writable except ObjectiID.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 12:15:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/layer-is-not-editable-error/m-p/1579473#M92351</guid>
      <dc:creator>rami_shah</dc:creator>
      <dc:date>2025-01-28T12:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not editable Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/layer-is-not-editable-error/m-p/1579477#M92352</link>
      <description>&lt;P&gt;Ok. Sounds like you have the ability to edit other features so it shouldn’t be a permissions issue, and as long as it’s marked editable in the contents pane, I would make a new FGDB and import the data into it. If it works, and your existing database needs to be kept for some reason, I would import the data from the newly created database into your existing one.&lt;/P&gt;&lt;P&gt;As long as this layer isn’t one sourced from a feature service in Portal or Online, and the obvious culprits have been considered, I would say this sounds like a corruption in the database or in the layer. Hopefully, importing the data will “fix” it and get you going again.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 12:27:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/layer-is-not-editable-error/m-p/1579477#M92352</guid>
      <dc:creator>Eugene_Adkins</dc:creator>
      <dc:date>2025-01-28T12:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not editable Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/layer-is-not-editable-error/m-p/1579485#M92353</link>
      <description>&lt;P&gt;I appreciate your help. I am able to edit through attribute table. Here are steps. 1. right click and select a column 2. calculate field. 3. change expression to arcade 4. select a field or type values in double quote. click apply. It works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unable to edit same layer indivusally. It shows same error. I have checked under Status Layer is editable. I moved this layer to a new geodatabase and it through same error. Where it is locked?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 12:54:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/layer-is-not-editable-error/m-p/1579485#M92353</guid>
      <dc:creator>rami_shah</dc:creator>
      <dc:date>2025-01-28T12:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Layer is not editable Error</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/layer-is-not-editable-error/m-p/1579541#M92363</link>
      <description>&lt;P&gt;It's definitely strange behavior. I would create a new feature class and then &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/import-data.htm#:~:text=From%20the%20context%20menu%20in,fields%20from%20the%20data%20source." target="_blank" rel="noopener"&gt;import&lt;/A&gt; the data (or you can try the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/append.htm" target="_blank" rel="noopener"&gt;append&lt;/A&gt; tool) from your existing feature class into it and see if that resolves the edit issue. I think this may help verify whether or not the issue is the feature class itself instead of the file geodatabase.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 15:19:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/layer-is-not-editable-error/m-p/1579541#M92363</guid>
      <dc:creator>Eugene_Adkins</dc:creator>
      <dc:date>2025-01-28T15:19:25Z</dc:date>
    </item>
  </channel>
</rss>

