How to solve UI Framework error while running reports in KenyaEMR
How to solve UI Framework error while running reports in KenyaEMR
A user may encounter a UI Framework error while running reports, this may be caused by lack of privileges to openmrs_user or missing some etl tables.
The following provides step-by-step guide to sort the error described;
Log in to mysql by typing
mysql –uroot –p [ENTER]
Enter correct MySQL password and select database by typing
use openmrs; [ENTER]
Type the following commands as you press [ENTER]
call create_etl_tables();
call sp_first_time_setup();
grant all privileges on *.* to 'openmrs_user'@'localhost';
flush privileges;
Restart tomcat by typing
sudo service tomcat9 restart [ENTER]
Applies to ref app 2.x