Select to view content in your preferred language

ERROR 010658: Failure in distributed raster analytics operation.

12694
22
Jump to solution
10-04-2022 07:40 PM
Labels (1)
cmlosaria_gis
Occasional Contributor

Hi, I am trying to run the "cost distance tool" against my cost raster and am facing this error. Here is a log

Cost Distance
=====================
Parameters

Input raster or feature source data najran_origin_PointToRaster
Input cost raster weighted_cost_rasterV2
Output distance raster D:\Personal\Project\Folder\Analysis\Default.gdb\cost_distance_najran
Maximum distance
Output backlink raster
Multiplier to apply to costs
Start cost
Accumulative cost resistance rate
Capacity
Travel direction
=====================
Messages

Start Time: Wednesday, October 5, 2022 1:00:23 AM
Temporary data will be created in C:\Users\ADMIN\AppData\Local\Temp\ArcGISProTemp2068\s48c8f4b1_25bc_48cf_a45e_d66ece8b296f
WARNING 010648: 202,886 MB of temporary storage is estimated to be needed. 111,350 MB of storage is currently available.
Distributing operation across 10 parallel instances.
2022-10-05T01:01:19.247: Initialization Phase ...
2022-10-05T01:08:23.626: Iteration Phase ...
ERROR 010658: Failure in distributed raster analytics operation.
Canceled function
Canceled function
Failed to execute (CostDistance).
Failed at Wednesday, October 5, 2022 2:28:48 AM (Elapsed Time: 1 hours 28 minutes 25 seconds)


Sometimes this tool works against the same raster data, but more often than not it doesn't work!

Here's what I tried

1. I tried to use the Distance accumulation tool (it said better performance but faced the same warning)
2. Cleared my TEMP folder (I have over 19GB of storage free but get this low storage warning)
3. Changed TEMP and TMP folder in Windows system environments variables

I checked and checked there is no documentation of this error. What could be the problem?

 



0 Kudos
22 Replies
ElizabethGraham
Esri Contributor

Hi,

I'm glad to here that the tool is running now that there is enough space.

I don't know what your extent is, but you mentioned your cellsize is very small, 2.5ft or 0.762m.  If you are processing a large extent with a small cellsize, then the tool will do a lot of processing and will write a lot of data.  

From the amount of temp space (637,214 MB of temporary storage) that your analysis requires I think you are creating a raster that is about 280k rows x 280k columns (or 80 billion pixels) and will be about 300GB of data.

If you let it run, I expect that it will finish, but reading, processing, and writing this much data will take a significant amount of time.  And I expect any tool that uses the 300GB result from the distance tool as input will also take a significant amount of time.  

This level of precision is rarely needed in distance analysis.  My suggestion is to start with with larger cellsize and see what the analysis returns and if you find it is not precise enough for your purpose then create a more precise result. 

You mentioned you want the analysis in the same cellsize as your DEM, how many rows and columns is your DEM? 

Thanks,

Liz

0 Kudos
MdOmerHossain
Emerging Contributor

Hi,

Thank you for your reply. There are 244301 columns and 330834 rows and it's still running. 

Thanks.

MdOmerHossain
Emerging Contributor

Hi,

The Euclidean Distance was completed. It took 3 12 hours to complete. Thank you all for your support.