Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When I tried connecting to MongoDB using tMongoDBInput and tMongoDBConnection to our Sandbox Environment. I got this below exception.
com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting to connect with
java.net.UnknownHostException.
whereas I am unable to connect to localhost, but not the Sandbox.
Any help would be appreciated.
Hello,
Could you please pay more attention to the cluster name? It is case sensitive with the Java driver for MongoDB.
Here is a link to the relevant Jira ticket with MongoDB.
https://jira.mongodb.org/browse/JAVA-2569
Let us know if it could fix your issue.
Best regards
Sabrina