The button '' ok '' in "Saiku Olap Wizard" in the "CDE" of "Pentaho" does not work (i have installed Saiku 3.7)

771 views
Skip to first unread message

Yathreb Harzli

unread,
Feb 22, 2016, 10:36:24 AM2/22/16
to Saiku Dev
Hi :) This is my first experience with Pentaho , i want to add an analysis report to the Dashboard CDE but the button "OK" doesn't work does anybody has solution for it . (i'am using PANTAHO 6.0.0 and plugin SAIKU community Edition 3.7 ) thanks for help 
capture.PNG

Yathreb Harzli

unread,
Feb 23, 2016, 4:51:40 AM2/23/16
to Saiku Dev
I found the Solution for it. I copied the MDX code and i assign it to a table component . It works very well !! 

Bien à vous,
Harzli Yathreb  
Étudiante à Esprit

On Mon, Feb 22, 2016 at 4:36 PM, 'Yathreb Harzli' via Saiku Dev <d...@saiku.meteorite.bi> wrote:
Hi :) This is my first experience with Pentaho , i want to add an analysis report to the Dashboard CDE but the button "OK" doesn't work does anybody has solution for it . (i'am using PANTAHO 6.0.0 and plugin SAIKU community Edition 3.7 ) thanks for help 

--
You received this message because you are subscribed to the Google Groups "Saiku Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dev+uns...@saiku.meteorite.bi.

Yathreb Harzli

unread,
Feb 23, 2016, 5:01:27 AM2/23/16
to Saiku Dev
but i'm  still waiting for a professional response . Thanks 

Cet e-mail a été envoyé depuis un ordinateur protégé par Avast.
www.avast.com

Bien à vous,
Harzli Yathreb  
Étudiante à Esprit

Tom Barber

unread,
Feb 23, 2016, 5:04:29 AM2/23/16
to Yathreb Harzli, Saiku Dev
There is a pull request in the source code to do something, but I don't know if it fixes your stuff or not. The code is open source and community driven! :P

evandro...@gmail.com

unread,
Mar 24, 2016, 8:33:18 AM3/24/16
to Saiku Dev, yathreb...@esprit.tn

I have the same problem here, but I'm using Pentaho 6.0.1.0.386, Saiku 3.8.3 (not the Enterprise) and CDE 6.0.0.0-353.

Inspecting the Javascript of the page I found this error when the OK button is clicked. "TypeError: query is undefined SaikuOlapWizard<.buttonOk()"



I also check that the saiku plugin can not save the new query. The javascript only shows "no element found".

I also got these messages from the server log:

GenericServlet.ERROR_0004 - Resource /openi/ui/openi_supported_languages.properties not found in plugin openi
GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties_supported_languages.properties not found in plugin saiku
GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties.properties not found in plugin saiku
GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties_en.properties not found in plugin saiku
GenericServlet.ERROR_0004 - Resource /saiku-ui/saikuplugin.properties_en_US.properties not found in plugin saiku


lovee....@gmail.com

unread,
Mar 29, 2017, 2:29:38 PM3/29/17
to Saiku Dev, yathreb...@esprit.tn
I am facing the same problem here.. I am using Pentaho CE 7 and Saiku 3.14. Again there's no action on clicking the OK button in Olap Wizard. 

srikan...@gmail.com

unread,
Jun 19, 2017, 2:58:00 AM6/19/17
to Saiku Dev, yathreb...@esprit.tn, lovee....@gmail.com
Hi,

I am having the same issues.
If you have resolve the issue, kindly let me know.

John Kilin

unread,
Jun 20, 2017, 1:12:01 AM6/20/17
to Saiku Dev
Try playing with \saiku\ui\js\saiku\plugins\BIServer\plugin.js.
At the end write something like:
if (Settings.PLUGIN) {
    window.parent.getSaikuMdx = function() {
            var query = Saiku.tabs._tabs[Saiku.tabs.queryCount-1].content.query;
            var saikuStub = {
                  connection: query.model.cube.connection,
                  catalog: query.model.cube.catalog,
                  jndi: '',
                  mdx: query.model.mdx
                }
            window.parent.saveSaiku(saikuStub);
    };
}

понедельник, 19 июня 2017 г., 10:58:00 UTC+4 пользователь srikan...@gmail.com написал:

esl...@gmail.com

unread,
Aug 15, 2017, 6:41:06 AM8/15/17
to Saiku Dev
Thanks John Kilin, It worked for me!

Tom Barber

