Hi,
I have written a python script that is using arcpy as well. One of the functions that I am using is the arcpy.management.CreateTable. I created a batch file that calls this script. When I run the batch file directly, the script runs fine with no errors but when I use a Task Schedular instead to call the batch file for running the script, I run into the following error:
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.
Failed to execute (CreateTable).
The error appears while trying to create the Table. I don't understand what is the cause of this. Any suggestions?
Thank you