Hi,
scheduler not working ..
scheduler job Log is done every minutes ..
But Last Successful Run: Never
??
Hi,
scheduler not working ..
scheduler job Log is done every minutes ..
But Last Successful Run: Never
??
Hi Mehul,
I would check is cron job working/setup correctly. In addition to that, i would also double check conditions you have entered in your workflow.
There are multiple reason you might get this message. I would recommend you go through Workflow Management - Administration Guide.
It would better if you could mention about what is your workflow type, settings and conditions to understand.
Best Regards
Tevfik Tümer
Developer Support Engineer
Hi Mehul,
I understand. Just I need more informations in order to check or test for identifying. Here are more things you could check;
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