Select to view content in your preferred language

What is the solution to the 1,000 record limit for some tools and AGOL processes?

9540
14
01-10-2018 12:41 PM
DaveGrolling1
Occasional Contributor

I have two point layers, one has 900 records, and the other has about 11,000. I need to run the 'Find Closest Facility' tool on these data. I have tried to find a solution in ArcMap, ArcGIS Pro, and AGOL, to no avail. Does anyone know how I can run this tool for data greater than 1,000 records? Or provide an alternative function that I'm not privy to?

Already tried hosted feature layer and web feature service type storage when executing the tool in AGOL.

0 Kudos
14 Replies
DanPatterson_Retired
MVP Emeritus
0 Kudos
CarmelConnolly
Esri Regular Contributor

Hi Dave, 

Do you get an error when you attempt to run the analysis?

If you're performing the analysis in ArcGIS Online, you might be limited by the Max Record Count of the feature service which is set to 1000 by default. It's possible to change this by republishing the layer from ArcMap and changing the figure through Parameters, or by changing it in the REST endpoint: Updating Hosted Feature Services in ArcGIS Online | ArcGIS Blog  

I'd recommend trying this with a test layer first to see if the process actually works. 

Carmel

0 Kudos
DaveGrolling1
Occasional Contributor

@Carmel_Connolly: Yes, I get the error when I either run it in ArcGIS Pro or ArcGIS Online. I've played with the max record count issue by changing it when publishing the service and also from the REST endpoint by updating the feature definition. Neither of these modified thresholds worked. My concern is that the tool specifically says, "for records up to 1,000".

0 Kudos
DaveGrolling1
Occasional Contributor

@Dan_Patterson: The tool in ArcGIS Pro is called Find Closest Facilities; the tool in ArcGIS Online is called Find Nearest

0 Kudos
DanPatterson_Retired
MVP Emeritus

Yes.. in Pro Find Closest Facilities isn't available as per my link.  Perhaps ArcMap, but then you mayrun into memory limitations

0 Kudos
DaveGrolling1
Occasional Contributor

In ArcMap, you need the Network Analyst extension, which I don't have.

0 Kudos
CarmelConnolly
Esri Regular Contributor

If it states it in the help that it's limited to 1000 features, then I doubt there's an out of the box work around: FindClosestFacilities—Help | ArcGIS Desktop 

Have you considered running it in batch? Potentially using model builder/python?

Carmel

0 Kudos
DaveGrolling1
Occasional Contributor

The drawback of running it in batches is that the layer that I'm using for Facilities, is over 1,000 (it's at 11,000). I couldn't whittle that down in batches; I would be changing the overall result of the found routes.

0 Kudos
CarmelConnolly
Esri Regular Contributor
0 Kudos