Hi Folks ,
We have followed the instruction to install Achilles and while creating the database connector to Redshift it is throwing below error and we tries directly connecting the Redshift from R it is working .
Command we are trying
achilles(connectionDetails, cdmDatabaseSchema = “nephroplus”,
. resultsDatabaseSchema = “results”, vocabDatabaseSchema = “vocabulary”,
. numThreads = 1, sourceName = “My Source Name”, cdmVersion = “5.3.0”,
. runHeel = TRUE, runCostAnalysis = TRUE)
Please let us know if we need additional configuration in R for this to work .
Error
Error in rJava::.jcall(jdbcDriver, “Ljava/sql/Connection;”, “connect”, : java.sql.SQLException: Amazon Error setting default driver property values.
Traceback:
- achilles(connectionDetails, cdmDatabaseSchema = “nephroplus”,
. resultsDatabaseSchema = “results”, vocabDatabaseSchema = “vocabulary”,
. numThreads = 1, sourceName = “My Source Name”, cdmVersion = “5.3.0”,
. runHeel = TRUE, runCostAnalysis = TRUE) - DatabaseConnector::connect(connectionDetails = connectionDetails)
- connect(dbms = connectionDetails$dbms, user = connectionDetails$user,
. password = connectionDetails$password, server = connectionDetails$server,
. port = connectionDetails$port, schema = connectionDetails$schema,
. extraSettings = connectionDetails$extraSettings, oracleDriver = connectionDetails$oracleDriver,
. connectionString = connectionDetails$connectionString, pathToDriver = connectionDetails$pathToDriver) - connectUsingJdbcDriver(driver, connectionString, user = user,
. password = password, dbms = dbms) - rJava::.jcall(jdbcDriver, “Ljava/sql/Connection;”, “connect”,
. as.character(url), p) - .jcheck(silent = FALSE)
Regards
Abhishek Verma