password issue with Jul2015 Feature release of MonetDB suite
I do not seem to be able to log in R: the following was working before, but now it doesn’t. aconn <- dbConnect(MonetDB.R(), "monetdb://localhost:50000/ClevelandBaseModel", user= "monetdb", password="monetdb”) Error in .mapiAuthenticate(socket, dbname, user, password, language = language) : Authentication error: !InvalidCredentialsException:checkCredentials:invalid credentials for user ‘monetdb’ Has the password been changed?? Enzo enzo@smartinsightsfromdata.com
It is actually a compatibility issue. It seems that my old database didn’t like the July2015 release. There were no problems with a new database build with Jul2015. I wonder if there is a proper db migration procedure? Enzo enzo@smartinsightsfromdata.com
On 29 Aug 2015, at 00:04, Enzo
wrote: I do not seem to be able to log in R: the following was working before, but now it doesn’t.
aconn <- dbConnect(MonetDB.R(), "monetdb://localhost:50000/ClevelandBaseModel", user= "monetdb", password="monetdb”)
Error in .mapiAuthenticate(socket, dbname, user, password, language = language) : Authentication error: !InvalidCredentialsException:checkCredentials:invalid credentials for user ‘monetdb’
Has the password been changed??
Enzo enzo@smartinsightsfromdata.com
participants (1)
-
Enzo