<?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: Problem adding rasters to mosaic dataset in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/problem-adding-rasters-to-mosaic-dataset/m-p/1651071#M98984</link>
    <description>&lt;P&gt;1.&amp;nbsp; The ratsers are stored in a network drive that is referenced folder in the ArcGIS Datastore.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Not feeding an image service yet.&amp;nbsp; I am just created it and started to load ratsers into it.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; I only used the SQL Server because almost everything I do is in SQL Server.&amp;nbsp; Only use FGDB for personal projects that will not be shared enterprise wide.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Sep 2025 16:04:18 GMT</pubDate>
    <dc:creator>Syvertson</dc:creator>
    <dc:date>2025-09-17T16:04:18Z</dc:date>
    <item>
      <title>Problem adding rasters to mosaic dataset</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/problem-adding-rasters-to-mosaic-dataset/m-p/1650125#M98885</link>
      <description>&lt;P&gt;I have just created a mosaic dataset in a SQL Server Database.&amp;nbsp; When I attempt to add rasters to the Mosaic Dataset it fails.&amp;nbsp; The rasters are 4 band aerial imagery.&amp;nbsp; These are the messages for the process:&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;2025-09-12T11:12:57.960: Loading raster datasets&lt;BR /&gt;2025-09-12T11:12:58.682: Completed crawling 680 data source items. Added 680 mosaic dataset items.&lt;BR /&gt;2025-09-12T11:12:58.704: Synchronizing crawled data source items&lt;BR /&gt;2025-09-12T11:12:58.755: Synchronizing items associated with raster type instance 'Raster Dataset' [ID: 4].&lt;BR /&gt;2025-09-12T11:12:58.769: Distributing mosaic dataset operation across 24 parallel instances on the specified host: [C39ITSUPPORT-25].&lt;BR /&gt;2025-09-12T11:13:39.955: Error: 80048178: Cannot synchronize mosaic dataset items associated with the specified raster type instance. [Name: Raster Dataset; Instance ID: 4]&lt;BR /&gt;2025-09-12T11:13:39.957: Error: 80040213: Class not registered&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;2025-09-12T11:13:39.980: Removing invalid mosaic dataset items&lt;BR /&gt;2025-09-12T11:13:40.048: Removing unreferenced raster type and overview instances&lt;BR /&gt;2025-09-12T11:13:40.083: Removed 187 mosaic dataset items and 0 unreferenced raster type instances.&lt;BR /&gt;2025-09-12T11:13:40.227: Completed synchronization: 437 items selected, 0 items synchronized.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For reference, I have two federated servers.&amp;nbsp; One is the hosting server and has portal on it, and the second is the Raster Analysis Server.&amp;nbsp; See below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Syvertson_0-1757694294279.png" style="width: 576px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/140325iF68587F3475C6994/image-dimensions/576x536?v=v2" width="576" height="536" role="button" title="Syvertson_0-1757694294279.png" alt="Syvertson_0-1757694294279.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any assistance you can provide.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Sep 2025 16:27:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/problem-adding-rasters-to-mosaic-dataset/m-p/1650125#M98885</guid>
      <dc:creator>Syvertson</dc:creator>
      <dc:date>2025-09-12T16:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adding rasters to mosaic dataset</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/problem-adding-rasters-to-mosaic-dataset/m-p/1650285#M98898</link>
      <description>&lt;P&gt;1. Are your raster files stored on a file share?&amp;nbsp; Is the file share registered as a datastore on your Image/RA server?&lt;/P&gt;&lt;P&gt;2. Is the MDS feeding an image service?&amp;nbsp; If yes, stop the services and run your process again.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; Not knowing your infrastructure capabilities, limitations and constraints, Why host the MDS in RDBMS?&amp;nbsp; A FGDB does well in these workflows.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Sep 2025 12:30:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/problem-adding-rasters-to-mosaic-dataset/m-p/1650285#M98898</guid>
      <dc:creator>Todd_Metzler</dc:creator>
      <dc:date>2025-09-14T12:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem adding rasters to mosaic dataset</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/problem-adding-rasters-to-mosaic-dataset/m-p/1651071#M98984</link>
      <description>&lt;P&gt;1.&amp;nbsp; The ratsers are stored in a network drive that is referenced folder in the ArcGIS Datastore.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Not feeding an image service yet.&amp;nbsp; I am just created it and started to load ratsers into it.&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; I only used the SQL Server because almost everything I do is in SQL Server.&amp;nbsp; Only use FGDB for personal projects that will not be shared enterprise wide.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 16:04:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/problem-adding-rasters-to-mosaic-dataset/m-p/1651071#M98984</guid>
      <dc:creator>Syvertson</dc:creator>
      <dc:date>2025-09-17T16:04:18Z</dc:date>
    </item>
  </channel>
</rss>

