Skip to main content
Inspiring
January 6, 2016
Answered

Scheduled Tasks Not Running

  • January 6, 2016
  • 1 reply
  • 408 views

Hi All,

I have a page that runs some code and generates email. I can run this page just fine in the browser, but when I schedule it, nothing happens. If I manually run the task in the scheduler, the task says it ran.

I've included a user account and pw in the scheduled task that has access to the page.

I'm at a loss here...

??

Nothing is being restricted by security.

Thanks,

John

    This topic has been closed for replies.
    Correct answer johnbruso23

    I figured out what my problem was... had to output the results to a file C:\... and then I saw an error... had to isDefine a variable.

    1 reply

    johnbruso23AuthorCorrect answer
    Inspiring
    January 7, 2016

    I figured out what my problem was... had to output the results to a file C:\... and then I saw an error... had to isDefine a variable.