This topic describes how to install and configure Tableau Server to use an external service for Tableau Server Repository.
Before you installYou must have Advanced Management activated on your Tableau Server. For more information about Advanced Management, see About Tableau Advanced Management on Tableau Server.
Your Tableau Server environment must be one of the following:
You must have an instance of PostgreSQL database install and ready. You will also need the endpoint of your PostgreSQL DB instance.
Download the SSL certificate:
Secure connections between Tableau Server and the External Repository are not required, but recommended.
If you want to set up SSL connections for communications between Tableau Server and the External Repository, do the following:
Create a json file with the following configuration settings:
{ "flavor":"<flavor name>", "masterUsername":"<admin user name>", "masterPassword":"<password>", "host":"<instance host name>", "port":5432 }
flavor: This is the type of external service you are going to use for Tableau Server repository.
masterUsername:
Amazon RDS: Use "rails" for the user name. This is the user that you specified when creating the RDS instance.
You must use "rails" as the masterUsername. This is required for the external repository to work with Tableau Server properly.
masterPassword: This is the same password you specified when creating the PostgreSQL database instance.
host: This is the endpoint of your PostgreSQL database instance.
port: The database port you specified when creating the PostgreSQL DB instance.
Using TSM CLI:
Install and Initialize TSM: Follow the "Use the TSM CLI" instructions provided in this topic and complete steps 1-5 which runs the setup program and installs TSM.
Activate and Register Tableau Server: Provide the Tableau Server Key and the Advanced Management key in the activate step. You will need to run the following command twice, first with the Tableau Server product key and then with the Advanced Management product key:
tsm licenses activate -k <product key>
Configure Initial Node Settings: Follow the "Use the TSM CLI" instructions provided in the topic to configure the initial node settings.
Important! Do not run the Initialize and Start Tableau Server step when you configure the initial node. After completing the other steps in the Configure Initial Node Settings topic, return to this page and follow the rest of the instructions.
Configure Tableau Server to use the external repository by using the following commands:
Specify the external repository settings using the json file that you created in the previous step:
tsm topology external-services repository enable -f <filename>.json -c <ssl certificate file>
The json file is the file that you created in the first step with the configuration settings.
Note: The SSL certificate is needed only if you are using encrypted connections between Tableau Server and the External Repository. If this is not a must for you, you must specify the --no-ssl option. In this case, the tsm command would look like this:tsm topology external-services repository enable -f <filename>.json --no-ssl
Apply the changes:
tsm pending-changes apply
To initialize and start Tableau Server:
tsm initialize --start-server --request-timeout 1800
Add an Administrator Account and complete the installation.
Who can do thisTableau Server Administrators can install and configure Tableau Server.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4