I have a custom python toolbox containing python tools to generate .pdf reports based on specific feature classes. These features are part of a collaboration, and all data and tools are shared in the distributed workspace.
I have successfully run the tools inside of ArcGIS Pro as well as stand-alone python envs. I was successful in publishing the tools to ArcGIS Enterprise. The issue is after I shared the tools as a webtool to my ArcGIS Enterprise deployment, the tool no longer works.
I was unable to use the tool in map viewer, submitJob in ArcGIS rest services, or in a geoprocessing widget. Each attempt returned the same error:
- esriJobMessageTypeError: ERROR 000816: The tool is not valid.
I don't know where to start to troubleshoot this issue. Has anyone else come across this before?