Select to view content in your preferred language

Summarize Within Summary Fields not working

2809
3
03-28-2023 09:00 AM
Labels (1)
KatMcDonald-Miranda
Emerging Contributor

I've been using the Summarize Within feature for a while to get the count of points and the process works fine. However, I am now adding the Summary Fields function to get the mean of a particular field.

KatMcDonaldMiranda_0-1680016746303.png

The field is numeric and there are no null values (the filter has not prevented me from running Summarize Within previously, though this is the first time I'm trying to use the Summary Field). The tool runs, but fails and here are the details:

KatMcDonaldMiranda_1-1680017449942.png

When I remove the Summary Field, the tool runs fine. I'm using ArcGIS Pro, 3.1.0 and it is up to date.

 

0 Kudos
3 Replies
Corey_M
Esri Contributor

Hi @KatMcDonald-Miranda 

From looking at the screenshots it would appear that the output feature class name is too long. This may result in a long file name, and thus, the error is returned.

To attempt to resolve the issue, you could try to specify a shorter name in the Output Feature Class parameter when running the tool. Esri recommends using a short name. Error: 100014: Summarize within failed (esri.com)

I hope this helps!

 

Thank you,

Corey

0 Kudos
KatMcDonald-Miranda
Emerging Contributor

Thank you, @Corey_M , but that did not work.

TyburCasuse
New Contributor

Were there joins on the summary layers by chance? I had a similar issue with summarize within failing when I was simply summarizing the total population of blocks into block group polygons. I ended up finding that when there was a join on the summarized layer (blocks) it would fail. However, when I exported blocks as a feature and tried again, it worked. Not sure if that was the issue with the original post but maybe an idea for other folks having this problem in the future

0 Kudos