Error when generating reports

Viewed 7

I get error after running a report in KenyaEMR

1 Answers

If you run a report and it throws an error then check the following;

  • Clear report queue by running the following scripts;

  • Log into mysql using the terminal;

  1. mysql –uroot –p then enter password when prompted
    
  2. delete from reporting_report_request; (Enter)
    
  3. Exit (Enter)
    

Restart MySQL by typing

  1. sudo service mysql restart (Enter)
    
  • Re-run the report
Related Questions