OHDSI Home | Forums | Wiki | Github

Problem with report generation in Atlas

Hi All ,

We have some cohorts created in Atlas . We were able to generate reports for some of the cohorts. But for some of them it is still in running state after long hours . I have tried to restart tomcat on which the Atlas is hosted and also tried restarting the WebAPI instance but it still shows running . How to stop the report generation from running state.

Thanks.

If you execute the following statement on your WebAPI database:

UPDATE COHORT_GENERATION_INFO SET status = 2;

This will reset all cohort status to ‘COMPLETE’.

1 Like
t