Skip to end of banner
Go to start of banner

Tableau Server (Hosted Jira)

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

To setup scheduled refreshes inside Tableau Server, the base Connector URL needs to be whitelisted


Instructions for Tableau Server version 2018.1 and below

  1. Open terminal window (Command prompt on Windows)

  2. Change to Tableau server installation/bin directory (Example on windows: cd C:\Program Files\Tableau\Tableau Server\10.3\bin)

  3. Enter command as follows

    tabadmin whitelist_webdataconnector -a https://www.aioreports.com/aio-app/public/tableauconnect
    tabadmin whitelist_webdataconnector -a https://www.aioreports.com:443/aio-app/public/tableauconnect
  4. Restart Tableau Server

    tabadmin restart

Instructions for Tableau Server version 2018.2 and above

With Tableau Server 2018.2, tabadmin utility has been replaced with tsm utility. More information can be found here: Comparing Functionality of tabadmin and TSM

  1. Open terminal window (Command prompt on Windows)

  2. Change to Tableau server installation/bin directory (\Program Files\Tableau\Tableau Server\packages\bin.<version>)

  3. Enter commands as follows

    tsm data-access web-data-connectors allow -r true
    tsm data-access web-data-connectors add -n "AIO_Tableau_Connector_Jira_1" --url https://www.aioreports.com/aio-app/public/tableauconnect
    tsm data-access web-data-connectors add -n "AIO_Tableau_Connector_Jira_2" --url https://www.aioreports.com:443/aio-app/public/tableauconnect
  4. Apply changes and restart Tableau Server

    tsm pending-changes apply
  5. After restart, confirm that the URLs have been whitelisted

    tsm data-access web-data-connectors list

For more information please refer to TSM Web Data Connectors

  • No labels