Add connectors to the safe list

Add connectors to the safe list

In terminal change the directory to Tableau Server installation/bin directory

 Source Name - Your Data Source name

Be sure to use straight quotes (" and '), not curly or "smart" quotes, around the name of the Web Data Connector. Use double quotes (") if the name contains a space.

Execute two commands correcting them according to your data:

tsm data-access web-data-connectors add -n "Source Name" --url <your jira domain>/tableau


tsm data-access web-data-connectors add -n "Source Name" --url <your jira domain>:443/tableau

To Allow Web Data Connector extract refreshes, execute the command:

tsm data-access web-data-connectors allow

After running any commands that make changes to Web Data Connectors, you need to Apply your pending changes. Apply changes exectuting the command:

tsm pending-changes apply

Since pending changes require a server Restart, the pending changes apply command will display a prompt to let you know a restart will occur.

After Tableau Server restart you can view the list of all Web Data Connectors on the safe list, using the following command:

tsm data-access web-data-connectors list