Hi:
We are currently evaluating/implementing OHDSI at our institution in Germany. While installing, configuring and loading our data (schema: demo), I ran into following problem with WebAPI (schema: webapi), Achilles (schema: demo_results), Atlas:
Case 1:
WebAPI uses 1 source and 3 daimons (0 and 1 point to demo and 2 to demo_results. We can search concepts and see the number of hits in our data. However, the cohort_analysis cannot be seen due to an SQL-Error: results.cohort (or other tables) does not exist. Of course, this is in webapi.*
Case 2:
WebAPI uses 1 source and 3 daimons (0 and 1 point to demo and 2 to webapi. We can see the cohort_analysis now. However, the concept_search in the vocabulary fails, because webapi.achilles_results. Of course, this is in demo_results.*
So either way fails?! Putting achilles_results into webapi.* cannot be the solution, because the results depend on possibly various CDM-schemas.
I read various links in the forum and looked at the tools including theirs issues at github (e.g. https://github.com/OHDSI/WebAPI/wiki/Multiple-datasets-configuration) but perhaps I miss something?
Many thanks,
Martin