Closed neolinkbb closed 5 years ago
In order to help me fix this issue as soon as possible, can you please send me your browser's logs when this problem happens? Using Chrome you can achieve this by pressing F12 (or right click on your webpage and selecting Inspect), then you click on 'Console' tab, reproduce the problem and copy the contents. Currently there are several versions of Saiku running on different platforms, with patches developed for each client. Running the latest Saiku release I am able to switch between cubes, as the attached screen capture demonstrates.
Thanks a lot.
Hi,
This is the logs of when i press « Okay » [cid:image001.png@01D57770.7293A9A0] TypeError: this.extractDefaultFilters is not a function Workspace.js:520:31 create_new_query https://saiku-cd.neolink.link/js/saiku/views/Workspace.js:520 okay https://saiku-cd.neolink.link/js/saiku/views/WarningModal.js:55 call https://saiku-cd.neolink.link/js/saiku/views/Modal.js:90 call self-hosted:1003 jQuery 2 dispatch handle
Thanks and i hope it will help you.
Regards,
Blandine Bouchacourt Data Analyst 22, rue Christophe Colomb – 41000 Blois blandine.b@neolink.linkmailto:blandine.b@neolink.link [neolink]https://www.neolink.link/
De : Bruno Gama Catão notifications@github.com Envoyé : dimanche 29 septembre 2019 16:17 À : OSBI/saiku saiku@noreply.github.com Cc : Blandine BOUCHACOURT blandine.b@neolink.link; Author author@noreply.github.com Objet : Re: [OSBI/saiku] I can't switch cube in the same query tab (#709)
In order to help me fix this issue as soon as possible, can you please send me your browser's logs when this problem happens? Using Chrome you can achieve this by pressing F12 (or right click on your webpage and selecting Inspect), then you click on 'Console' tab, reproduce the problem and copy the contents. Currently there are several versions of Saiku running on different platforms, with patches developed for each client. Running the latest Saiku release I am able to switch between cubes, as the attached screen capture demonstrates.
SwitchingCubes.ziphttps://github.com/OSBI/saiku/files/3667432/SwitchingCubes.zip
Thanks a lot.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/OSBI/saiku/issues/709?email_source=notifications&email_token=ANJ62MR3DZD3V6CGQOEETELQMC2HFA5CNFSM4I2Z6NQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD73V6RI#issuecomment-536305477, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ANJ62MUJPOTNEGA5WCAABSDQMC2HFANCNFSM4I2Z6NQA.
Here's a fix for this problem, based of the logs. Please replace the file SAIKU_DIR/server/tomcat/webapps/ROOT/js/saiku/views/Workspace.js
with the one in the zip package below:
Workspace.zip
Please extract the contents of this zip file (githup does not allow posting plain js files, that why I've sent it inside a zip file) and put it inside the before mentioned directory.
The fixed file was also updated in SaikuEE repository.
Hi Bruno,
Thanks it works.
Regards,
Blandine Bouchacourt Data Analyst 22, rue Christophe Colomb – 41000 Blois blandine.b@neolink.linkmailto:blandine.b@neolink.link [neolink]https://www.neolink.link/
De : Bruno Gama Catão notifications@github.com Envoyé : dimanche 6 octobre 2019 17:54 À : OSBI/saiku saiku@noreply.github.com Cc : Blandine BOUCHACOURT blandine.b@neolink.link; Author author@noreply.github.com Objet : Re: [OSBI/saiku] I can't switch cube in the same query tab (#709)
Here's a fix for this problem, based of the logs. Please replace the file SAIKU_DIR/server/tomcat/webapps/ROOT/js/saiku/views/Workspace.js with the one in the zip package below: Workspace.ziphttps://github.com/OSBI/saiku/files/3694595/Workspace.zip Please extract the contents of this zip file (githup does not allow posting plain js files, that why I've sent it inside a zip file) and put it inside the before mentioned directory. The fixed file was also updated in SaikuEE repository.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/OSBI/saiku/issues/709?email_source=notifications&email_token=ANJ62MSC3VZH6PLHD5R544LQNIC2NA5CNFSM4I2Z6NQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAONIUQ#issuecomment-538760274, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ANJ62MSZCBEKA52SHP6ONVTQNIC2NANCNFSM4I2Z6NQA.
Is this a bug report?
Yes
Environment
java -version
: java version "1.8.0_211" Java(TM) SE Runtime Environment (build 1.8.0_211-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.211-b12, mixed mode)Operating system: CentOS (server where Saiku was installed), Windows 10 family (my computer)
Browser and version (if relevant) : Firefox 69.0.1 (64 bits)
Saiku plugin to Pentaho or Saiku Standalone : Saiku Standalone
Saiku CE or Saiku EE : Saiku EE
Saiku version: Saiku Suite V2.1 GA
Steps to Reproduce
When i’m editting a query and i want to switch cube, this following windows opens. So i press « Okay » to valide my choice but nothing happen : the windows is open again and i can't use the query tab.
Steps :
Create a new query
Select a cube
Select an other cube
Press "Okay" : Nothing happen
Press Cancel : I can't use the query tab and the data (measures and dimensions) are from the previous cube
I don't know how is it possible. Maybe i need to activate or change a parameter !
Thanks for your help.