Select to view content in your preferred language

Error 100014 Code Failed

618
8
Jump to solution
01-29-2026 11:50 AM
IrelandHackman
Occasional Contributor

I've been working with my coworker trying to figure out why she can't use the "Summarize Within" tool in her project. 

We've tried shortening the names of the fields, shortening the name of the output layer, creating a new geodatabase, trying to summarize just a selection of the data (as her current data layers have thousands of entries), unchecking the "Add shape summary attributes" box. Nothing. We've even tried writing to a different location on the computer that has a shorter destination name. That didn't work either.

She's also tried saving and restarting the project, restarting the computer. Still nothing. Her version of Pro is currently 3.2, maybe that's the issue?

We referenced this post as well as various others on the blog and I just wish we could figure out what the issue was. The only thing that was helpful was this bug post I found. 

 

Any insight into this issue would be much appreciated. 

0 Kudos
1 Solution

Accepted Solutions
Robert_LeClair
Esri Esteemed Contributor

Thank you for the information.  So in studying this item, I did see one Esri Support case where the error code was misleading.  It had nothing to do with the field lengths at all and was a projection issue with the data.  You may want to verify/check the projections and transformations being used for the input feature classes and see if that is the issue.

Maybe (or maybe not) related - there is BUG-000172797 - "When using the Summarize Within tool in Modelbuilder or from geoprocessing tools, the process fails and returns the error, ERROR 100014: Summarize Within failed.  Failed to execute (Summarize Within)"  This was logged at 3.4 and is under consideration.

View solution in original post

8 Replies
DanPatterson
MVP Esteemed Contributor

You have tried all the referenced suggestions and the bug, so I would copy the source geodatabase to a computer with a newer version of Pro to test.  Otherwise contact Tech Support since something may apply to Pro 3.2 that has been addressed already


... sort of retired...
Robert_LeClair
Esri Esteemed Contributor

Are there any JOINs on your dataset?  If so, field length on the JOIN table could also be the issue.  Export the JOIN to a new feature class and attempt the workflow again.

0 Kudos
IrelandHackman
Occasional Contributor

I just double-checked and there were no joins performed on the dataset, but the one was clipped. Could that be the issue? We also manually renamed the attribute columns, in an attempt to fix any potential length issues.

I also double-checked with her and she said that both datasets had over 60k entries, "if not more". I don't think that having that many entries would make it fail. Run slowly, for sure, but not fail. We tried running the tool on a selection (much smaller) from the dataset and that failed as well.

One layer was a simple point layer (slightly edited to remove bad data) and the other was an H3 hexagon tessellation polygon layer.

0 Kudos
Robert_LeClair
Esri Esteemed Contributor

Thank you for the response.  You mentioned one dataset was clipped - is this the result of a Clip GP tool or something else?  What was your workflow to manually rename the attribute columns?  Was this for the CSV file or the GDB feature class?

IrelandHackman
Occasional Contributor

Yes, this was the result of a Clip GP tool. And to rename the attribute columns, we tried multiple ways. We tried renaming it within the attribute table manually (changing the aliases [which in hindsight, might not do much]) and we also tried creating a brand-new field with a shorter name and copying the data to that new field. 

These changes were applied to the point layer, not the hexagon tessellation layer.

0 Kudos
Robert_LeClair
Esri Esteemed Contributor

Thank you for the information.  So in studying this item, I did see one Esri Support case where the error code was misleading.  It had nothing to do with the field lengths at all and was a projection issue with the data.  You may want to verify/check the projections and transformations being used for the input feature classes and see if that is the issue.

Maybe (or maybe not) related - there is BUG-000172797 - "When using the Summarize Within tool in Modelbuilder or from geoprocessing tools, the process fails and returns the error, ERROR 100014: Summarize Within failed.  Failed to execute (Summarize Within)"  This was logged at 3.4 and is under consideration.

IrelandHackman
Occasional Contributor

Having the same projections is definitely something to consider. I know that we were having some problems with the tessellation tool regarding projections. Based on our research, it seemed to only want to work under a specific projection.

We'll take a look and let you know whether projection issues are the reason for this error message. Thank you for taking time to help trouble-shoot this! 

IrelandHackman
Occasional Contributor

So we tried re-running the tool with the same projection for the multiple layers and it worked! Although, we found out that it had to be an equal-area projection in order for the "Summarize Within" tool. 

Thank you so much for your help and advice, Robert. 😊 It might be nice to include a more specific error code for that tool in the future.

0 Kudos