Tableau command line operation
Because windows domain authentication is used for logon, the user name and password are both exchange accounts.
C: \ Program Files> D: \ "Tableau Server" \ 8.2 \ bin \ tabcmd login-s http: // localhost-u your_name@yourcompany.com-p "your_pwd" === Log out completed. ==== Creating new session ==== Server: http: // localhost/==== Username: chenshu@letv.com ==== Connecting to server... ==== Logging in... === Login Succeeded.
Exit
C: \ Program Files> D: \ "Tableau Server" \ 8.2 \ bin \ tabcmd logout ==== Log out completed.
After successful logon, you can run the command.
===== Login Succeeded. c: \ Program Files> D: \ "Tableau Server" \ 8.2 \ bin \ tabcmd runschedule everyday9am === Continuing previous session === Server: http: // localhost/==== Username: chenshu@letv.com ==== Running schedule 'everyday9am '... ===== Succeeded ===== 10 tasks from 1 schedule submitted to run
Official Link