I have found a critical error in 6.0.4 which sometimes starts my process with the wrong credentials. It seems to only happen after a server restart and when my job is triggered via the System Restart trigger.
This is my setup
Job (Run tasks in order)
Task1 : Run a.cmd with credentials X
Task2 : Run b.cmd with credentials Y
Task3 : Run c.cmd with credentials Y
Task3 is a .cmd file starting a .net console which logs the current credentials to a file.
Sometimes the .net console logs the X credentials, which is absolutely wrong.
Also, why is it i can choose a .bat file in the Task Execute but not a .cmd file?
Edited by moderator
2011-11-22T08:22:49Z
|
Reason: Not specified