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
Steps to reproduce:
(within ec2 instance in VPC!!)
Download jdbc and taco.
Place files in designated folders.
Open up tableau.
Fill in wizard.
Try to connect.
Expected behaviour:
A successful connection with documentDB
Actual behaviour:
No successful connection with documentDB
Error message/stack trace:
Invalid username or password.
Error Code: 28911C50
Invalid username or password or user is not authorized on database 'paydayService'. Please check your settings. Authorization failed for user 'masterUser' on database 'admin' with mechanism 'SCRAM-SHA-1'. Please check username, password, database and authorization for the user.
Invalid username or password.
Connector Class: documentdbjdbc, Version: 1.14.0.0
Any other details that can be helpful:
Tried to connect by using studio 3T. Was successful.
Screenshots
If applicable, add screenshots to help explain your problem.
JDBC log
Add related JDBC log entries here.
"e-code":"0x28911C50","e-source":"Client","e-status-code":"16","error-source":"Client","exception-type":"BadPassword","grpc-status-code":"16","msg":""Invalid username or password or user is not authorized on database 'paydayService'. Please check your settings. Authorization failed for user 'masterUser' on database 'admin' with mechanism 'SCRAM-SHA-1'. Please check username, password, database and authorization for the user.\n"","type":"ConnectivityException"},"sponsor":"Olh5xmO/UJAIAuF7eEz/RE","type":"end"}
The text was updated successfully, but these errors were encountered:
But in the case of using Tableau, it is reasonable for the user to expect that the connector will encode the user name and password from the raw format entered in the connection dialog.
We will investigate a solution to encode the special characters in the Tableau connector (TACO) so that users don't have to encode the user name and password on the connection dialog.
andiemontoyeah
changed the title
[BUG] Can not connect to documentDB in VPC
[BUG] Tableau connector does not URI encode username and password - special characters in valid password result in error
Jul 22, 2022
I am experiencing the same error when connecting to Document DB. However, due to security policies in the organization, I cannot exclude special characters.
Is there any other solution you can recommend?
Have you managed to identify the special characters that affect the connection?
Environment
Problem Description
Steps to reproduce:
(within ec2 instance in VPC!!)
Download jdbc and taco.
Place files in designated folders.
Open up tableau.
Fill in wizard.
Try to connect.
Expected behaviour:
A successful connection with documentDB
Actual behaviour:
No successful connection with documentDB
Error message/stack trace:
Invalid username or password.
Error Code: 28911C50
Invalid username or password or user is not authorized on database 'paydayService'. Please check your settings. Authorization failed for user 'masterUser' on database 'admin' with mechanism 'SCRAM-SHA-1'. Please check username, password, database and authorization for the user.
Invalid username or password.
Connector Class: documentdbjdbc, Version: 1.14.0.0
Any other details that can be helpful:
Tried to connect by using studio 3T. Was successful.
Screenshots
JDBC log
"e-code":"0x28911C50","e-source":"Client","e-status-code":"16","error-source":"Client","exception-type":"BadPassword","grpc-status-code":"16","msg":""Invalid username or password or user is not authorized on database 'paydayService'. Please check your settings. Authorization failed for user 'masterUser' on database 'admin' with mechanism 'SCRAM-SHA-1'. Please check username, password, database and authorization for the user.\n"","type":"ConnectivityException"},"sponsor":"Olh5xmO/UJAIAuF7eEz/RE","type":"end"}
The text was updated successfully, but these errors were encountered: