I have a scheduled task on a Windows Server 2000 box which is scheduled to run daily. On Monday, the task ran perfectly in that the thing it fires off (a console application) completed, but the scheduled task itself is still marked as "Running" on the Scheduled Tasks window. So both yesterday and today the job did not fire.

The underlying process isn't present, the same console application is run by numerous other scheduled tasks with different arguments at other times and they've completed tidily.

Unfortunately the scheduled tasks log (Scheduled Tasks > Advanced > View Log) doesn't show enough history to show when this job ran.

When I right click on the task and select End Task it has no effect (the option to Run is disabled).

I'd like to be able to re-use this scheduled task, but more than that I want to understand what might have caused this issue so as to try to ensure that it doesn't happen again.

link|improve this question
feedback

1 Answer

You could try restarting the windows task scheduler service, but sometimes rebooting a Windows box will solve all your problems ;-)

link|improve this answer
Yeah, that's what I was fearing. It's a production box with lots hanging off it, I'd prefer to avoid a complete reboot ... – Unsliced Aug 11 '10 at 20:34
IIRC 'no more scheduled reboots' was one of the slogans used for advertising W2K to NT 4 users – james Aug 14 '10 at 2:59
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.