Started 6 days, 19 hours ago (2009-11-27 09:51:00)
by SriHanuman
Quote:
Originally Posted by diego.bnova
I have about 400 mysql schemas.
In each schema I defined fact and dimensionals table and aggregates table to improve Mondrian performance.
I made a mondrian schema for each mysql schema, with explicit reference to aggregate tables( I use
aggregation designer tool).
I set the right option ...
Started 1 week ago (2009-11-26 15:46:00)
by SriHanuman
Have you checked that role is being forwarded as an input to jpivot? To be on the safe side...
Started 1 week, 1 day ago (2009-11-25 18:37:00)
by SriHanuman
Try adding schema='MySchemaName' to the
jdbc driver. And also is squirell connected with user SU2, to check if user has been setup properly....
Started 1 week, 2 days ago (2009-11-25 03:47:00)
by sramazzina sramazzina is offline Member
Define your cube using an appropriate TimeDimension with years -> month -> week -> day ( http://mondrian.
pentaho.org/document...ime_dimensi ons ) and map it respect to the KEY_DATE column.
In that case you can use the appropriate time related function to have what you're looking for (look at the link given above).
Cheers
Sergio
Started 1 week ago (2009-11-26 15:41:00)
by rsmith500
I wonder if there is
anybody out there that has used the mondrian schema workbench against a Lucid DB, that could comment on any idiosyncrasies.
As always your help is greatly appreciated.
Thank you Richard
Started 3 days, 17 hours ago (2009-11-30 11:47:00)
by jrlopez jrlopez is offline Member
Pentaho is currently using existing users and roles from another application. Everything is working fine. Acegi related files have been configured properly.
When I try to publish a schema from Schema Workbench I get an
Access Denied error for any user. Publisher config xml file has a password. How to solve this? Is there any configuration for Schema Workbench?
I know I can manually...
Started 1 week, 2 days ago (2009-11-25 02:44:00)
by tidu
Hi.
My current olap schema have dimenion DimDate having level year on which there exists key expression. i.e. To_NUMBER (To_CHAR(DATE_,'yyyy')).
I created a
aggregate at Year on DimDate. Now i m not able to execute MDX as Mondrian is throwing below exception at the time of loading the new schema.
4438 [main] ERROR mondrian.rolap.aggmatcher.AggTableManager - ...
Started 1 week ago (2009-11-26 10:53:00)
by Endru
Did'u solve that problem?