Questions tagged [fiware-knowage]

Knowage is the open source business analytics suite that combines traditional data and big data sources into valuable and meaningful information. It merges the innovation coming from the community with the experience and practices of enterprise-level solutions.

Knowage suite is composed of several modules, each one conceived for a specific analytical domain. They can be used individually as complete solution for a certain task, or combined with one another to ensure full coverage of user’ requirements, allowing to build a tailored product.

Knowage suite is available on two versions. The Community Edition, with the whole set of analytical capabilities, entirely free under an open source licence, is part of the software stack managed by FIWARE as SpagoBI always did.

Knowage is the successor of SpagoBI and SpagoBI users are recommended to upgrade to Knowage

https://www.knowage-suite.com

20 questions
7
votes
1 answer

error when deploying OLAP cube in spagoBI. message: cannot deploy document on server: class it.eng.spagobi.sdk.exceptions.SDKException

error when deploying OLAP cube in SpagoBI. error message: cannot deploy document on server: class it.eng.spagobi.sdk.exceptions.SDKException
6
votes
1 answer

How to loop query with given parameters in Birt Report

I Have made a report in birt. The dataset of the report containing the query which contains many where conditions using a Startdate parameter. I have made two parameters Startdate and Enddate. I want to loop that parameter from a Startdate parameter…
dhS
  • 3,739
  • 5
  • 26
  • 55
6
votes
2 answers

MongoDb: Aggregation using Groovy language

Iam using groovy scripting under SpagoBI. I want to use aggregation. I want for example to execute the following aggregation: db.myCollection.aggregate( [ { $group : { _id : { day: { $dayOfMonth: "$recvTime" } } …
sabrina2020
  • 2,102
  • 3
  • 25
  • 54
4
votes
1 answer

how to create a parameter in spagoBi studio with multiple values

how to create a parameter in spagoBI studio with multiple values. i am creating a report and want the queries to be run for multiple selection values.
dhS
  • 3,739
  • 5
  • 26
  • 55
4
votes
1 answer

SpagoBI Studio and BIRT Report with String Parameters does not work

SpagoBI Studio BIRT fails to retrieve external data set definition when data set has a String parameter. I'd like to have an external data set with String parameters, defined in SpagoBI. That data set uses the parameter in the query's WHERE clause.…
dbh
  • 1,607
  • 13
  • 18
1
vote
0 answers

Integration of Data sets with Java Class in KnowAge

we want to integrate knowage Javaclass with JPA hibernate ORM. i don't know how to join the java class with knowage data set. so that knowage fetch data and generate report.
1
vote
1 answer

How to fix empty dashboard screen in Knowage?

I try to get knowage running in a docker environment. After several issues to get knowage running I finally managed to log in. After some more issues I was also able to connect knowage to a fiware orion context browser. However, when I try to add a…
Kevin
  • 11
  • 2
1
vote
2 answers

Knowage BI - SQL Server DataSource

I have a question about knowage (opensource BI software - www.knowage-suite.com). Can anyone tell me how create DataSource with a SQL Server connection? Regards, Tomasz
Tomasz Filipek
  • 579
  • 1
  • 6
  • 17
0
votes
0 answers

Fiware: Broken integration with Knowage

Since several days I'm trying to implement my solution based on different fiware components with Knowage platform. What I'm trying to do is simply connect Knowage to HDFS to perform simple queries on the data that is stored via Cygnus. I managed to…
Ernesto
  • 11
  • 2
0
votes
0 answers

Connection to Hive/BigData through Knowage in Fiware ecosystems

I'm new to Knowage and Fiware ecosystem, I'm building a dataflow to store context data in Orion and to persist these data to HDFS through Cygnus. Now, I'm experimenting to connect Knowage to my Spark/Hadoop env to visualize and analyze these data,…
0
votes
1 answer

Knowage stops responding [on Apache Tomcat]

I'm using Knowage and have setup a data source, many parameterized datasets, and a cockpit. I have a detailed report that requires many datasets. The cockpit started freezing and I have to restart the Knowage server to get it to respond. I split the…
Jeremy
  • 2,970
  • 1
  • 26
  • 50
0
votes
1 answer

An error has occurred. Retry later.If the problems persists, contact the system administrator. - KNOWAGE

having trouble running generic report after upgrading tomcat version from 7.0.50 to version 9.0.38. Knowage version : 6.4.4 OS : CentOS 7 Tomcat version : 9.0.38 Error from log file : 13 Oct 2020 16:02:27,173…
SamGS28
  • 1
  • 1
0
votes
0 answers

Using Java Runtimes 12 and 8 in Tomcat server (Knowage)

I'm installing Knowage in Windows. But when trying to make it work with OpenJDK 12, I've found several NoClassDefFoundError regarding classes in javax.xml (this one can be solved downloading small jar files) and sun.misc.BASE64Encoder (there are no…
dmcontador
  • 660
  • 1
  • 8
  • 18
0
votes
1 answer

What should my "my.conf" for mysql look like?

I'm trying to install knowage in a linux virtual machine. To install knowage I have to install mysql. When I install mysql I get this typical error which I can't solve in any way I've found. Errors were encountered while processing: …
Wylliam M
  • 25
  • 6
0
votes
1 answer

how to fix 'HTTP Status 404 - /knowage/' error after installation Knowage with tomcat server(The requested resource is not available.)

I have installed knowage 6.4 in windows 7 successfully and after completing the installation when I tried to access it on 'http://localhost:8080/knowage', I am getting this error below Error: HTTP Status 404 - /knowage/ Error Description: The…
Abrhalei
  • 1
  • 2
1
2