Hello,
Occasionally I get schedules that execute however they do not run all of the tasks in the schedule. For Instance, I'll have 1 schedule that will log into a resource (no problems) then I'll have a 2nd schedule kick off process 1 once process 1 is complete the schedule logs out. My problem is that sometimes (seems random) schedule 2 will run and skip process 1 and proceed to logging out (which I expect as on exception it's set to move to the next process). But I'd like to know what's causing the exception in the schedule when process 1 attempts to run.
Any ideas in how I can trace down the root cause of this? I just turned on schedule alerts for these processes so I'm hoping that'll give me more details on what's causing the schedules to skip these processes.
Thanks!