跳转至

Tableau Server setup(Tableau Server 配置指南)

Follow the below steps to set up Tableau Server for publishing. These steps must be performed by an administrator. The JDBC driver (.jar) and Tableau connector (.taco) files are the same as for Tableau Desktop.

Step 1: Install Foundry Datasets JDBC Driver

Navigate to Downloads: Foundry Datasets JDBC driver to download the .jar file. Place it in the directory where Tableau Server looks for drivers. If using Windows, the location is C:\Program Files\Tableau\Drivers.

Step 2: Install the Tableau Connector File

Navigate to Downloads: Tableau Connector to download the .taco file. Place the file in [Your Tableau Server Install Directory]/data/tabsvc/vizqlserver/Connectors. By default, on Windows this is C:\ProgramData\Tableau\Tableau Server\data\tabsvc\vizqlserver\Connectors.

Alternatively, you can create a new directory to store connectors, then configure Tableau Server to use that directory by running tsm configuration set -k native_api.connect_plugins_path -v C:/tableau_connectors. Then, place the .taco file there instead.

(Optional) Step 3: Setup OAuth for Desktop and Server

If you would like report creators to be able to authenticate via OAuth on Tableau Desktop and publish reports using OAuth, this must be configured. See Tableau OAuth: Setup Guide for more information.

Step 4: Restart Tableau Server

Every time the connector file is changed, you must restart Tableau Server.


中文翻译


Tableau Server 配置指南

请按照以下步骤配置 Tableau Server 以进行发布。这些步骤需由管理员执行。JDBC 驱动(.jar)和 Tableau 连接器(.taco)文件与 Tableau Desktop 使用的文件相同。

步骤 1:安装 Foundry Datasets JDBC 驱动

前往下载页面:Foundry Datasets JDBC 驱动下载 .jar 文件。将其放置在 Tableau Server 查找驱动的目录中。若使用 Windows 系统,该目录为 C:\Program Files\Tableau\Drivers

步骤 2:安装 Tableau 连接器文件

前往下载页面:Tableau 连接器下载 .taco 文件。将文件放置在 [您的 Tableau Server 安装目录]/data/tabsvc/vizqlserver/Connectors 中。在 Windows 系统上,默认路径为 C:\ProgramData\Tableau\Tableau Server\data\tabsvc\vizqlserver\Connectors

或者,您可以创建一个新目录来存储连接器,然后通过运行 tsm configuration set -k native_api.connect_plugins_path -v C:/tableau_connectors 命令配置 Tableau Server 使用该目录。之后将 .taco 文件放置在该目录中。

(可选)步骤 3:为 Desktop 和 Server 配置 OAuth

如果您希望报表创建者能够通过 OAuth 在 Tableau Desktop 上进行身份验证,并使用 OAuth 发布报表,则必须进行此配置。更多信息请参阅 Tableau OAuth:配置指南

步骤 4:重启 Tableau Server

每次更改连接器文件后,都必须重启 Tableau Server。