I need to determine how ArcGIS populates the geoprocessing tools with error messages before it is ran. Does anyone know where the ArcGIS pre-compiler or pre-processor documentation is?
Thanks for the reply, Dan. I am working with that toolbox, and I am able to get around the unicode error by setting uncidode = str. You are right that it is a Python 2 function. This is an old example of how the ERROR 000001 populates the geoprocessing tool.
By any chance is it related to
GitHub - Esri/geoprocessing-tools-for-hadoop: The Hadoop GP Toolbox provides tools to exchange features between a Geodat…
since the tool you listed isn't a standard tool and this repository is somewhat old.
The error is interesting since 'unicode' doesn't exist in python 3... everything is now a 'str'
type(u'a')str
Here is an example of the error:
Can you provide an example showing the errors or behavior you are interested in?
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.