OHDSI Home | Forums | Wiki | Github

Response code: 434113615 PatientLevelPrediction Installation Check

Hello,

I am installing PatientLevelPrediction R package on a mac. I ran the following to check that the installation was successful:

library(DatabaseConnector)
connectionDetails <- createConnectionDetails(dbms = “sql_server”, user = “username”,
password = “hidden”, server = “your server”, port = “your port”) PatientLevelPrediction::checkPlpInstallation(connectionDetails = connectionDetails,
python = T)

I received Response code: 434113615.

My understanding is that a successful installation needs Response code: 1.

I ran PatientLevelPrediction::interpretInstallCode(N) to check the error and returned the following

2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
Issue with createStudyPopulation()
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
2018-05-25 14:30:18 the condition has length > 1 and only the first element will be used
NULL

I am wondering how to solve this issue as I cannot find a related thread.

Thank you for any help!

Hi,

It seems you are having issues with the database connection and python/java:

PatientLevelPrediction::interpretInstallCode(434113615)
Issue with database connection - did not disconnect
Issue with random forest
Issue with mlp
Issue with ada boost
Issue with decison tree
Issue with naive bayes
Issue with knn
NULL

Do you have java installed? What operating system are you using?

t