<?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: Deleted SDE layer keeps reappearing in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1164472#M43982</link>
    <description>&lt;P&gt;Sorry, I didn't see this response Vince.&amp;nbsp; I didn't DROP TABLE on the database side, but just the "Delete" option in Catalog when you right-click the point.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure I understand.&amp;nbsp; &amp;nbsp;Assuming the geodatabase is corrupted, I need to create a table with the same name as the reappearing layer, and then delete via&amp;nbsp;&lt;SPAN&gt;arcpy.Delete_management?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Apr 2022 17:10:33 GMT</pubDate>
    <dc:creator>CraigFreeman2</dc:creator>
    <dc:date>2022-04-14T17:10:33Z</dc:date>
    <item>
      <title>Deleted SDE layer keeps reappearing</title>
      <link>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1132476#M43770</link>
      <description>&lt;P&gt;I have a point layer on a SQL Server Enterprise geodatabase that I can delete but reappears when I refresh catalog.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 16:15:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1132476#M43770</guid>
      <dc:creator>CraigFreeman2</dc:creator>
      <dc:date>2022-01-11T16:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted SDE layer keeps reappearing</title>
      <link>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1132482#M43771</link>
      <description>&lt;P&gt;I have experienced this behavior before and it is usually due to SQL permissions. May I please inquire: what database connection are you using to delete the layer? i.e. are you using the connection who is the data owner to that layer?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 16:28:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1132482#M43771</guid>
      <dc:creator>DS_GIS</dc:creator>
      <dc:date>2022-01-11T16:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted SDE layer keeps reappearing</title>
      <link>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1132497#M43772</link>
      <description>&lt;P&gt;Yep, I'm using the data owner credentials.&amp;nbsp; This has happened sporadically and I can't find any clear reason for it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 16:43:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1132497#M43772</guid>
      <dc:creator>CraigFreeman2</dc:creator>
      <dc:date>2022-01-11T16:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted SDE layer keeps reappearing</title>
      <link>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1132555#M43773</link>
      <description>&lt;P&gt;I've seen the same behavior when the currenty logged in user is not licenced to edit SDE feature classes (at least ArcGIS Pro Standard is required). There's no error and the feature class seems to dissappear but then on refresh it's still there.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 18:49:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1132555#M43773</guid>
      <dc:creator>HuubZwart</dc:creator>
      <dc:date>2022-01-11T18:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted SDE layer keeps reappearing</title>
      <link>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1141219#M43820</link>
      <description>&lt;P&gt;If you use DROP TABLE in the database, you corrupt the Enterprise geodatabase metadata stored in the sde.sde_* and sde.gdb_* tables. It is these tables that "refresh" reads to generate lists.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The easiest way to repair the corrupted geodatabase is to create tables with the same name (any table, with CREATE TABLE, just so it's there), then to delete the table properly via the ArcGIS UI or via arcpy.Delete_management.&lt;/P&gt;&lt;P&gt;- V&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 15:25:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1141219#M43820</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2022-02-07T15:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted SDE layer keeps reappearing</title>
      <link>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1164472#M43982</link>
      <description>&lt;P&gt;Sorry, I didn't see this response Vince.&amp;nbsp; I didn't DROP TABLE on the database side, but just the "Delete" option in Catalog when you right-click the point.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure I understand.&amp;nbsp; &amp;nbsp;Assuming the geodatabase is corrupted, I need to create a table with the same name as the reappearing layer, and then delete via&amp;nbsp;&lt;SPAN&gt;arcpy.Delete_management?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 17:10:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1164472#M43982</guid>
      <dc:creator>CraigFreeman2</dc:creator>
      <dc:date>2022-04-14T17:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted SDE layer keeps reappearing</title>
      <link>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1164495#M43983</link>
      <description>&lt;P&gt;I think it's a way of tricking SDE.&lt;/P&gt;&lt;P&gt;If the system tables for that FC are broken, then if you create a new FC in it's place, SDE will replace the broken system table data with new system table data. So hopefully when you delete the new FC this time, the system table data will be deleted successfully too. And then the FC will disappear from Catalog, which is what you want.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My limited experience is:&lt;/P&gt;&lt;P&gt;Sometimes these things take multiple attempts. And sometimes, if you just wait a few days, it resolves itself. I'm not an expert though. So I could be wrong.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 17:52:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1164495#M43983</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-04-14T17:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted SDE layer keeps reappearing</title>
      <link>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1164754#M43984</link>
      <description>&lt;P&gt;Thank you for the explanation.&amp;nbsp; &amp;nbsp;Just to be clear, when you say "create a new FC in it's place", you mean a FC with an identical name?&amp;nbsp; If my faulty FC is "LandUse_2009", then I need to create another FC on the geodatabase called "LandUse_2009", then delete the new "LandUse_2009"?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 15:13:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1164754#M43984</guid>
      <dc:creator>CraigFreeman2</dc:creator>
      <dc:date>2022-04-15T15:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted SDE layer keeps reappearing</title>
      <link>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1164765#M43985</link>
      <description>&lt;P&gt;Yeah, that’s what I meant. Hopefully it works.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2022 15:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/deleted-sde-layer-keeps-reappearing/m-p/1164765#M43985</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-04-15T15:31:28Z</dc:date>
    </item>
  </channel>
</rss>

