<?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: Cannot delete feature class from enterprise geodatabase in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/cannot-delete-feature-class-from-enterprise/m-p/825446#M4002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! &amp;nbsp;I was mixed up between deleting the feature records and deleting the feature class itself.&lt;/P&gt;&lt;P&gt;Your answer makes complete sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Aug 2017 14:31:57 GMT</pubDate>
    <dc:creator>KevinMayall</dc:creator>
    <dc:date>2017-08-23T14:31:57Z</dc:date>
    <item>
      <title>Cannot delete feature class from enterprise geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/cannot-delete-feature-class-from-enterprise/m-p/825444#M4000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a geodatabase version 10.2.1 in SQL Server 2008 R2. &amp;nbsp;It has only two feature classes in it. &amp;nbsp;I have a database role in that database called 'DBEditors'. &amp;nbsp;If I look at the privileges for the feature classes using ArcCatalog, it says that DBEditors has Select, Insert, Update, and Delete privileges. &amp;nbsp;I have a user who is a member of the DBEditors group in the SQL database - I see this in SQL Server Management Studio under Database Role Properties. &amp;nbsp;However, the user says that the delete option for the feature classes is greyed out in her ArcCatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The feature classes are not in any topology and they are not connected to any feature services. &amp;nbsp;The owner is DBO and they are not registered as versioned (they were, but I unregistered them). &amp;nbsp;No one else has any locks on them (according to Geodatabase Administration). &amp;nbsp;I've looked in SQL Studio and I don't see any duplicate/orphaned records in GDB_ITEMS or SDE_table_registry with the same tablename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What else can I do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 20:20:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/cannot-delete-feature-class-from-enterprise/m-p/825444#M4000</guid>
      <dc:creator>KevinMayall</dc:creator>
      <dc:date>2017-08-22T20:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot delete feature class from enterprise geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/cannot-delete-feature-class-from-enterprise/m-p/825445#M4001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;The owner is &lt;STRONG&gt;DBO&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This is the reason. Only the owner of a data, will have the option to delete it. So in this case, any user with SYSADMIN server role assigned to them can be used to delete the Feature class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;If I look at the privileges for the feature classes using ArcCatalog, it says that DBEditors has &lt;STRONG&gt;Select, Insert, Update, and Delete&lt;/STRONG&gt; privileges.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;These&amp;nbsp;Select, Insert, Update, and Delete are pointing to the permission to edit data inside the feature class. You can select(view) an existing, Insert new records, Update existing records and Delete a record from that feature class, with these privileges&amp;nbsp;granted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 21:00:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/cannot-delete-feature-class-from-enterprise/m-p/825445#M4001</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2017-08-22T21:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot delete feature class from enterprise geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/cannot-delete-feature-class-from-enterprise/m-p/825446#M4002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! &amp;nbsp;I was mixed up between deleting the feature records and deleting the feature class itself.&lt;/P&gt;&lt;P&gt;Your answer makes complete sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 14:31:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/cannot-delete-feature-class-from-enterprise/m-p/825446#M4002</guid>
      <dc:creator>KevinMayall</dc:creator>
      <dc:date>2017-08-23T14:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot delete feature class from enterprise geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/cannot-delete-feature-class-from-enterprise/m-p/825447#M4003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please mark &lt;A href="https://community.esri.com/migrated-users/230847"&gt;Asrujit&lt;/A&gt;'s answer as correct, if it answers your query satisfactorily?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 14:47:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/cannot-delete-feature-class-from-enterprise/m-p/825447#M4003</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2017-08-23T14:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot delete feature class from enterprise geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/cannot-delete-feature-class-from-enterprise/m-p/1041699#M7081</link>
      <description>&lt;P&gt;I'm trying to delete a couple of stale feature classes from our enterprise geodatabase via right click--&amp;gt; delete, and it appears to "work", but then the next time I open ArcPro the layer is there again! I have tried doing this connected both as the database administrator and as the geodatabase admin on this sde-owned schema.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 19:43:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/cannot-delete-feature-class-from-enterprise/m-p/1041699#M7081</guid>
      <dc:creator>IngridMans</dc:creator>
      <dc:date>2021-03-29T19:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot delete feature class from enterprise geodatabase</title>
      <link>https://community.esri.com/t5/geodatabase-questions/cannot-delete-feature-class-from-enterprise/m-p/1044085#M7095</link>
      <description>&lt;P&gt;You may have some orphaned records left behind in the system tables of the Geodatabase. My suggestion would be to contact Esri Tech Support. They should be able to check in a systematic manner and find out the cause.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 06:25:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/cannot-delete-feature-class-from-enterprise/m-p/1044085#M7095</guid>
      <dc:creator>Asrujit_SenGupta</dc:creator>
      <dc:date>2021-04-06T06:25:25Z</dc:date>
    </item>
  </channel>
</rss>

