I've created a model in ArcGIS Pro for copying data between servers, and we're trying to deploy it to our ArcGIS Enterprise server. The model runs fine in ArcGIS Pro on the server itself, and deploys fine to our Enterprise environment.
However, when running it when it has been deployed to the server, we get the following error:
- esriJobMessageTypeInformative: Submitted.
- esriJobMessageTypeInformative: Executing...
- esriJobMessageTypeError: ERROR 999999: Something unexpected caused the tool to fail. Contact Esri Technical Support (http://esriurl.com/support) to Report a Bug, and refer to the error help for potential solutions or workarounds.
- esriJobMessageTypeError: The base table definition string "0" is invalid.
- esriJobMessageTypeError: Failed to execute (Delete Rows).
- esriJobMessageTypeError: Failed to execute (MyToolHere).
- esriJobMessageTypeError: Failed.
Any idea what the problem is with this?