【问题标题】:Redshift Driver for JasperSoft Studio Community EditionJasperSoft Studio 社区版的 Redshift 驱动程序
【发布时间】:2016-02-02 20:52:35
【问题描述】:

我有以下关于 JasperSoft Studio 社区版的问题。

  1. 如何在 JasperSoft Studio 社区版中添加/安装 AWS Redshift 驱动程序。
  2. 是否可以在 JasperSoft Studio 社区版中使用 AWS 为 Redshift 提供的驱动程序。 (添加为外部 JAR,然后用于连接到集群)。

【问题讨论】:

  • 这是一个 jdbc 驱动程序,我不明白为什么不...添加为库并提供连接参数,如果您设法考虑自己回答问题。 community.jaspersoft.com/wiki/…

标签: jasper-reports jaspersoft-studio


【解决方案1】:

我已使用 JasperSoft Studio Community Edition 成功连接到我的 Redshift 集群。我做了以下方法。

  1. JDBC 驱动程序:com.amazon.redshift.jdbc41.Driver.
  2. JDBC URL:jdbc:redshift://XXXXXXXXXXXXXXXXXXXXXXXXXX:5439/db_name。

    注意:我使用了在 SQL Workbench/J 中使用的 URL。

  3. 用户名:XXXX

  4. 密码:XXXXX

驱动程序设置:在驱动程序路径对话框中提供 Redshift 驱动程序 jar 文件的位置。

您可以从以下位置下载 jar 文件:

https://s3.amazonaws.com/redshift-downloads/drivers/RedshiftJDBC41-1.1.10.1010.jar

完成上述所有步骤后,我可以连接到我的 Redshift 集群。

谢谢。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-12-05
    • 2016-08-13
    • 2015-02-06
    相关资源
    最近更新 更多