I am working on Mongo database automation using Mongo ODBC drivers, facing below error as not responding or simply its loading for long time.
As i have chosen this approach of mongo db automation due to in a single process i am working on three different database(MySql,Oracle and Mongo db).Facing multiple difficulties so to over this problems chosen above approach.
For above problem i am able connect default port using same mongo odbc drivers but unable to connect my IP server as shown in screenshot attached .
If you can connect to your MongoDB server using the port number but encounter issues when using the IP address, it could be due to various reasons
Check your server’s firewall settings or security group rules. It’s possible that the firewall is configured to allow connections to MongoDB using the port number but not by IP address. Ensure that your firewall or security group allows incoming connections on the specific IP address you want to use.
Also make sure you are using the latest version of the MongoDB ODBC driver, as newer versions may have bug fixes and improvements.
Finally If you make changes to the MongoDB configuration, make sure to restart the MongoDB service to apply the changes.