CoreBOSBB
Scheduled Reports - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: Scheduled Reports (/showthread.php?tid=2162)



Scheduled Reports - radu - 06-15-2021

Hello,
I tryed to schedule e-mail from a default report in a fresh installation and did not received the e-mail. The outgoing e-mail is configured ok, the system can send e-mails otherwise. Can someone tell me what debug procedure should I use to trouble shoot this? I can't confirm it on the demo site because i don't think mails are configured there.
Thanks


RE: Scheduled Reports - joebordes - 06-15-2021

Do you have the cron setup and the Send Scheduled Reports programmed task activated in Settings > Programmed Tasks ?


RE: Scheduled Reports - radu - 06-15-2021

Yes, the task scheduler runs every 15 minutes and and also have the task Schedule Report enabled with 15 minutes in Scheduler(I guess that is Programmed Tasks). Do I need to execute anything else than cron/vtigercron.sh in crontab?


RE: Scheduled Reports - radu - 06-16-2021

I checked the debug file and noticed there was an error at creating the e-mail because the GV 'HelpDesk_Support_Reply_EMail' had invalid value(that your_domain.tld). So I populated the helpdesk GV's: HelpDesk_Support_Reply_EMail; HelpDesk_Support_EMail
I don't remember if the documentation specifies that those GV's are mandatory for the scheduled report to work but after i created those it started to work.


RE: Scheduled Reports - joebordes - 06-16-2021

Great!