I am facing an issue to connect to the Mongo Clusters using RoboMongo. When I used same connection string in compass it works. But Compass Community Edition is not flexible like Robomongo.
Cannot connect to replica set "Employee UAT"[hhds6666:27027].
A primary with different host name [hhds6666.XXXXXXX.int:27027] found in server side. Please double check if same host names and ports are used as in server's replica set configuration.
If same set name is used for different replica sets, this configuration is supported only on different instances of Robomongo. Please open a new Robomongo instance for each replica set which has the same set name.
Reason: Different members found under same replica set name "UAT_RS"
I went through so many links like:
https://github.com/Studio3T/robomongo/issues/1422
https://github.com/Studio3T/robomongo/issues/1345
Similar issue here: Unable to connect to MongoDB Replica Set from other server using robo3T and in C#