Access to internet This manual is developed using the following:. Tableau Public Desktop version 2019.4.2. Tableau Public @ Nonetheless, the lesson here shall apply to the other version of Tableau (recommended to be latest version or version higher than the specified above. Version 1.0 Released Feb 2020 Lasted Published Feb 2020. Tableau Server: Changing the data source refresh from incremental to full was not being implemented by Tableau Server. Open: 1125485: Tableau Server: Tsm pending-changes list command would sometimes not provide output in the correct language starting in 2019.4. Open: 1149388: Tableau Server. MU oddly doesn't at this time list Tableau Creator, which is required for building visualizations that can be read by Tableau Reader. Tableau Creator is subscription-ware starting at $70 per user per month. There is a free trial available. See the developer's website for details.
You can use the following installer switches when installing Tableau Server on Windows from the command line.
Tableau Reader 2019.4.2
Note: As of 2019.4.0, the Setup program for Tableau Server is new. The switches and properties below only apply for version 2019.4.x and later. If you are installing an earlier version of Tableau Server and need information about command line options, see Install Switches for Tableau Server (2019.3 and earlier)(Link opens in a new window) in the 2019.3 Server Administrator Guide. If you have been using install switches in versions prior to 2019.4, see Changes to Command Line Install Options for Tableau Server Setup for details on specific changes.
Switch | Description | Comments |
/install | /repair | /uninstall | /layout ' ' | Run Setup to either install, repair, or uninstall Tableau Server, or with | Default is to install, displaying UI and all prompts. If no directory is specified on a fresh install, C:Program FilesTableauTableau Server is assumed. If Tableau Server is already installed, Setup will assume the same location as the current installation. |
/passive | Run Setup with minimal UI and no prompts. | Tableau Server does not start automatically when installed in /passive mode. To start Tableau Server, use tsm start . |
/quiet | /silent | Run Setup in unattended, fully silent mode. No UI or prompts are displayed. | Tableau Server does not start automatically when installed in /silent or /quiet mode. To start Tableau Server, use tsm start . Note: Use either |
/norestart | Run Setup without restarting Windows, even if a restart is necessary. | Note: In certain rare cases, a restart cannot be suppressed, even when this option is used. This is most likely when an earlier system restart was skipped, for example, during installation of other software. |
/log '' | Log information to the specified file and path. By default log files are created in | If no file location is specified, the log file is written to the user's TEMP folder ( Example: |
Properties | Description | Comments |
ACCEPTEULA=1|0 | Accept the End User License Agreement (EULA). Required for quiet, silent, and passive install on both initial and additional nodes. 1 = true, accept the EULA, 0 = false, do not accept the EULA. | If not included when using If included but set to 0, Setup fails. |
ACTIVATIONSERVICE='1' | Activate Tableau Server using the authorization-to-run (ATR) service. '1' = use ATR. | This option is for new installs only, not upgrades. Select this option if:
Do not use this option if:
For more information, see Activate Tableau Server Using the Authorization-To-Run (ATR) Service(Link opens in a new window). |
BOOTSTRAPFILE='' | Required when adding a node to a cluster. The bootstrap file contains the configuration used by additional nodes. | Example: /silent ACCEPTEULA=1 BOOTSTRAPFILE='C:UserstableauadminDownloadsbootstrap.json' |
CONTROLLERPORT= | Optional. The port on which the Tableau Services Manager (TSM) Controller should run. | If not included, defaults to 8850. |
COORDINATIONSERVICECLIENTPORT= | Optional. The port on which the Tableau Services Manager (TSM) Coordination Service client should run. | If not included, defaults to a dynamically mapped port. For more information, see Tableau Services Manager Ports. |
COORDINATIONSERVICEPEERPORT= | Optional. The port on which the Tableau Services Manager (TSM) Coordination Service peer should run. | If not included, defaults to a dynamically mapped port. For more information, see Tableau Services Manager Ports. |
COORDINATIONSERVICELEADERPORT= | Optional. The port on which the Tableau Services Manager (TSM) Coordination Service Leader should run. | If not included, defaults to a dynamically mapped port. For more information, see Tableau Services Manager Ports. |
LICENSESERVICEVENDORDAEMONPORT= | Optional. The port on which the License service vendor daemon should run. This is used in multi-node installations for licensing-related communication between nodes. | If not included, defaults to a dynamically mapped port. For more information, see Tableau Services Manager Ports. |
DATADIR='' | Optional. The location where the Tableau Server software configuration and data are stored. If you don't provide a data directory path and Tableau Server is being installed to the default location (INSTALLDIR is not specified), the default data directory is used: C:ProgramDataTableauTableau Server . If you don't provide a data directory path and INSTALLDIR is specified, DATADIR is also set to the INSTALLDIR location. | Example: DATADIR='D:TableauServerData' |
EMBEDDEDCREDENTIAL=1|0 | Required when adding a node to a cluster and the bootstrap file contains the embedded credentials of an administrator on the TSM computer. 1=true, 0=false. Default is 0. | Must be used with /silent or /quiet and with BOOTSTRAPFILE Example: |
INSTALLDIR='' | Install to the specified non-default install location. | Specifies the location to install server. If not used, Tableau Server is installed to Example: |
Note: As of 2019.4.0, the Setup program for Tableau Server is new. The switches and properties below only apply for version 2019.4.x and later. If you are installing an earlier version of Tableau Server and need information about command line options, see Install Switches for Tableau Server (2019.3 and earlier)(Link opens in a new window) in the 2019.3 Server Administrator Guide. If you have been using install switches in versions prior to 2019.4, see Changes to Command Line Install Options for Tableau Server Setup for details on specific changes.
Switch | Description | Comments |
/install | /repair | /uninstall | /layout ' ' | Run Setup to either install, repair, or uninstall Tableau Server, or with | Default is to install, displaying UI and all prompts. If no directory is specified on a fresh install, C:Program FilesTableauTableau Server is assumed. If Tableau Server is already installed, Setup will assume the same location as the current installation. |
/passive | Run Setup with minimal UI and no prompts. | Tableau Server does not start automatically when installed in /passive mode. To start Tableau Server, use tsm start . |
/quiet | /silent | Run Setup in unattended, fully silent mode. No UI or prompts are displayed. | Tableau Server does not start automatically when installed in /silent or /quiet mode. To start Tableau Server, use tsm start . Note: Use either |
/norestart | Run Setup without restarting Windows, even if a restart is necessary. | Note: In certain rare cases, a restart cannot be suppressed, even when this option is used. This is most likely when an earlier system restart was skipped, for example, during installation of other software. |
/log '' | Log information to the specified file and path. By default log files are created in | If no file location is specified, the log file is written to the user's TEMP folder ( Example: |
Properties | Description | Comments |
ACCEPTEULA=1|0 | Accept the End User License Agreement (EULA). Required for quiet, silent, and passive install on both initial and additional nodes. 1 = true, accept the EULA, 0 = false, do not accept the EULA. | If not included when using If included but set to 0, Setup fails. |
ACTIVATIONSERVICE='1' | Activate Tableau Server using the authorization-to-run (ATR) service. '1' = use ATR. | This option is for new installs only, not upgrades. Select this option if:
Do not use this option if:
For more information, see Activate Tableau Server Using the Authorization-To-Run (ATR) Service(Link opens in a new window). |
BOOTSTRAPFILE='' | Required when adding a node to a cluster. The bootstrap file contains the configuration used by additional nodes. | Example: /silent ACCEPTEULA=1 BOOTSTRAPFILE='C:UserstableauadminDownloadsbootstrap.json' |
CONTROLLERPORT= | Optional. The port on which the Tableau Services Manager (TSM) Controller should run. | If not included, defaults to 8850. |
COORDINATIONSERVICECLIENTPORT= | Optional. The port on which the Tableau Services Manager (TSM) Coordination Service client should run. | If not included, defaults to a dynamically mapped port. For more information, see Tableau Services Manager Ports. |
COORDINATIONSERVICEPEERPORT= | Optional. The port on which the Tableau Services Manager (TSM) Coordination Service peer should run. | If not included, defaults to a dynamically mapped port. For more information, see Tableau Services Manager Ports. |
COORDINATIONSERVICELEADERPORT= | Optional. The port on which the Tableau Services Manager (TSM) Coordination Service Leader should run. | If not included, defaults to a dynamically mapped port. For more information, see Tableau Services Manager Ports. |
LICENSESERVICEVENDORDAEMONPORT= | Optional. The port on which the License service vendor daemon should run. This is used in multi-node installations for licensing-related communication between nodes. | If not included, defaults to a dynamically mapped port. For more information, see Tableau Services Manager Ports. |
DATADIR='' | Optional. The location where the Tableau Server software configuration and data are stored. If you don't provide a data directory path and Tableau Server is being installed to the default location (INSTALLDIR is not specified), the default data directory is used: C:ProgramDataTableauTableau Server . If you don't provide a data directory path and INSTALLDIR is specified, DATADIR is also set to the INSTALLDIR location. | Example: DATADIR='D:TableauServerData' |
EMBEDDEDCREDENTIAL=1|0 | Required when adding a node to a cluster and the bootstrap file contains the embedded credentials of an administrator on the TSM computer. 1=true, 0=false. Default is 0. | Must be used with /silent or /quiet and with BOOTSTRAPFILE Example: |
INSTALLDIR='' | Install to the specified non-default install location. | Specifies the location to install server. If not used, Tableau Server is installed to Example: |