Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
vklunko
Contributor
Contributor

Mongo DB connection

Hi there, 

I tried to connect my MongoDB service but received this error:

Error message:Please check the values for Username‚ Password‚ Host and other properties. Description: General error Details ERROR [HY000] [Qlik][MongoDBODBC] (100) Failed to connect to MongoDB.

I am completely sure that I entered the correct credentials as I have done it before.

Please let me know why I received this error. Do I need to whitelist your IPs to gain access?

Thanks!

Labels (4)
1 Reply
Alan_Slaughter
Support
Support

Hi Vklunko, maybe this will help:

Mongod. service shutting down with code 100

first you have to create data directory where MongoDB stores data. MongoDB’s default data directory path is the absolute path \data\db on the drive from which you start MongoDB. if you have install in C:/ drive then you have to create data\db directory. for doing this run command in cmd. C:\>mkdir data\db To start MongoDB, run mongod.exe.

https://www.mongodb.com/docs/manual/reference/exit-codes/

https://zditect.com/blog/31833789.html