Error while loading data from EMR using DWAPI
Checks to perform when you encounter this error;
Log into mysql by typing mysql -uroot -p
Enter the correct MySQL password
Drop dwapi database using script below;
drop database dwapi;
Verify server on dwapi dashboard and save
sudo docker stop dwapi
sudo docker start -i dwapi
sudo docker restart dwapi
Verify database
” and saveNB: Verify that the DWAPI version is compatible with the KenyaEMR version you are currently using.