You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: calcite-adapter/src/test/java/software/amazon/documentdb/jdbc/query/DocumentDbQueryMappingServiceMaxRowsTest.java
Copy file name to clipboardExpand all lines: common/src/main/resources/jdbc.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ MISMATCH_SCHEMA_NAME=Given schema name '%s' does not match stored schema name '%
81
81
QUERY_CANNOT_BE_CANCELED=Cannot cancel query: %s.
82
82
QUERY_IN_PROGRESS=Cannot execute query, another query is already in progress.
83
83
QUERY_NOT_STARTED_OR_COMPLETE=Cannot cancel query, it is either completed or has not started.
84
-
AUTHORIZATION_ERROR=Authorization failed for user '%s' on database '%s' with mechanism '%s'.
84
+
AUTHORIZATION_ERROR=Invalid username or password or user is not authorized on database '%s'. Please check your settings. Authorization failed for user '%s' on database '%s' with mechanism '%s'. Please check username, password, database and authorization for the user.
85
85
# SECURITY_ERROR error is provided by the driver
86
86
SECURITY_ERROR=Security error detected: '%s'.
87
87
SINGLE_EQUIJOIN_ONLY=Only a single equality condition is supported for joining tables from different collections. Please refer to the list of the supported features.
Copy file name to clipboardExpand all lines: src/markdown/support/troubleshooting-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ The online security resources may give a pointer how to fix this.
132
132
### Invalid username or password
133
133
134
134
#### What to look for:
135
-
-`Authorization failed for user '<username>' on database 'admin' with mechanism 'SCRAM-SHA-1'.`
135
+
-`Invalid username or password or user is not authorized on database '<database>'. Please check your settings. Authorization failed for user '<username>' on database 'admin' with mechanism 'SCRAM-SHA-1'.`
0 commit comments