I'm having trouble running scheduled tasks on a Windows Server 2003 R2 server.
Searching the responses in the forum provided some insights, but nothing that fixed the problem.
Several of the responses on the forum indicated that the scheduled tasks should be logging to "%systemroot%\Schedlgu.txt". I tried to locate this file, but I couldn't find it. Since it seemed reasonable that a scheduled task might not run without the log file being available, I created the log file and made sure that it was writeable.
I also made sure that the Task Scheduler service was running under a Local System Account.
When I run the "schtasks" command from the command line, all of the tasks are shown with a status of "Could not start". The Event logs show nothing and the "%systemroot%\Schedlgu.txt" file is empty.
The tasks that I want to run on a scheduled basis are both ".bat" files and both work properly when launched manually from the commmand line.
Any assistance would be greatly appreciated.
Thanks in advance.