Unable to connect to mongo-error 127

Hi,

I have installed Exploratory on a Windows VM and trying to connect to MongoDB that is installed on Centos 6.6 as a VM. My connection is failing.

Checking the log file, it shows error code 127 as shown in the image below:

Further to that, I tried connecting through Mongolite directly through RStudio and it shows me the error below:

Any suggestions on how to proceed?

Thanks!
Vidya

Hi Vidya,
Can you connect to your MongoDB with regular mongo command like following?

mongo <host>:<port>/<collection> -u <username> -p

Hi!

Yes, I had tried that also - it had failed to connect.

Thanks and let me know if you need any other info from my end.