svensteudter
svensteudter
@tc have you tried to re-submit RMongo to CRAN? If still the same reason for rejecting are valid, the following could solve the isue, accoridng CRAN policy: "For Java .class...
Hi, I adapted your code such that is able to connect to replica sets with the new authentication method of MongoDB 3.0. Unfortunately I have no experience with the used...
``` Index: NAMESPACE =================================================================== --- NAMESPACE (revision 17) +++ NAMESPACE (revision 18) @@ -1,5 +1,5 @@ import('methods') import('rJava') -export('mongoDbConnect', 'mongoDbReplicaSetConnect') +export('mongoDbConnect', 'mongoDbReplicaSetConnect','mongoDbReplicaSetConnectWithCredentials') exportClass('RMongo') exportMethods('dbInsertDocument', 'dbAuthenticate', 'dbSetWriteConcern', 'dbShowCollections', 'dbGetQuery', 'dbGetQueryForKeys', 'dbDisconnect',...
OK, no idea how to upload patches in a discussion on GIthib. Seems that I would need write rights for uploading a patch file. In my previos post, see above,...
Hi, not sure if I did the Pull request stuff right (first time), did you receive it? Btw: added java older with description how to retrieve the source code of...
Hi midunrajendranpandera, could you please provide me with some more detail on your problem? For clarification, the problem I had, was that MongoDB changed the default authentication method used (from...
@tc Btw. I have almost no experience in R and absolutely no expereince scala. All I did was adapting your code quick'n dirty for a colleague of mine. What looks...
Hi davesgonechina, this is a well known solution. Good point to add it here in the discussion. Some could use this to reset the authentication protocol to the previous used...
No, you should be able with the modifications added to login to MongoDB BUT NOT with the standard login method, but using "mongoDbReplicaSetConnectWithCredentials " at least connecting to RS. As...
I had the same issue on .NET Core 6. Fixed it by removing line https://github.com/StoneAgeTechnologies/HangfireBasicAuthenticationFilter/blob/master/source/HangfireBasicAuthenticationFilter/HangfireCustomBasicAuthenticationFilter.cs#L93 `httpContext.Response.WriteAsync("Authentication is required.");`