Hi,
I have connected Server DB using MongoVue
software.it did not open it and through some exceptions :
Invalid credentials for database 'chmdb'.
Type: MongoDB.Driver.MongoAuthenticationException
Stack: at MongoDB.Driver.Internal.MongoConnection.Authenticate(String databaseName, MongoCredentials credentials)
at MongoDB.Driver.Internal.MongoConnection.CheckAuthentication(MongoDatabase database)
at MongoDB.Driver.MongoServerInstance.AcquireConnection(MongoDatabase database)
at MongoDB.Driver.MongoServer.AcquireConnection(MongoDatabase database, Boolean slaveOk)
at MongoDB.Driver.MongoCursorEnumerator`1.AcquireConnection()
at MongoDB.Driver.MongoCursorEnumerator`1.GetFirst()
at MongoDB.Driver.MongoCursorEnumerator`1.MoveNext()
at MongoDB.Driver.MongoDatabase.GetCollectionNames()
at MangoUI.MCollections.GetAll(String db)
at MangoUI.MCollections.Get(String db)
at MangoUI.ComNavTree.nuedayAQwLobI9qiNSO(Object , Object )
at MangoUI.ComNavTree.ExpandMe(MTreeNode expand)
at MangoUI.ComNavTree.tree_BeforeExpand(Object sender, TreeViewCancelEventArgs e)
Command 'authenticate' failed: auth fails (response: { "errmsg" : "auth fails", "ok" : 0.0 })
Type: MongoDB.Driver.MongoCommandException
Stack: at MongoDB.Driver.Internal.MongoConnection.RunCommand(String collectionName, QueryFlags queryFlags, CommandDocument command)
at MongoDB.Driver.Internal.MongoConnection.Authenticate(String databaseName, MongoCredentials credentials)
Inputs::
Command: authenticate
Ok: False
ErrorMsg: auth fails
Request: { "authenticate" : 1, "user" : "root", "nonce" : "58e593bcea83268d", "key" : "485fd8ae4497868ccf110bbbe38483d5" }
Response: { "errmsg" : "auth fails", "ok" : 0.0 }