How to solve Ajax Error while recreating ETL tables.
The following guide provides a step-by-step on how to resolve Ajax error while recreating tables;
Log in to MySQL by typing:
mysql –uroot –p
Enter correct MySQL password. Once logged in, choose database by typing:
use openmrs; [ENTER]
create_etl_tables(); [ENTER]
call sp_first_time_setup(); [ENTER]
Restart tomcat by typing:
sudo service tomcat9 restart [ENTER]