Tableau Server | Copy and Move Sites

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • How to Copy or Move a Tableau Site
    REM Set the Path for access to tabadmin
    SET PATH=%PATH%;C:\Program Files\Tableau\Tableau Server\10.1\bin;
    REM Export the site, Use "" for the default site
    tabadmin exportsite MySiteName --file "C:\Temp\Site.MySiteName.zip"
    REM Import the site, Use "" for the default site
    tabadmin importsite AnotherorSameSiteName --file "C:\Temp\Site.MySiteName.zip" --no-verify

Комментарии • 1

  • @hareesh9793
    @hareesh9793 7 лет назад

    Do you have videos on how to generate SSl, SAML, Key file and cert file using Tabadmin commands. (the process) in video format.