Select to view content in your preferred language

Add Raster to Mosaic Dataset fails if adding too many files

162
5
Tuesday
GISNCC
by
Regular Contributor

Hi

I am adding some Rasters (aerial photography images) to a newly created Mosaic dataset.  There are many images (approx 1400).  If I add a bunch of aerials from file to add to the mosaic dataset it fails if I add too many at once.  In my DEV environment if I add more than 9 rasters at once it fails. This is pretty annoying as I have many to add. On my Prod environment I can generally add more but it still fails if I try to add too many at once.    The errors is not particular helpful.  I have tried to use the Input data as a folder rather than a file but that fails as well. 

ERROR 999999: Something unexpected caused the tool to fail. Contact Esri Technical Support (http://esriurl.com/support) to Report a Bug, and refer to the error help for potential solutions or workarounds.

GISNCC_0-1762847658413.png

 

0 Kudos
5 Replies
DanPatterson
MVP Esteemed Contributor

You are using ecw inputs.  Did you see this?

How To: Add ECW Format Images to a Mosaic Dataset in ArcGIS Pro


... sort of retired...
0 Kudos
GISNCC
by
Regular Contributor

Hi, ah thanks I am using ECW and building the overviews as a separate task after adding to the mosaic.  I will try ticking the overview button when I add the rasters.  Thanks heaps.   On a side, are ECW's an old format?  I used that format as we normally use jpeg but wanted to include the near infrared band and our supplier recommended we use the ECW's.  

0 Kudos
Priya_Das
Esri Contributor
0 Kudos
RichardDaniels
Honored Contributor

Most likely you are running out of memory while the new imagery is being integrated into the mosaic.  If you checked your DEV environment, you will probably find it has 1/2 the memory of your production environment (especially if they used a default VM to create the server with 8 GB memory). Second thing to think about is how you are loading the new images, are they adjacent to each other or are you loading them 'randomly' over the mosaic area. Why? If you load 9 adjacent images, then then we only need to load the tiles that overlap the new imagery to update them. Otherwise, we may need to load the entire set (e.g., if you loaded one new image at the bottom left and another on the top right of your mosaic then the entire mosaic will need to be read at some point to update the mosaic).

0 Kudos
RhettZufelt
MVP Notable Contributor

Have not tested with ECW's, but have loaded 1400 jpegs, jp2's, and tiff's into mosaics without issue.

I set the Input Data to Workspace and let it grab all the images in there rather than adding them all to the list individually.

R_

0 Kudos