Hi All,
I have situation in which i have to publish workbook as "Impersonate via server Run As account" using TABCMD.
But i am unable to find answer / solution for it.
Workbook Detail:
Connection type : Live
Data source : Impala / Cloudera Hadoop
Authentication : Kerberos
Right now i am publishing it using TABCMD without Data source username / password since my user name has access in Impala.
Below is the current command which i am using.
tabcmd publish "name.twbx" --name "name" --project project_name --save-db-password --overwrite --save-oauth --tabbed
Thanks & Regards,
Sparsh Jain
Have you tried login into tabcmd with the run a username and password?
tabcmd login -s http://tabserver.mycompany.com -u runasusername -p runasusernamepassword
Then run the commands you need.
tabcmd publish "name.twbx" --name "name" -project projectName --save-dbpassword-- overwrite -save-outh --tabbed
Gerardo