无法使用 Firebird 在 spagoBI 工作室中生成元模型

Impossible to generate metamodel in spagoBI studio with Firebird

在 SpagoBI Studio 中,保存与结果 firebird 数据库正常的连接后,架构中未显示 table。可以连接松鼠

本地连接数据:

url: jdbc: FirebirdSQL: //localhost//var/lib/firebird/2.5/data/database.fdb defaultHoldable = true
user: sysdba
pass: xxxxxxxxx

也不return进行远程连接:

jdbc: FirebirdSQL: 10.114.0.130/3050: /data/samdb/database.fdb

有人可以帮我解决这个问题吗?

您可能需要先安装 Firebird DTP 插件,因为 Eclipse DTP 本身不支持 Firebird。您可以从 Firebird DTP on GitHub.

下载插件

我也遇到了同样的问题。

经过一番搜索,我发现 Spago Studio 不允许您安装任何软件。

但实际上没有必要

解决方法: 从 Firebird DTP on GitHub 下载 Firebird DTP 包,然后将内容解压缩到您的 SpagoBI(或任何 Eclipse 平台)/plugins/ 目录中,Firebird 将在数据库列表中可用,用于创建新的数据库连接。