officert / mongotron

Cross platform Mongo DB management
http://mongotron.io
MIT License
2.69k stars 214 forks source link

Error opening collections in mlab . #143

Open srikanth-chitturi opened 8 years ago

srikanth-chitturi commented 8 years ago

Hi , Mongotron is working fine with local databases , but when after connecting to mlab database and opening the collections there is an error . I have attached a screen shot of it. I am running 32 bit ubuntu 14,04 LTS. screenshot from 2016-06-30 09 45 20

autoboxer commented 8 years ago

I am having a similar problem installing on Mac using El Capitan. I noticed that when I set up the initial connection, the connection test failed with correct information and login credentials. I saved anyway and saw the same screen displayed above by @srikanth-chitturi, specifially not authorized on undefined. Editing the connection, I noticed the Database Name field had been cleared out. I entered it again, hit test (which worked this time), saved, and the Database Name field persisted. The change is now I am still receiving the same error message, but the name is recognized not authorized on [my-database-name] to execute command.

otmezger commented 8 years ago

I had a similar problem, and the solution was that I hadn't created the DB user in mlab. it is different than the mlab user you use for login.

srikanth-chitturi commented 8 years ago

Yes , I think the problem is happening only when connecting to remote mongodb server.

On Tue, Jul 19, 2016 at 11:34 PM, Olmo Mezger notifications@github.com wrote:

I had a similar problem, and the solution was that I hadn't created the DB user in mlab. it is different than the mlab user you use for login.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/officert/mongotron/issues/143#issuecomment-233716299, or mute the thread https://github.com/notifications/unsubscribe-auth/ACCmJ2pdR0Uy5oey1a7aIyrMbTup6kNkks5qXRGegaJpZM4JBywW .

Thanks and Regards, Srikanth Chitturi,

officert commented 8 years ago

Sounds like an issue with the user credentials you have entered for this connection. Could you check those and see if that's the issue?

srikanth-chitturi commented 8 years ago

The credentials are correct. Because I can connect with the same credentials using robomongo .,etc. It is connecting using mongotron but error occurs when expanding the collections.

On Thu, Aug 25, 2016 at 8:14 AM, Tim Officer notifications@github.com wrote:

Sounds like an issue with the user credentials you have entered for this connection. Could you check those and see if that's the issue?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/officert/mongotron/issues/143#issuecomment-242266879, or mute the thread https://github.com/notifications/unsubscribe-auth/ACCmJz2wKpXxlVYT9HszYkIgvHWwvPHKks5qjQGRgaJpZM4JBywW .

Thanks and Regards, Srikanth Chitturi,