Spotfire Serverのインフォメーションリンク機能を利用してデータベースからデータを取得する際にはJDBCドライバーを利用します。
以下の要件に満たしているJDBCドライバーであればSpotfire Server内では正しく動作します。
- Spotfire Serverに同梱されているJavaに対応していること
- 接続先データベースをサポートしていること
Spotfire Serverに同梱されているJavaのバージョンは下表の通りです。
| Spotfire Serverバージョン | Javaバージョン |
|---|---|
| 10.10 LTS | 11.0 |
| 11.4 LTS | 11.0 |
| 12.0 LTS | 17.0 |
| 14.0 LTS | 17.0 |
| 14.6 LTS | 21.0 |
注意事項として、Spotfire Serverに同梱されている以下のJDBCドライバー(v14.0.0の例)はリポジトリデータベースへ接続する際にも使用されますので、これらのドライバーを変更や削除しないでください。
- C:\spotfire\spotfireserver\14.0.0\tomcat\webapps\spotfire\WEB-INF\lib\
- mssql-jdbc.jar
- postgresql.jar
参考資料
-
https://support.tibco.com/support-home/kbsearch/article?articleNumber=KB0138177
- As long as the JDBC driver version is compatible with the JDK version of the Spotfire Server in use, and the target database version is compatible with the JDBC JAR, it should work fine.