Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tabcmd login does not ask for the password if only the user is specified #301

Open
david-aacb opened this issue Jul 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@david-aacb
Copy link

I try to login to my local Tableau Server without providing a password in the command, but it does not ask for the password. It returns the following error "...missing arguments: run 'tabcmd login -h' for details on required arguments".

Oficial documentation Login

I run this command:
tabcmd login -s https://mytableauServer.my-domain.es -u user_ad

The output returned is (spanish):
Tabcmd 2.0.14 No se puede iniciar sesión debido a que faltan argumentos: Run 'tabcmd login -h' for details on required arguments Exiting...

If I put the password parameter on the commando, works fine.
tabcmd login -s https://mytableauServer.my-domain.es -u user_ad -p mypass

Note:
I'm ussing tabcmd.exe for windows v2.0.14

@jacalata jacalata added the bug Something isn't working label Aug 3, 2024
@jacalata
Copy link
Contributor

jacalata commented Aug 3, 2024

Looks like this is a problem with the attempt to remember an existing session. Will aim for this to be in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants