Hello --
We have VisualCron running on a number of servers. Various scripts are executed on a regular basis, using credentials.
On our Windows Server 2003 servers with VisualCron 6.X we have no issues.
However we have upgraded a number of servers to Windows Server 2012R2 with VisualCron 8 and are running into serious issues (We are rebuilding all the jobs/tasks from scratch, so it's not an import error.)
Credentials are mostly broken, we had to disable UAC and apply some other workarounds on this forum to get any task that uses credentials to not return an error with an exit code of -1073741502.
Some scripts work now, but many return an exit code of 77777. However looking at the logs and standard output of all these scripts, they all say they ran successfully and exited with code 0. So the scripts are running properly, but the error code is messing up control flows and timeouts.
I have been pulling my hair out about this and trying every possible combination of options (load profile, log in to desktop, UAC on/off, etc. etc.) and we cannot get these scripts to not return either a -1073741502 or 77777. They are all very basic python scripts, too. If we cannot find a solution that doesn't rely on weird workarounds (disabling UAC is already pushing our luck) we will have to find alternative software.
Thanks for the help -
Thomas