Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I am trying to connect MongoDB Free Atlas from Talend metadata NoSQL Connection.
While trying to connect I am getting the below error. But when I did ping in the command prompt the connection is getting succeeded.
Can anyone please provide the instructions for connecting the mongo DB atlas cluster from Talend.
Thanks in advance..!
Connection failed!
org.talend.repository.nosql.exceptions.NoSQLServerException: Cannot connect to database!
at org.talend.repository.nosql.db.util.mongodb.MongoDBConnectionUtil.checkConnection(MongoDBConnectionUtil.java:72)
at org.talend.repository.nosql.db.provider.mongodb.MongoDBMetadataProvider.checkConnection(MongoDBMetadataProvider.java:156)
Hello,
Please notice that the cluster name is case sensitive with the Java driver for MongoDB.
Here is a link to the relevant Jira ticket with MongoDB.
https://jira.mongodb.org/browse/JAVA-2569
Best regards
Sabrina