Ajax Error

Viewed 6

How to solve Ajax Error while recreating ETL tables.

1 Answers

The following guide provides a step-by-step on how to resolve Ajax error while recreating tables;

Log in to MySQL by typing:

  1. mysql –uroot –p
    

Enter correct MySQL password. Once logged in, choose database by typing:

  1. use openmrs; [ENTER]
    
  2. create_etl_tables(); [ENTER]
    
  3. call sp_first_time_setup(); [ENTER]
    

Restart tomcat by typing:

  1. sudo service tomcat9 restart [ENTER]
Related Questions