Jump to content

Guest, which answer was the most helpful?

If any of these replies answered your question, please take a moment to click the 'Mark as solution' button on the post with the best answer.
Marking posts as the solution will help other community members find answers to their questions quickly. Thank you for your help!

Featured Replies

Posted

Is it possible to monitor the scheduled tasks? I would like to receive some

kind of notification if a scheduled task does not complete successfully.

 

Thanks.

"Tim Kelley" <tkelley@company.com> wrote in message

news:OjmFYGLvHHA.1168@TK2MSFTNGP02.phx.gbl...

> Is it possible to monitor the scheduled tasks? I would like to receive

> some kind of notification if a scheduled task does not complete

> successfully.

>

> Thanks.

>

 

You would have to embed the command you wish to monitor

in a batch file, then check the ErrorLevel of that command.

If the ErrorLevel is non-zero, use a command-line mailer such

as "blat" (downloadable from several sites) to send yourself an

EMail.

Thanks.

 

"Pegasus (MVP)" <I.can@fly.com> wrote in message

news:uDpfX4LvHHA.4796@TK2MSFTNGP04.phx.gbl...

>

> "Tim Kelley" <tkelley@company.com> wrote in message

> news:OjmFYGLvHHA.1168@TK2MSFTNGP02.phx.gbl...

>> Is it possible to monitor the scheduled tasks? I would like to receive

>> some kind of notification if a scheduled task does not complete

>> successfully.

>>

>> Thanks.

>>

>

> You would have to embed the command you wish to monitor

> in a batch file, then check the ErrorLevel of that command.

> If the ErrorLevel is non-zero, use a command-line mailer such

> as "blat" (downloadable from several sites) to send yourself an

> EMail.

>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...