Since upgrading from 6.0.3 to 6.0.9 my remote execution tasks, although still executing, all return errors for no exit code:
Output: No Output
stderr: Exception in Task: Not found
Exit code: 77777
Result: VisualCron specific error
Log shows:
Exception in Task: Not found
Exception in Task: Non zero exit code
I've tried every combination of credential on earth.
I'm executing .bat scripts, and it works fine when I do a local execution. I've simplified it down to this for testing:
@echo off
mkdir test
EXIT /B 0
Any ideas?