Dear all, I am trying to connect Olympus to my Oracle OMOP CDM V5, first I got an error about not being able to create a schema mentioning the “cohort_definition” table, since I had it blank I decided to drop it and let the script re-run to see if it will re-create it on its own.
I think it worked, because now I have another error:
“WebAPI was not able to start up successfully, please check your configuration. (org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘flyway’ defined in class path resource [org/springframework/boot/autoconfigure/flyway/FlywayAutoConfiguration$FlywayConfiguration.class]: Invocation of init method failed; nested exception is org.flywaydb.core.api.FlywayException: Schema “OMOP” contains a failed migration to version 1.0.0.3 !)”
Any ideas?
Thanks in advance.