Hi,
I have a question when installing atlas as below:
how to fill in “source” and “source daemon” table since such information are required for initialization.
Thanks.
Min
OHDSI Home | Forums | Wiki | Github |
Hi,
I have a question when installing atlas as below:
how to fill in “source” and “source daemon” table since such information are required for initialization.
Thanks.
Min
Hi Min - sorry about the lack of documentation on this particular topic. Hopefully this provides what you need. Please let me know if you run into any other issues or have additional questions not addressed by this new FAQ.
Frank,
Thanks very much for your responding, I filled the source table following
the instructions you provided, however, I got another error is like below,
could you please give some hint on it? thanks a lot!
ERROR qtp1996397594-18 org.springframework.boot.context.web.ErrorPageFilter
So this looks like the driver you are using is unavailable. Specifically the oracle:thin driver. There are several drivers that are embedded with the WebAPI however oracle:thin is not one of them. The currently supported drivers are as follows:
supportedDrivers = new String[]{“org.postgresql.Driver”, “com.microsoft.sqlserver.jdbc.SQLServerDriver”, “oracle.jdbc.driver.OracleDriver”, “com.amazon.redshift.jdbc41.Driver”};
as shown in DataAccessConfig.java
Could you use the oracle.jdbc.driver.OracleDriver ?
I will try it, thanks very much for your reply.
very good!