Hi,
Just downloaded a trial version of version 8.5.0.
I have created a simple job with a Execute task, that starts a bat file using a domain user.
The credentials is created using default settings (its a domain user).
The task execute the command "C:\Temp\b.bat" which contains the line "whoami >> a.txt".
The result is the following message:
"Exception in Task: Non zero exit code
Exit code (-1073741502) description: The process failed to start due to some policy or permissions restriction. You can try to disable UAC in Server tab->Server settings and reboot or enable Extended debugging in Server settings->Log, then edit the Credential that you use and select option CreateProcessAsUserW - then try the Task again."
I have enabled extending debugging and tried to change the credentials, but I have not disabled the UAC (it's not an option to do that).
Nothing seems to change anything.
I have then started two command windows, one as myself and one using the credentials also added to VisualCron.
Executing the bat file works with both users.
Any suggestions?
Thanks.