So I'm just now getting into scripting, and am attempting to configure Business Rules to run python scripts. I've installed Python 3.7.4 on the server, have made sure that the Python folder and the Python Scripts folder are in the PATH environment variable. Still when I attempt to run the script, either through the Business Rule or through a custom menu item, I receive the following error:
by Joshua A Jones
Menu Name : Testing
Message : Cannot run program "addApproval_Sample.py" (in directory "C:\ManageEngine\ServiceDesk\bin\..\integration\custom_scripts"): CreateProcess error=2, The system cannot find the file specified
Everywhere I have found referencing this error states that it's because Python is not installed. So now I am at a loss as to what is wrong.