-
me dice que no encuentra las medidas, en este ejmplo no encuentra total_preciopromesa_uf, pero intentè con otras y tampoco las encuentra, siendo que la consulta mdx esta buena ya que lo comprobe con el mdx editor del propio schema workbench.
el error es este, no se si tu me puedes mandar un ejemplo de los que si te funcionan a ti. Gracias!
2010-02-08 17:34:46,500 WARN [org.pentaho.platform.engine.services.runtime.Templ ateUtil] not found: [Measures].[total_preciopromesa_uf]
2010-02-08 17:34:46,500 WARN [org.pentaho.platform.engine.services.runtime.Templ ateUtil] not found: [Measures].[total_preciopromesa_uf]
2010-02-08 17:34:46,500 WARN [org.pentaho.platform.engine.services.runtime.Templ ateUtil] not found: [Measures].[total_preciopromesa_uf]
2010-02-08 17:34:46,500 WARN [org.pentaho.platform.engine.services.runtime.Templ ateUtil] not found: [Measures].[total_preciopromesa_uf]
2010-02-08 17:34:46,562 ERROR [com.tonbeller.jpivot.mondrian.MondrianModel] Parse Failure
mondrian.olap.MondrianException: Mondrian Error:Failed to parse query '
select NON EMPTY {[Measures].[total_preciopromesa_uf]} ON COLUMNS,
NON EMPTY Crossjoin(Hierarchize({([PERIODO].[All PERIODOs], [TIPO VIVIENDA].[All TIPO VIVIENDAs], [TIPO VENTA].[All TIPO VENTAs], [REAL O EXTRAPOLADO.REAL EXTRAPOLADA].[All REAL O EXTRAPOLADO.REAL EXTRAPOLADAs])}), {[LUGAR].[All LUGARs]}) ON ROWS
from [fact_negocios]
mi configuracion de roles es esta:
<Role name="security">
<SchemaGrant access="all">
<CubeGrant cube="fact_negocios" access="none">
<HierarchyGrant hierarchy="LUGAR" access="all">
</HierarchyGrant>
</CubeGrant>
</SchemaGrant>
</Role>
<Role name="tomcat">
<SchemaGrant access="none">
<CubeGrant cube="fact_negocios" access="none">
</CubeGrant>
</SchemaGrant>
</Role>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules