PDA

View Full Version : Cube view



54095707
06-13-2007, 07:04 AM
Hallo,

I am already published my cube. Was successfully. But when i go to the portal of pentaho and click on my cube a message apperar. Pentaho says that it is not possible to access directly and I must access through others pages...I dont understand this, because the cube appear on the portal. I hope someone can help me. Thanks!!!

jtcornelius
06-14-2007, 11:20 AM
That message usually indicates that the datasource in the pentaho server is not configured correctly. Review this post and see if it resolves your problem:

http://forums.pentaho.org/showthread.php?t=53264&highlight=configure

HTH,
Jake

54095707
06-18-2007, 07:34 AM
I have read it.. But what i don't know is which driver should I download. Thank you

jtcornelius
06-19-2007, 09:13 AM
You need to place the JDBC driver that corresponds with the type of RDBMS your are connecting to in the ..\default\lib directory.

For example:

hypersonic = hsqldb.jar
postgres = postgresql-8.1-406.jdbc3.jar

etc.