<?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 deleting raster in file geodatabase in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/error-deleting-raster-in-file-geodatabase/m-p/732929#M41472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I apologize for the late response. Thank you all with your comments however I'm not very familiar with SQL or Oracle. Since my GDB was so small I just ended up making a new one and added the original raster to it again since I hadn't deleted it yet. I've also updated ArcMap to 10.1 recently. Everything seems to be working fine within the GDB now. Again I appreciate everyone's help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2013 12:09:40 GMT</pubDate>
    <dc:creator>MeganZoch</dc:creator>
    <dc:date>2013-01-31T12:09:40Z</dc:date>
    <item>
      <title>Error deleting raster in file geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/error-deleting-raster-in-file-geodatabase/m-p/732924#M41467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to delete a raster within a file geodatabase in ArcCatalog (ArcView 10.0). When I attempt to delete it I get the Delete Failed error below: (raster name is "e2797_02_3")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to delete selected object(s)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The application is not license to perfore this operation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The table was not found. [e2797_02_3]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The table was not found. [fras_ras_e2797_02_3]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The table was not found. [e2797_02_3]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The table was not found. [fras_ras_e2797_02_3]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also when I right-click on the raster and select "Properties" I get the error "Failed to Open Dataset." Is there any way to get around this? &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, 13 Dec 2012 15:17:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-deleting-raster-in-file-geodatabase/m-p/732924#M41467</guid>
      <dc:creator>MeganZoch</dc:creator>
      <dc:date>2012-12-13T15:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error deleting raster in file geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/error-deleting-raster-in-file-geodatabase/m-p/732925#M41468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What type of raster file is it?&amp;nbsp; It's not a mosaic dataset, is it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2012 16:48:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-deleting-raster-in-file-geodatabase/m-p/732925#M41468</guid>
      <dc:creator>KimPeter</dc:creator>
      <dc:date>2012-12-14T16:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error deleting raster in file geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/error-deleting-raster-in-file-geodatabase/m-p/732926#M41469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, it is a DOQQ from NAIP.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2012 15:33:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-deleting-raster-in-file-geodatabase/m-p/732926#M41469</guid>
      <dc:creator>MeganZoch</dc:creator>
      <dc:date>2012-12-17T15:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error deleting raster in file geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/error-deleting-raster-in-file-geodatabase/m-p/732927#M41470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mzoch00,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It maybe necessary to delete the raster's associated tables from the database.&amp;nbsp; The raster will have several tables that contain the image's information such as blk, aux, bnd, etc.&amp;nbsp; References to the raster object also exist as records in the table_registry geometry_columns and raster_columns tables.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;These queries below can help identify what needs to be removed.&amp;nbsp; Please be aware that you are deleting entire tables from the database.&amp;nbsp; Please contact Esri Technical Support if you are not comfortable deleting these tables and records.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SQL Server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;select * from sde.SDE_raster_columns where table_name = '&amp;lt;raster_name&amp;gt;' and owner = 'dbo'; 
select * from sde.SDE_table_registry where table_name = '&amp;lt;raster_name&amp;gt;' and owner = 'dbo'; 
select * from sde.SDE_column_registry where table_name = '&amp;lt;raster_name&amp;gt;' and owner = 'dbo'; 
select * from sde.SDE_geometry_columns where f_table_name = '&amp;lt;raster_name&amp;gt;' and f_table_schema = 'dbo';
select * from sde.SDE_layers where table_name = '&amp;lt;raster_name&amp;gt;' and owner = 'dbo'; 5
SELECT OBJECTID FROM dbo.GDB_ITEMS where PhysicalName = '&amp;lt;db_name&amp;gt;.&amp;lt;owner&amp;gt;.&amp;lt;raster_name&amp;gt;'&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Oracle:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;select * from sde.raster_columns where table_name = '&amp;lt;raster_name&amp;gt;' and owner = 'dbo'; 
select * from sde.table_registry where table_name = '&amp;lt;raster_name&amp;gt;' and owner = 'dbo'; 
select * from sde.column_registry where table_name = '&amp;lt;raster_name&amp;gt;' and owner = 'dbo'; 
select * from sde.geometry_columns where f_table_name = '&amp;lt;raster_name&amp;gt;' and f_table_schema = 'dbo';
select * from sde.layers where table_name = '&amp;lt;raster_name&amp;gt;' and owner = 'dbo'; 5
SELECT OBJECTID FROM dbo.GDB_ITEMS where PhysicalName = '&amp;lt;db_name&amp;gt;.&amp;lt;owner&amp;gt;.&amp;lt;raster_name&amp;gt;'&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:16:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-deleting-raster-in-file-geodatabase/m-p/732927#M41470</guid>
      <dc:creator>KenGalliher1</dc:creator>
      <dc:date>2021-12-12T07:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error deleting raster in file geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/error-deleting-raster-in-file-geodatabase/m-p/732928#M41471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;These SQL commands won't work for a file geodatabase.&amp;nbsp; While I would recommend working &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;with Tech Support, I expect you'll need to extract the non-corrupt layers from the FGDB into a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;new file geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- V&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jan 2013 13:33:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-deleting-raster-in-file-geodatabase/m-p/732928#M41471</guid>
      <dc:creator>VinceAngelo</dc:creator>
      <dc:date>2013-01-01T13:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error deleting raster in file geodatabase</title>
      <link>https://community.esri.com/t5/data-management-questions/error-deleting-raster-in-file-geodatabase/m-p/732929#M41472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I apologize for the late response. Thank you all with your comments however I'm not very familiar with SQL or Oracle. Since my GDB was so small I just ended up making a new one and added the original raster to it again since I hadn't deleted it yet. I've also updated ArcMap to 10.1 recently. Everything seems to be working fine within the GDB now. Again I appreciate everyone's help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 12:09:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/error-deleting-raster-in-file-geodatabase/m-p/732929#M41472</guid>
      <dc:creator>MeganZoch</dc:creator>
      <dc:date>2013-01-31T12:09:40Z</dc:date>
    </item>
  </channel>
</rss>

