[Mondrian] Extends MDXConnection

Kleyson Rios kleysonrios at saude.go.gov.br
Thu Jun 21 09:19:18 EDT 2012


Thank you so much for your answer Luc.

Regards.

-- 
Kleyson Rios
Gestor de TI
Coordenador de BI / Banco de Dados
Gerência de Tecnologia da Informação
Secretaria de Estado da Saúde de Goiás
(62) 3201-3707

Se não pode vencer pelo talento, vença pelo esforço. (Dave Weinbaum)


Em 21/6/2012 10:06, Luc Boudreau escreveu:
>
> AFAIK, JPivot creates its own connections by its own means. It does 
> not depend on MdxConnection, as opposed to Pentaho Analyzer, which 
> does. We have also stopped supporting JPivot since a while now, and we 
> won't be performing any changes to its code base. That being said, 
> JPivot is an FOSS project; you can grab the code and extend it 
> whichever way you need.
>
> For further information, I suggest you contact the owners of the 
> JPivot project, or submit questions to Pentaho's user forums. You are 
> more likely to get an answer regarding the BI server / JPivot there.
>
> Luc
>
> PS. Please be patient when addressing questions to this mailing list. 
> None of us has any obligation to answer any of the questions here. For 
> immediate assistance, you can either drop by our UNofficial IRC 
> channel (##pentaho on freenode) or contact your services 
> representative at Pentaho.
>
>
>
>
> On Thu, Jun 21, 2012 at 8:48 AM, Kleyson Rios 
> <kleysonrios at saude.go.gov.br <mailto:kleysonrios at saude.go.gov.br>> wrote:
>
>     Nobody can help me ??
>
>     --
>     Kleyson Rios
>     Gestor de TI
>     Coordenador de BI / Banco de Dados
>     Gerência de Tecnologia da Informação
>     Secretaria de Estado da Saúde de Goiás
>     (62) 3201-3707 <tel:%2862%29%203201-3707>
>
>     Se não pode vencer pelo talento, vença pelo esforço. (Dave Weinbaum)
>
>
>     Em 20/6/2012 10:12, Kleyson Rios escreveu:
>     > I would like to understand how MDXConnection and setRole works.
>     >
>     > I have a class that extends MDXConnection with the following code:
>     >
>     > (...)
>     > Schema schemaRole = thisConn.getSchema();
>     > RoleImpl customRoleImpl = new CustomUserRole(schemaRole);
>     > thisConn.setRole(customRoleImpl);
>     > setRole(customRoleImpl);
>     > (...)
>     >
>     > In the CustomUserRole (that extends RoleImpl) I set properly a new
>     > customized schema role.
>     >
>     > The same configuration for the customRoleImpl works fine for 'New
>     > Analyser' in Pentaho EE but doesn't for JPivot in Pentaho CE.
>     >
>     > My question is: Does role security is an application dependent
>     like 'New
>     > Analyser'/JPivot or should work independent of the view
>     application ?
>     >
>     > The HashTable for the member grants in the customRoleImpl:
>     > [Product].[All Products]=<[Product].[All Products], CUSTOM>,
>     > [Product].[Motorcycles]=<[Product].[Motorcycles], ALL>,
>     > [Product].[Classic Cars]=<[Product].[Classic Cars], ALL>,
>     > [Product].[Planes]=<[Product].[Planes], ALL>
>     >
>     > Regards.
>     >
>     >
>     _______________________________________________
>     Mondrian mailing list
>     Mondrian at pentaho.org <mailto:Mondrian at pentaho.org>
>     http://lists.pentaho.org/mailman/listinfo/mondrian
>
>
>
> _______________________________________________
> Mondrian mailing list
> Mondrian at pentaho.org
> http://lists.pentaho.org/mailman/listinfo/mondrian
>    
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.pentaho.org/pipermail/mondrian/attachments/20120621/3d846354/attachment.html 


More information about the Mondrian mailing list