OHDSI Home | Forums | Wiki | Github

Timeout message when creating concept sets in ATLAS

When creating concept sets in ATLAS and e.g. checking the included concepts, “timeout” is displayed instead of the actual record counts (RC, DRC, PC, DPC). Can anyone explain where this error could be coming from?

Looks like the achilles_result_concept_count table isn’t available in your CDMs’ results schemas. For each CDM source at your site, please run this script from the Achilles DDL WebAPI endpoint, substituting in the parameters:

/WebAPI/ddl/achilles?dialect=&schema=<results_schema>&vocabSchema=<vocab_schema>

You may need to then refresh the source cache after.

We got this problem too after upgrading from 2.10 to 2.13. There is no easy way of knowing which tables have been added from 2.10 to 2.13, right?

t