问题标签 [spagobi]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
highcharts - 高图表(在 Spago BI 中) - 如何允许重复?
如何让我的图表输入重复数据?
这是我的模板。什么不见了?
我尝试放入一些诸如 showempty 但仍然没有运气。
我目前正在使用这个进行反复试验
birt - SpagoBI:添加外部超链接到报告
我正在使用 birt 在 SpagoBI 中构建报告。我已经构建了报告,但我想添加一个指向外部站点的超链接。我不知道该怎么做。
任何帮助都会受到高度评价。
java - Error adding widgets to a cockpit in SpagoBI 5.1.0
We have deployed a SpagoBI 5.1.0 using an pre-made vm image from FIWARE Cloud.
We've added our PostgreSQL as a read-only data source. We've also added a few datasets and made some BIRT reports with Spago Studio. Those reports work fine, so I assume the datasets are properly defined.
Our problems start when adding a widget to a cockpit. We choose any dataset and configure the widget, and then when SpagoBI try to render it, we get an error.
Impossible to load dataset [bookings] due to the following service errors: SbiCacheItem is not mapped [from SbiCacheItem h where h.signature = ?];
It happens with any dataset, not only bookings.
Being a cache problem we added another data source (a MySQL database) with write permissions and set it as write default, but that didn't help. We also tried several values in the SPAGOBI.CACHE.DATABASE_SCHEMA configuration variable, and again got the same result.
You can find the stack trace for the error in pastebin: http://pastebin.com/KhEL8tJD
We don't know what else to try. Any ideas?
birt - Spagobi Birt 报告显示所有数据使用过滤器给出错误
我正在使用 SpagoBI BIRT 报告。我想在我的报告中添加多个过滤器,并希望默认显示所有数据。为什么我会收到如下错误:
服务错误:无法评估参数验证的错误
spagobi - WordPress 中的 SpagoBI
我们在 SpagoBI 服务器上有几个图表。我们希望在 SpagoBI 服务器之外显示这些图表,最好我们希望在任何 java 或 php CMS 中显示这些图表。以wordpress为例,是否可以在Wordpress中显示SpagoBI图表?感谢任何指导。谢了。
hive - 无法从 SpagoBI 连接到 Cosmos 公共服务器
似乎 hive jdbc 客户端版本与 cosmos 服务器上的版本不匹配。
知道我应该在 SpagoBI 上使用哪些特定的 jar 文件来为 Cosmos 上的 hive2 服务器提供适当的 JDBC 连接。
谢谢!
请参阅下面的堆栈跟踪:
mysql - 在 SPAGOBI 中,我如何在实际报告中打印日期参数
我的问题是如何在实际报告中打印日期参数(2013-06-01 和 2013-06-06)
(例如:我认为 2013-06-01 是从,2013-06-06 是迄今为止)
java - SpagoBI 5.1 所需的 jdk 版本
我按照下面提到的链接中给出的说明进行操作。
http://www.scribd.com/doc/179575250/SpagoBI-4-0-Baby-Steps#scribd
使用 jdk 的版本是 1.6。什么时候双击“SpagoBIStartup.bat”。Tomcat sermver 启动并且 Spago 相关文件正在部署,但是当我浏览链接时。
我得到 404。 Antway Tomcat 运行的不是 SpagoBI。当我浏览http://localhost:8080/时,我可以看到 tomcat 索引页面。SpagoBI 5.1 或 Spago 特定环境设置是否有任何特定的 java 版本。我已经将 CATALINA_HOME 设置为指向 SpagoBI 文件夹的位置。