I have a task scheduled daily. It calls an asp page which goes to one database to move data into another. It's been running fine for 2 months. About a week ago, there must have been a network problem and the task failed and the scheduler shows "could not start" in the status.
Is there any way to have scheduler just try the task again on the following day (as scheduled)? It seems that the task hasn't run since it failed. Failing one day is not a big deal as the data would be captured the next run. However, failing once stopping the whole works is not great.
Any ideas?
Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook (No, I'm not Rick)
Is there any way to have scheduler just try the task again on the following day (as scheduled)? It seems that the task hasn't run since it failed. Failing one day is not a big deal as the data would be captured the next run. However, failing once stopping the whole works is not great.
Any ideas?
Programming today is a race between software engineers striving to build better and bigger idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rick Cook (No, I'm not Rick)
