Skip to main content
Participant
May 18, 2009
Answered

Hidden Scheduled Task

  • May 18, 2009
  • 1 reply
  • 560 views

I set up a scheduled task a few weeks back and things were fine.

Since setting up the scheduled task, my server guy re-installed CF so as to be able to have mutiple instances. That installed and was done with no problems. After the instance re-install, there was a problem with the schedled task, so I removed it. After removing it, the next day I discovered that the scheduled task is still processing even though I can find no trace of it being scheduled anymore.

We have since re-installed the instances again. Did not fix it.

What can I do to get this scheduled task fully removed from my server? For now, I just removed all the code from the page as to not cause any problems, but that is not the end solution that I am looking for.

Thanks for any help.

    This topic has been closed for replies.
    Correct answer JR__Bob__Dobbs-qSBHQ2

    You might try editing your neo-cron.xml file, see link below for more info.  I suspect that this file was not overwritten by your new install.  Be sure to backup this file before making any changes.

    http://kb2.adobe.com/cps/000/94a16ba6.html

    1 reply

    JR__Bob__Dobbs-qSBHQ2Correct answer
    Inspiring
    May 18, 2009

    You might try editing your neo-cron.xml file, see link below for more info.  I suspect that this file was not overwritten by your new install.  Be sure to backup this file before making any changes.

    http://kb2.adobe.com/cps/000/94a16ba6.html

    griffcjAuthor
    Participant
    May 18, 2009

    Thank you. It was in that file, and now that I have located it, I can fix it. Appreciate the help.