tabcmd icon indicating copy to clipboard operation
tabcmd copied to clipboard

Eventhough tabcmd command ran successfully throwing error in powershell

Open nam2000ind opened this issue 1 year ago • 1 comments

tabcmd.exe : Tabcmd 2.0.14
At line:13 char:12

  • $output = & "C:\TEST\tabcmd.exe" login --server “https://10ax.online ...
  •        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (Tabcmd 2.0.14 :String) [], RemoteException
    • FullyQualifiedErrorId : NativeCommandError

===== Server: https://10ax.online.tableau.com ===== Username: [email protected] ===== Token Name: naman_Token_test Tableau Server Site: sitename Connecting to the server...
Succeeded
tabcmd.exe : Tabcmd 2.0.14
At line:22 char:2

  • & $tabcmd export $theTableauLink --pdf --pagelayout landscape --p ...
  •  + CategoryInfo          : NotSpecified: (Tabcmd 2.0.14                 :String) [], RemoteException
     + FullyQualifiedErrorId : NativeCommandError
    

nam2000ind avatar Aug 02 '24 16:08 nam2000ind

Looks like we never got around to documenting that there is known odd behavior when run in Powershell. This is not going to be a priority for us to investigate in the foreseeable future, unfortunately, but we should definitely get it surfaced in the docs.

https://github.com/tableau/tabcmd/issues/201

jacalata avatar Aug 03 '24 09:08 jacalata