Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
pitviper007
Contributor
Contributor

How to connect to mongo atlas

  • mongodb+srv://username:passowrd@production.rxemc.mongodb.net

    We are facing issue in connecting mongoDB altas to Qlik.

    I am trying to connect using the mongo srv url but it doesnt seem to work.


    Help.png
Labels (1)
1 Solution

Accepted Solutions
Eugene_Sleator
Support
Support

Hi   I think the connection string needs to end with the database name 

mongodb+srv://username:passowrd@production.rxemc.mongodb.net/<YOUR DB NAME HERE>

Refer to this also

Connect from Qlik Sense

View solution in original post

3 Replies
Eugene_Sleator
Support
Support

Hi   I think the connection string needs to end with the database name 

mongodb+srv://username:passowrd@production.rxemc.mongodb.net/<YOUR DB NAME HERE>

Refer to this also

Connect from Qlik Sense

Shoaib
Contributor
Contributor

Hi!

I am writing server: production.rxemc.mongodb.net (referring my issue from above problem as I have same problem as described above)

port 27017

user name: my username (as written in the connection string)

password: my password (as written in the connection string)

database :ABC (There exists an ABC DB in my cluster)

All other options are left untouched when trying to connect my qlik with mongodb.

I am receiving this error : 

Error message:Please check the values for Username‚ Password‚ Host and other properties.
Description: General error
Details
ERROR [HY000] [Qlik][MongoDBODBC] (110) Error from MongoDB Client: No suitable servers found (`serverSelectionTryOnce` set): [Failed to resolve 'production.rxemc.mongodb.net'] (Error Code: 13053)
 
please help me resolving this issue.
Giriprasath
Contributor II
Contributor II

Hi ,

I am encountering the same error as you. Have you discovered a solution for this issue?