Best practice forum (Archived)

Cette discussion de forum a été supprimée

 
Ce message du forum a été supprimé
Thursday 25 August 2011, 08:47
Le contenu de ce message de forum a été supprimé et n'est plus accessible.
Simon Coggins
Re: Scheduled Reports Problem
par Simon Coggins, Friday 26 August 2011, 03:09
Groupe Totara

Hi Luke,

The report builder cron has a feature that 'locks' the cron while it's running, which is designed to prevent two crons running at the same time. On your system it appears that the cron was 'locked' but never unlocked - this could happen if the cron crashed while processing. 

The fix will require a small database change - do you have direct access to the database? If so you could run the following SQL: 

UPDATE mdl_config_plugins SET value=0 where plugin='reportbuilder' and name='cron_lock'; 

If you're not able to run SQL, then let me know and I can put together a file that you can run to fix it. 

We are giving this system an overall for the 1.1 release which will prevent this occuring even if the cron crashes. 

Simon