<?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 000224 when running Delete Identical on SDE enterprise database in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1401556#M70194</link>
    <description>&lt;P&gt;After working with ESRI support, this was confirmed as a Bug.&amp;nbsp; &lt;A href="https://support.esri.com/en-us/bug/the-delete-identical-geoprocessing-tool-fails-with-the-bug-000166278" target="_self"&gt;BUG-000166278&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2024 16:53:52 GMT</pubDate>
    <dc:creator>LanceCole</dc:creator>
    <dc:date>2024-04-11T16:53:52Z</dc:date>
    <item>
      <title>Error 000224 when running Delete Identical on SDE enterprise database</title>
      <link>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1377938#M69787</link>
      <description>&lt;P&gt;I am attempting to run Delete Identical on a feature hosted on an enterprise geodatabase and keep receiving the Error 000224: Cannot insert features.&amp;nbsp; This occurs when running from a standalone Python script and running the tool directly in ArcGIS Pro.&amp;nbsp; I have tried both a user with appropriate permissions and the geodata owner.&amp;nbsp;&amp;nbsp;If I export the data to a local GDB everything runs great.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LanceCole_0-1707004145355.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/93658iBA14BE4B33EF92CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LanceCole_0-1707004145355.png" alt="LanceCole_0-1707004145355.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/tool-errors-and-warnings/001001-010000/tool-errors-and-warnings-00201-00225-000224.htm" target="_self"&gt;Error 000224&lt;/A&gt; is typically related to mismatched field definitions&amp;nbsp;between incoming features and the output feature class. But this tool modifies the existing feature class, so they should be the same.&lt;/P&gt;&lt;P&gt;This is similar to the issue reported by&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/449443"&gt;@MulfordnSons&lt;/a&gt;&amp;nbsp;&amp;nbsp;in &lt;A href="https://community.esri.com/t5/python-questions/arcpy-deleteidentical-management-does-not-delete/m-p/1152979" target="_self"&gt;arcpy.DeleteIdentical_management does not delete identicals in ESRI sqlite database.&lt;/A&gt;&amp;nbsp;However, this was to have been resolved in ArGIS Pro 3.0.&amp;nbsp; Currently running ArcGIS Pro 3.2.1, the database is hosted on an MS SQL Server as an 11.2 version enterprise database.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;I did submit a support ticket, but it will be Monday or Tuesday before they get back to me.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2024 23:54:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1377938#M69787</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2024-02-03T23:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000224 when running Delete Identical on SDE enterprise database</title>
      <link>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1381033#M69845</link>
      <description>&lt;P&gt;I am running into the same issue, did you ever get this resolved?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 14:48:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1381033#M69845</guid>
      <dc:creator>JonathanPollack</dc:creator>
      <dc:date>2024-02-12T14:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000224 when running Delete Identical on SDE enterprise database</title>
      <link>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1381042#M69847</link>
      <description>&lt;P&gt;I am still working with ESRI support to narrow down the issue.&amp;nbsp; They were able to replicate the problem and are leaning towards a bug.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 15:04:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1381042#M69847</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2024-02-12T15:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000224 when running Delete Identical on SDE enterprise database</title>
      <link>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1381046#M69848</link>
      <description>&lt;P&gt;Thanks, we just recently updated to 11.2 and performance/stability has greatly improved but this is a bummer.&lt;/P&gt;&lt;P&gt;In the meantime I am using an update cursor to perform the same function.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 15:09:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1381046#M69848</guid>
      <dc:creator>JonathanPollack</dc:creator>
      <dc:date>2024-02-12T15:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000224 when running Delete Identical on SDE enterprise database</title>
      <link>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1387377#M69967</link>
      <description>&lt;P&gt;Did support ever identify a bug?&amp;nbsp; I am also running into this issue.&amp;nbsp; It works from a file geodatabase as expected in Pro.&amp;nbsp; We are on 10.9 still so I tried the enterprise GDB in ArcMap and it worked fine, but i would prefer using this tool in Pro.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 14:41:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1387377#M69967</guid>
      <dc:creator>KG_427</dc:creator>
      <dc:date>2024-02-27T14:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000224 when running Delete Identical on SDE enterprise database</title>
      <link>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1387383#M69968</link>
      <description>&lt;P&gt;I am still working with support on this issue.&amp;nbsp; We have another session scheduled for tomorrow to capture some SQL logs.&amp;nbsp; They have been able to replicate the issue.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 14:50:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1387383#M69968</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2024-02-27T14:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000224 when running Delete Identical on SDE enterprise database</title>
      <link>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1388157#M69984</link>
      <description>&lt;P&gt;Out of curiosity, if you are experiencing the same issue, what enterprise database platform are we using? &amp;nbsp;I am experiencing this on MS SQL.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Feb 2024 17:28:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1388157#M69984</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2024-02-28T17:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000224 when running Delete Identical on SDE enterprise database</title>
      <link>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1397510#M70081</link>
      <description>&lt;P&gt;I'm having the same issue. Was there any resolution here?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2024 20:28:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1397510#M70081</guid>
      <dc:creator>JessieBrain</dc:creator>
      <dc:date>2024-03-18T20:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000224 when running Delete Identical on SDE enterprise database</title>
      <link>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1401556#M70194</link>
      <description>&lt;P&gt;After working with ESRI support, this was confirmed as a Bug.&amp;nbsp; &lt;A href="https://support.esri.com/en-us/bug/the-delete-identical-geoprocessing-tool-fails-with-the-bug-000166278" target="_self"&gt;BUG-000166278&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 16:53:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1401556#M70194</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2024-04-11T16:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000224 when running Delete Identical on SDE enterprise database</title>
      <link>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1408526#M70293</link>
      <description>&lt;P&gt;Lance - your link takes me to My Esri but the bug does not show up? Has ESRI provided a timeline for a fix? The same is happening to me now on ArcPro 3.2.2.&lt;/P&gt;&lt;P&gt;Alternatively, does anyone know of a version between 3.1 and 3.2.2 where this bug doesn't happen? We need the upsert ability that comes with ver 3.1 but also need this delete ident toolset to work....&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 14:41:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1408526#M70293</guid>
      <dc:creator>BrandenHarding</dc:creator>
      <dc:date>2024-04-11T14:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000224 when running Delete Identical on SDE enterprise database</title>
      <link>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1408617#M70294</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/75210"&gt;@BrandenHarding&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I updated the&amp;nbsp;&lt;A href="https://support.esri.com/en-us/bug/the-delete-identical-geoprocessing-tool-fails-with-the-bug-000166278" target="_self"&gt;BUG-000166278&lt;/A&gt;&amp;nbsp;link above to the correct public format.&amp;nbsp; It is still showing as under consideration.&amp;nbsp; As the bug has not yet been prioritized, I would recommend reporting your issue through ESRI support.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 17:00:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1408617#M70294</guid>
      <dc:creator>LanceCole</dc:creator>
      <dc:date>2024-04-11T17:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000224 when running Delete Identical on SDE enterprise database</title>
      <link>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1408878#M70296</link>
      <description>&lt;P&gt;The inability to use this feature is a significant limitation to our workflow. Esri's suggested workaround of exporting data to a file geodatabase, running delete identical, and importing it back into an enterprise geodatabase is unacceptable.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 02:37:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1408878#M70296</guid>
      <dc:creator>ArizonaGIS</dc:creator>
      <dc:date>2024-04-12T02:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000224 when running Delete Identical on SDE enterprise database</title>
      <link>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1409755#M70312</link>
      <description>&lt;P&gt;Also running into this issue! Not acceptable. This needs to be prioritized and escalated so that a fix is released in the next patch.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 14:17:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1409755#M70312</guid>
      <dc:creator>esteele</dc:creator>
      <dc:date>2024-04-15T14:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000224 when running Delete Identical on SDE enterprise database</title>
      <link>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1475586#M70623</link>
      <description>&lt;P&gt;How about "Find Identical"? The result is a table with OBJECTIDs of duplicates. I am going to join that table to my original feature class with the option to get only matching records and delete these (duplicates). It is not ideal but may work. PostgreSQL 12 + PostGIS here.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 16:30:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1475586#M70623</guid>
      <dc:creator>Sfortunatamente</dc:creator>
      <dc:date>2024-05-20T16:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error 000224 when running Delete Identical on SDE enterprise database</title>
      <link>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1548867#M73031</link>
      <description>&lt;P&gt;I am getting the same error, Postgres SDE database. I would like to echo this bug should be fixed!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 22:18:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/error-000224-when-running-delete-identical-on-sde/m-p/1548867#M73031</guid>
      <dc:creator>ChristalHigdon_USFS</dc:creator>
      <dc:date>2024-10-15T22:18:00Z</dc:date>
    </item>
  </channel>
</rss>

