Tableau Server Administrator Login Problem - Post creator License activation.
This blog post will cover the scenario where you have tableau server recently build and after enabling creator license, login with tableau server admin account doesn't work. It also covers a scenario where one needs to changes it server admin credentials due to any reason.
Assumptions:
1. Tableau server 2019 and above.
2. Good understanding of tableau server administration.
3. Error Message - Your account is not licensed.
Solution:
tabcmd initialuser --username <server admin username> --server http://localhost
tabcmd initialuser --server localhost:80 --username <server admin username> --password <server admin user password> --no-certcheck
Comments
Post a Comment