<?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: Can't delete Feature Class in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/can-t-delete-feature-class/m-p/300820#M17233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I'm sure it is participating in the topology.&amp;nbsp; Is there a solution as far as removing it from the topology somehow?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2012 16:23:11 GMT</pubDate>
    <dc:creator>MatthewGerbrandt</dc:creator>
    <dc:date>2012-02-09T16:23:11Z</dc:date>
    <item>
      <title>Can't delete Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/can-t-delete-feature-class/m-p/300818#M17231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can�??t delete a Feature Class within a versioned Feature Dataset.&amp;nbsp; I don�??t get an error or anything, I simply don�??t get the option to delete it when I right-click (see attached).&amp;nbsp; I�??m using ArcGIS 10 and MS SQL 2005.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I�??ve tried everything I can think of, including putting the database into single user mode and logging in as SA.&amp;nbsp; No dice.&amp;nbsp; I�??ve tried using the following script to find locks but even when there are no locks, I still can�??t delete the FC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;SELECT a.owner + '.' + a.table_name locked_table, a.registration_id, 
b.owner locked_by, b.nodename machine, b.start_time 
FROM sde.SDE_table_registry a, sde.SDE_process_information b, sde.SDE_table_locks c
WHERE a.registration_id = c.registration_id
AND b.sde_id = c.sde_id
ORDER BY locked_table
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All help would be greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:26:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-t-delete-feature-class/m-p/300818#M17231</guid>
      <dc:creator>MatthewGerbrandt</dc:creator>
      <dc:date>2021-12-11T14:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/can-t-delete-feature-class/m-p/300819#M17232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is 'DBO.Parcels' participating in the 'Cadaster_Toplogy'?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If it is participating in the topology, the 'Delete' option will be grayed out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 15:05:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-t-delete-feature-class/m-p/300819#M17232</guid>
      <dc:creator>NanaDei</dc:creator>
      <dc:date>2012-02-09T15:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/can-t-delete-feature-class/m-p/300820#M17233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I'm sure it is participating in the topology.&amp;nbsp; Is there a solution as far as removing it from the topology somehow?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 16:23:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-t-delete-feature-class/m-p/300820#M17233</guid>
      <dc:creator>MatthewGerbrandt</dc:creator>
      <dc:date>2012-02-09T16:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/can-t-delete-feature-class/m-p/300821#M17234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The feature dataset must be unversioned first, prior to removing it from the topology. This behavior has been enhanced in the upcoming release of ArcGIS 10.1, where feature classes from a versioned topology can be removed when the ArcSDE geodatabase is version 10.0 or higher.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 17:29:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-t-delete-feature-class/m-p/300821#M17234</guid>
      <dc:creator>NanaDei</dc:creator>
      <dc:date>2012-02-09T17:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/can-t-delete-feature-class/m-p/300822#M17235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for your answers and your patience.&amp;nbsp; I've been doing some research on how to un-version the Feature Dataset.&amp;nbsp; I understand that I want to compress the Feature Dataset before un-versioning it.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the life of me, I can't find an article that tells me exactly how to compress the versioned Feature Dataset.&amp;nbsp; The search engine at &lt;/SPAN&gt;&lt;A href="http://support.esri.com"&gt;http://support.esri.com&lt;/A&gt;&lt;SPAN&gt; is not much help.&amp;nbsp; Could anyone post a link showing how to compress a versioned Feature Dataset?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 20:52:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-t-delete-feature-class/m-p/300822#M17235</guid>
      <dc:creator>MatthewGerbrandt</dc:creator>
      <dc:date>2012-02-09T20:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can't delete Feature Class</title>
      <link>https://community.esri.com/t5/data-management-questions/can-t-delete-feature-class/m-p/300823#M17236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your response. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//0093000015zs000000"&gt;link&lt;/A&gt;&lt;SPAN&gt; discusses unregistering data as versioned. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Step 1 can be skipped if sde.DEFAULT or dbo.DEFAULT is the ONLY version in the geodatabase. Complete step 1 if child versions exist in the geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The following geoprocessing tools can be used for the 'compress' and 'unregister as versioned' operation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-- Data Management Tools &amp;gt; Database &amp;gt; Compress&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-- Data Management Tools &amp;gt; Versions &amp;gt; Unregister as Versioned&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00270000000t000000.htm"&gt;link&lt;/A&gt;&lt;SPAN&gt; also sheds light on registering and unregistering data as versioned. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let us know if the above information helps in your case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2012 15:12:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/can-t-delete-feature-class/m-p/300823#M17236</guid>
      <dc:creator>NanaDei</dc:creator>
      <dc:date>2012-02-10T15:12:10Z</dc:date>
    </item>
  </channel>
</rss>

