简体   繁体   English

安装 AWS Redshift 驱动程序 Tableau Server 不工作

[英]Install AWS Redshift drivers Tableau Server not working

I installed AWS Redshift drivers in Tableau Server using:我使用以下方法在Tableau Server中安装了AWS Redshift驱动程序:

Download:下载:

wget https://s3.amazonaws.com/redshift-downloads/drivers/odbc/1.4.27.1000/AmazonRedshiftODBC-64-bit-1.4.27.1000-1.x86_64.rpm

Install:安装:

sudo yum --nogpgcheck localinstall AmazonRedshiftODBC-64-bit-1.4.27.1000-1.x86_64.rpm

Install output is:安装output是:

Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
Examining AmazonRedshiftODBC-64-bit-1.4.27.1000-1.x86_64.rpm: AmazonRedshiftODBC-64bit-1.4.27-1.x86_64
Marking AmazonRedshiftODBC-64-bit-1.4.27.1000-1.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package AmazonRedshiftODBC-64bit.x86_64 0:1.4.27-1 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

========================================================================================================================================================================================================================
 Package                                                Arch                                 Version                                Repository                                                                     Size
========================================================================================================================================================================================================================
Installing:
 AmazonRedshiftODBC-64bit                               x86_64                               1.4.27-1                               /AmazonRedshiftODBC-64-bit-1.4.27.1000-1.x86_64                                60 M

Transaction Summary
========================================================================================================================================================================================================================
Install  1 Package

Total size: 60 M
Installed size: 60 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : AmazonRedshiftODBC-64bit-1.4.27-1.x86_64                                                                                                                                                             1/1 
  Verifying  : AmazonRedshiftODBC-64bit-1.4.27-1.x86_64                                                                                                                                                             1/1 

Installed:
  AmazonRedshiftODBC-64bit.x86_64 0:1.4.27-1                                                                                                                                                                            

Complete!

When I test redshift connection I get this error:当我测试 redshift 连接时,出现此错误:

Drivers needed not installed to connect to db.<br>2021-06-28 14:39:57.163, (YNnfPNRMIky5JaHdM7bkwwAAANQ,1:1

downgrade the driver to 1.4.20.1001, any version after this is not compatible with tableau server.将驱动程序降级到 1.4.20.1001,之后的任何版本都与 Tableau Server 不兼容。

https://s3.amazonaws.com/redshift-downloads/drivers/odbc/1.4.20.1001/AmazonRedshiftODBC-64-bit-1.4.20.1001-1.x86_64.rpm https://s3.amazonaws.com/redshift-downloads/drivers/odbc/1.4.20.1001/AmazonRedshiftODBC-64-bit-1.4.20.1001-1.x86_64.rpm

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM