0

I want to connect to mongo atlas using root3t. But when I try to use connection url root 3t says invalid 'Error: Path to unix socket too long'.

Please help

raju
  • 6,448
  • 24
  • 80
  • 163
  • Can you post more details? Error says your unix/linux socket domain length is too large. Can you post your connection url? I guess its length is more than the threshold vale set at OS level. – harshavmb Sep 13 '17 at 15:25
  • see https://stackoverflow.com/questions/43694799/how-can-i-connect-to-mongodb-atlas-using-robomongo – Benjamin Sientzoff Oct 16 '17 at 11:52

1 Answers1

0

Your Robo3T version will be 1.2 or older. Upgrade it to version 1.3 or newer. Then do following Use this SRV

Remember to replace the user in the connection string and the pass at Authentication Tab

am2505
  • 2,194
  • 15
  • 19