The dashboard isn’t updating data even after recreating and refreshing tables severally

Follow the steps below to solve the problem

  • Open terminal and log in to MySQL by typing; mysql –uroot –p then Press ENTER.
  • Select database to be used by typing; use openmrs; then click ENTER.
  • Type; call create_etl_tables(); then click ENTER.
  • Type; call sp_first_time_setup(); then click on ENTER.

Type exit and close terminal. Refresh KenyaEMR

Comments are closed