OHDSI Home | Forums | Wiki | Github

Still having issues with Achilles

Hello, My colleague and I are working since almost 2 weeks on trying to have data visible in Atlas without success…
Atlas is setup and we are launching Achilles in Rstudio by following all the dfferent wiki provided by your community and always arriving to this error :
Error:
org.postgresql.util.PSQLException: ERROR: relation “s_tmpach_8” does not exist
Position: 4346
We are working in France and would very like to have help on how to make Atlas/Achilles work to provide then Atlas to our Data Sceintist.
Any help would be appreciated.

Thank you in advance

Haa, just found the validation script to validtae my cdm schema:

validateSchema(connectionDetails = connectionDetails,
cdmDatabaseSchema = “cdm”,
resultsDatabaseSchema = “results”,
cdmVersion = 5.3,
runCostAnalysis = TRUE,
outputFolder = “output”,
sqlOnly = FALSE)

But getting this error and herd to find which table need this column:
org.postgresql.util.PSQLException: ERROR: column “qualifier_source_value” does not exist
Position: 5762

t