Hi Team,
I am running Achilles and am getting the below error. I was able to create the tables in the Results schema, from the WebAPI/ddl/results location. and then I ran Achilles.
Here are the steps I followed with reference to Achilles:
- Installed R
- Installed Achilles by following the documentation
- Ran Achilles as below:
library(Achilles)
connectionDetails ← createConnectionDetails(
dbms=“oracle”,
server=“server/sid”,
user=“username”,
password=‘password’,
port=“1521”)
achilles(connectionDetails,
cdmDatabaseSchema = “c##cdm”,
resultsDatabaseSchema=“c##results”,
vocabDatabaseSchema = “c##cdm”,
numThreads = 1,
sourceName = “My Cdm”,
cdmVersion = “5.3.1”,
runHeel = TRUE,
runCostAnalysis = FALSE)
When I gave TRUE for cost analysis, it gave me some other error, hence I wanted to first test with out cost analysis. The screenshot with error is attached.
Not sure if I am missing something. Appreciate any help on this.
For now, i am trying to run it in Single Thread mode