Closed lopsided closed 4 years ago
@lopsided yes, this error should be resolved when you run Achilles. You can follow the instructions here: https://github.com/OHDSI/Achilles
I will update the Broadsea instructions to add the Achilles execution step.
Hi,
I'm having a few problems getting this set up. I have 2 schemas in my database, the omop database (with vocab etc) is "ark" and I created a new blank one called "ohdsi".
I've edited the docker-compose.yml as follows:
Bringing the containers up the first time populates the ohdsi schema. As per instructions, I modify the sql and run against the ohdsi schema. Modified sql:
Now bringing the containers back online and loading http://127.0.0.1:8080/atlas/ works and I can see ARK on the data sources page.
However, when I select any report (ie, http://127.0.0.1:8080/atlas/#/datasources/ark/dashboard) it says "Error loading report". Looking at the json response in firefox shows:
Sure enough, I have no
odhsi.achilles*
tables in my database.Is there anything else I need to do to make this work? I can see the Achilles project (which also provides a docker image), do I need to configure and run this first?
Many thanks