I have been importing code sets into OpenEMR through admin->other->external database import. I had no trouble with SNOMED and ICD9. When I try to import RXNORM, though, the system seems to hang. The import has been going on for more than 2 hours and I don’t believe any progress is being made. When I do a SHOW FULL PROCESSLIST in mysql, I set that the system is stuck at LOAD DATA INFILE for RXNSAT with a state of NULL. I realize that there are many rows in RXNSAT but does it take many hours? Even after 2 hours if I do a
SELECT COUNT(*) FROM RXNSAT I get a result of 0 – after about 4 minutes of waiting.
I am using a development build from the past weekend.
Thanks for any guidance.