Hello,
Second issue we noticed after going to 5.7.8 is that some Execute Tasks that worked previously no longer work.
Specifically the following cvs task:
Command: C:\Program Files (x86)\CVSNT\cvs.exe
Arguments: -q update -P -d
Executes with Results: Incorrect function
No stdout. stderr: Exception in Task: Non zero exit code.
If I create a wrapper batch file that executes cvs with those arguments and schedule the batchfile, it seems to work.
If I manually execute the Task (no conditions) it works sporadically. (worked once).
The command line itself is definitely correct.
What's the best way to debug this?
I tried passing in different arguments, and only simplest, one word ones (like info) come back with a success.
Also, I can't ever get stdout when executing directly. I can only get stdout when I use the wrapper batchfile.