Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patient Upload not working #278

Open
skharche opened this issue May 13, 2017 · 1 comment
Open

Patient Upload not working #278

skharche opened this issue May 13, 2017 · 1 comment

Comments

@skharche
Copy link

When I try to upload QRDA I zip file it throws following error. Not sure what is wrong...
Can someone guide for this?

We're sorry, but something went wrong.
We've been notified about this issue and we'll take a look at it shortly.

@jpaulino04
Copy link

jpaulino04 commented May 8, 2019

@skharche if this is not a production server, and you can afford loosing data, I would flush the Mongo db data and start steps from 7 to 10 again from the installation page . Then you can restart apache and the pophealth script again.

Installation page:
https://github.com/OSEHRA/popHealth/wiki/Installation-v5.1

To flush the mongo data, you need cli access to the server, login to mongo, and drop the following collections as you need:
#Note: This is what I have done, but you can choose what to drop or not in your case.
db.system.indexes.remove({})
db.measures.remove({})
db.providers.remove({})
db.logs.remove({})
db.patient_cache.remove({})
db.query_cache.remove({})
db.users.remove({})
db.teams.remove({})
db.bundles.remove({})

After dropping those collections, remember to do steps 7-10 again, and then restart:
service apache2 restart
sudo systemctl restart pophealth_delayed_worker

The above has solved many of those errors for me, its like starting fresh.....assuming that other parts of the installation were done correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants