Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
dineshkumar_e
Contributor II
Contributor II

Error while configuring the Mongo DB atlas from metadata

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)



To see the whole post, download it here
Labels (2)
1 Reply
Anonymous
Not applicable

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