I have a python script which I have scheduled in publisher. When I run my python script on my desktop, it copies the file correctly. After I schedule it and try to run it, I get the following error...
"Error Exception=System.ComponentModel.Win32Exception (0x80004005): The specified executable is not a valid application for this OS platform"
I originally thought this was because python was not installed on the QV server, I had it installed and still get the same error.
I ended up putting the location of the python.exe in front of the path to the python script. Now the job doesn't fail but will show a "Warning" status in publisher. I was thinking this was a permissions issue now.