ISSUE :
 
Profile photo
Submitted by Pentaho Pentaho
on October 7th, 2011 at 11:46:16 EST

How do I see the cube i configured for Saiku in Pentaho

Hi,
I just configured a OLAP cube in Pentaho OLAP datasource in this location
<Pentaho+HOME>/ biserver-ce/pentaho_solutions/system/OLAP/
using this blog post

but i don't see my cube in drop down anything I am missing.
I see my data source in the dataosuces.xml file inside olap folder in above location and I did save the model successfully.
Any suggestion is appreciated.


Profile photo
Replied by Yogaraj Khanal
on October 7th, 2011 at 11:49:24 EST
Try restarting Pentaho BI server.Should work I had similar issues.
Please use this posts for refernces if you missed any steps.


If you still have issue please post logs for tomcat and pentaho.
Accepted Answer
Accepted
 Answer

Profile photo
Replied by Pentaho Pentaho
on October 7th, 2011 at 11:52:12 EST
It works.Great thanks for prompt response.

Profile photo
Replied by ETL Talend
on October 15th, 2011 at 07:50:10 EST
I am getting problem it say's there is error creating/updating the model and when i see the logs it says serialization error.Any clues what I might be doing wrong?

Profile photo
Replied by Yogaraj Khanal
on October 15th, 2011 at 12:27:33 EST
What version of JDK are you using?
Issue echo $JAVA_HOME & java -version command in Linux or echo %JAVA_HOME% in Windows.
I had this issue when I was using JDK 1.7.

Profile photo
Replied by Yogaraj Khanal
on October 15th, 2011 at 12:28:51 EST

Profile photo
Replied by ETL Talend
on October 19th, 2011 at 15:52:37 EST
It fixed the problem was JDK 7 issue.
Thanks for the information.