4

On my production server (Windows server 2012) i have scheduled various tasks. I have enabled Task Scheduler history but its of no use. LastRunResult of each of my tasks shows "Last run of the task was terminated by user" which means authenticated program had terminated this task. but there is no such program configured which may stop all these tasks.Because of this tasks are not getting completed 1.How can i track which program/task caused this ? There is a huge time difference between these scheduled tasks so what could be the issue?

skilledpeas
  • 101
  • 1
  • 7

1 Answers1

0

I ran into this on all servers after scheduling a task to run at a specific time and subsequently changing the time zone from EDT to UTC prior to the scheduled start time. Perhaps you did something similar?

I'm not sure why changing the time zone would have affected the task I'd scheduled.

Werner
  • 1