-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
Provisioned new user to access database. However when try to access the collections under that user getting below error
2020-04-16T12:02:08.815-0700 E QUERY [js] uncaught exception: Error: listCollections failed: {
"operationTime" : Timestamp(1587063723, 1),
"ok" : 0,
"errmsg" : "too many users are authenticated",
"code" : 13,
"codeName" : "Unauthorized",
"$clusterTime" : {
"clusterTime" : Timestamp(1587063723, 1),
"signature" :
}
} :
- is related to
-
SERVER-47616 Improve error when logical sessions cannot have more than one user authenticated on a single connection
- Closed