Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
Hi Vklunko, maybe this will help:
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.