Error connecting to MongoDB
I'm trying to join to MongoDB, unfortunately unsuccessfully.
ERROR text: "Failed to open connection 'Unable to load authentication plugin 'org.mongodb.mongosql.auth.plugin.MongoSqlAuthenticationPlugin'.' to server jdbc:mysql://127.0.0.1:3307/?useSSL=false&authenticationPlugins=org.mongodb.mongosql.auth.plugin.MongoSqlAuthenticationPlugin, user root auth method UserPassword"
MongoDB server version: 4.0.5
MongoDB Connector for BI 2.9.0
Mysql Ver 14.14 Distrib 5.7.24
For mongodb and mongosql authentication i am using: SCRAM-SHA-1 (for this authentication unnecessary plugin)
I have similar server with the same installation process and everything works right.
Its looks that mongosqld problem?!
1 reply
-
Hi Mindaugas,
From the screenshot you sent it suggests that your Mongo install is on the same server as where you have installed Pyramid as you are using 127.0.0.1 which is the local IP of the server. If it is installed on another server, please use its actual IP address and try the connection again. If Mongo is installed on the same server as Pyramid please open a support ticket at https://support.pyramidanalytics.com where we will be able to help you further.
Thank you.