Thanks Oleg, still no luck.
If I setup a schedule to run from Machine A (master) and the security is set to "Run only when user is logged on" is works fine, same as if I setup the task directly on Machine B (slave). However, as I mentioned, I need to run this task at a time I am not in the office therefore I need to select "Run wheather user is logged on or not" - but setting up the task with this security it doesn't work.
The task on Machine A (Master)
C:\Program Files (x86)\Automated QA\TestComplete 8\Bin\TestComplete.exe" "C:\Workspace\SCC\TestComplete8 Projects\MySuite.pjs" /r /p:Master /t:"Script|TaskLauncher|StartTasks" /run /exit
- If I run the task directly it logs on to Machine B and runs the test.
- If I run the script directly it logs on to Machine B and runs the test.
- If I run the Scheduled Task (command above) with security "Run only when user is logged on" it logs on to Machine B and runs the test.
- If I run the Scheduled Task (command above) with security "Run wheather user is logged on or not" it logs on to Machine B and runs the test.