scheduler Problem - Last successful never

Hi,

scheduler not working ..

scheduler job Log is done every minutes ..

But Last Successful Run: Never

??

Tevfik Tümer

Parents Reply Children
  • Hi Mehul,

    I understand. Just I need more informations in order to check or test for identifying. Here are more things you could check;

    • Is your admin (user_id = 1) is still exist and active? (There were a bug in the past about this)
    • Do you see anything in job_queue?
    • Are we sure about cron running?

    In addition these maybe you can try to trigger cron using terminal. Navigate to: #bwc/index.php?module=Schedulers&action=index and in the below you would see a tab called; To Setup Crontab.

    You will see a line like;

    cd /<path_to>/<your_sugarcrm>/; php -f cron.php > /dev/null 2>&1

    Try to run this in your server, see it works.

    You can also check our Scheduler - Knowledge Base documentation. Maybe you can catch something missing.

    Best Regards

    Tevfik Tümer

    Developer Support Engineer