unread,
Aug 15, 2017, 6:42:21 AM8/15/17
to esl...@gmail.com, Saiku Dev
If someone who uses it, fancies pushing a PR we'd happily accept it.

akj1...@gmail.com

unread,
Aug 22, 2017, 4:12:04 AM8/22/17
to Saiku Dev, esl...@gmail.com
Hi Everone,

I was also facing same issue, try your code/instruction and issue got resolve( OK tab(button) disappear from Saiku OLAP wizad.
But I found new issue, Saiku query of Saiku OLAP Wizad is not working with any (graphical) component of CDE.
If I take(COPY) same Saiku query and use (PASTE) with MDX JNDI (CDE query component)., its work with graphical component.
Please give your valuable comment !!
I am using pentaho CE version 7 & 7.1 and saiku CE version 3.14 (from pentaho market place download)

I have another question, how people are configure Saike 3.7 or 3.8 with pentaho ?
Because from market place of pentaho, able to install only 3.14.
If you are installing manually, by downloading from from http://www.meteorite.bi, which package ?

How to use Saiku widget component in pentaho CDE ?

Thanks!!
Ajay

Esli Marques

unread,
Aug 22, 2017, 7:38:20 AM8/22/17
to akj1...@gmail.com, Saiku Dev
Hi,

When I used this work around, i have to choose the jindi conection again (even the cube that is selected automaticaly, I erase and select again).

Esli Marques. F. Araújo
Analista de Sistemas e B.I.
 (
11) 9 4555-6194 (Claro) 

akj1...@gmail.com

unread,
Aug 22, 2017, 8:58:45 AM8/22/17
to Saiku Dev, akj1...@gmail.com, esl...@gmail.com
Hi,
You want to say....we have to generate the mdx query from Saiku OLAP Wizad and copy from there and again create/ select MDX JINDI  in CDE query component and paste the Saiku query there with selection cubes and source....??
Is it way to work with SAIKU QUERY to create drill-down, drill-up and drill- through  using CUBE ?

Please comment it!!!

Esli Marques

unread,
Aug 22, 2017, 10:04:09 AM8/22/17
to akj1...@gmail.com, Saiku Dev
Well,

I don't copy and paste, I use the ok button instead, but select the data sources again.

About the drill actions, I'm new using pentaho and dont needed to use this yet (im using for academy purposes), but I beleave that you will need to use xAction components to execute new querys when you click in your charts.

Tom Barber

unread,
Aug 23, 2017, 8:03:39 AM8/23/17
to Esli Marques, akj1...@gmail.com, Saiku Dev
I'll make the same suggestion once again. If someone has a working version and would like to submit a patch, please do, then this recurring thread will stop recurring! 

Tom
Message has been deleted
Message has been deleted
Message has been deleted
Message has been deleted

esl...@gmail.com

unread,
Aug 23, 2017, 10:04:00 AM8/23/17
to Saiku Dev, esl...@gmail.com, akj1...@gmail.com
Here goes.

I could not upload entire saiku folder but here's the plugin.js (need rename extension from txt to js after download)
dir: %pentahoHome%\pentaho-solutions\system\saiku\ui\js\saiku\plugins\BIServer


Em quarta-feira, 23 de agosto de 2017 09:03:39 UTC-3, tom.barber escreveu:
I'll make the same suggestion once again. If someone has a working version and would like to submit a patch, please do, then this recurring thread will stop recurring! 

Tom
On Tue, Aug 22, 2017 at 3:04 PM, Esli Marques <esl...@gmail.com> wrote:
Well,

I don't copy and paste, I use the ok button instead, but select the data sources again.

About the drill actions, I'm new using pentaho and dont needed to use this yet (im using for academy purposes), but I beleave that you will need to use xAction components to execute new querys when you click in your charts.
2017-08-22 9:58 GMT-03:00 <akj1...@gmail.com>:
Hi,
You want to say....we have to generate the mdx query from Saiku OLAP Wizad and copy from there and again create/ select MDX JINDI  in CDE query component and paste the Saiku query there with selection cubes and source....??
Is it way to work with SAIKU QUERY to create drill-down, drill-up and drill- through  using CUBE ?

Please comment it!!!


On Tuesday, 22 August 2017 17:08:20 UTC+5:30, Esli Marques wrote:
Hi,

When I used this work around, i have to choose the jindi conection again (even the cube that is selected automaticaly, I erase and select again).
plugin.txt

nxs...@gmail.com

unread,
Aug 24, 2017, 8:33:03 AM8/24/17
to Saiku Dev
(Y)
Reply all
Reply to author
Forward
0 new messages