Error to migrate Saiku Analytics Pentaho Plugin to Pentaho 9.1 - pentaho

We are using Pentaho 5.4 and Saiku Analytics Community Edition, and we need to migrate to Pentaho 9.0.
After a deep search, it seems that Saiku Analytics Community Edition has been discontinued.
Is there any additional solution to migrate our old reports done using Saiku in Pentaho 5.4 to Pentaho 9.1?
Or another tool to migrate from Saiku like (Pivot4j, JPivot, ...)
I look forward to hearing from you, Thank you very much in advance.

Related

Where to find Saiku Reporting standalone version?

As I understand it, currently Saiku Reporting is available (?) as a Pentaho plugin to run on any recent Pentaho BI server. But I remember that earlier was available standalone version that allows to embed Saiku Reporting into 3rd party apps.
As standalone and as plugin available only Saiku Analytics.
Saiku Analytics as Pentaho plugin:
Saiku Analytics standalone (deployed in Tomcat):
As a plugin Saiku Reporting is not available (is not ready yet), so I want to deploy Saiku Reporting standalone version in a servlet container Tomcat.
About Saiku Reporting
Saiku Reporting is a web-based reporting client available both as a
standalone web-application and as a plugin for the Pentaho Bi-Server.
It uses the Pentaho Metadata-Layer to provide an easy to use adhoc
reporting facility with a rich enduser experience.
Where to find Saiku Reporting standalone version?
I tried to find this version but not found.
So, now I use Pentaho 4.8 as a container for Saiku Reporting plugin and Saiku Analytics as standalone web- application deployed in Tomcat. I stopped Pentaho 5 and don't see the reason to use it in my case.
Unfortunately (while, I hope) don't work filters in Saiku Reporting, I asked a separate question here - Is there comparison predicates in Saiku Reporting?

I want to create a interactive bar-chart in pentaho

I am using pentaho. I want to create a interactive bar-chart. so that I can click on a bar in that chart and the other report contents get changed accordingly. I am not able to do this in User Console. Is it possible to do it using User console? or some other way ?
It honestly depends on if you are using the Enterprise Edition (paid) or the Community Edition (free).
In the Enterprise Edition, there is an included Dashboard Creator and Editor that allows you to do what you are describing - here is a link that explains how to do content linking in Enterprise Edition Dashboards: Enterprise Edition Content Linking
If you are using the Community Edition, I recommend checking out the CTools add-on for creating dashboards: Pentaho CTools

Saiku community edition

I'm a new user in OLAP. I've installed PENTAHO. I can create new "olap cubes" with pentaho and I'm able to see the cubes, using Saiku trial plugin, installed using pentaho marketplace.
Now I've installed Saiku community edition.
I'd like using Saiku community edition but I'm not able to create a new cube.
How can I create new cube using Saiku commuity edition?
I've read to use Saiku Schema Designer but I don't find the community edition or how can I install saiku community edition inside of pentaho ?
To you create a new cube in Saiku CE standalone mode, you need create a data source in Admin console (http://wiki.meteorite.bi/display/SAIK/Data+Source+Management).
The Schema Designer plugin is for version Enterprise, then you need install Saiku EE get a license for use it. Schema Designer not work in Pentaho, because it use Mondrian 3 and Saiku EE standalone work with Mondrian 4.
See more about Schema Designer here:
http://wiki.meteorite.bi/display/SAIK/Creating+schema+using+Saiku+Schema+Designer
You can use pentaho schema workbench create a Schema file.Then create a dataSource file.Finally,put schema file in foodmart folder,put datasource file in saiku-datasources folder.

Mule Studio and Community Edition

I'm using Mule Studio to create my integration applications and running them on the Community Edition. I'm having issues because Mule Studio is always changing the schemas. For example, I want to use mule-ftp.xsd, but it will change it to mule-ftp-ee.xsd.
Is there a way to tell Mule Studio to not user Enterprise Edition features?
I found how to do it. You need to install the Community Edition runtime and edit the mule-project.xml file as explained here:
http://www.mulesoft.org/documentation/display/current/Adding+Community+Runtime

Online Backup for neo4j Community Edition

I'm looking for Online backup feature for neo4j Community edition. There is a component available for neo4j Enterprise, but couldn't find for Community edition.
The online backup is only available for the enterprise edition.
You could always write your own ServerExtension or Plugin to export all or a sub-set of your data without shutting down the server or use something like the Geoff-Plugin which exports data in a human readable format and can re-import it again.