【发布时间】:2017-12-07 14:44:23
【问题描述】:
我在 Saiku 报告 (Pentaho 7.0) 中使用 Mondrian xml 模式,并且在定义角色时,只要有括号,Saiku 就会抛出错误。 (实际上,从我不同的测试组合来看,这是我得出的结论。没有确凿的证据。) XML 解析器不会抛出错误,但是在加载数据立方体时,Saiku 不喜欢它。 例如
<Role name="ABC-DEF.GHI(JKL)">
<SchemaGrant access="none">
<CubeGrant cube="Some Cube" access="all">
<DimensionGrant dimension="[Measures]" access="all"/>
<HierarchyGrant hierarchy="Some Hierarchy (with parentheses)" access="none">
</HierarchyGrant>
</CubeGrant>
</SchemaGrant>
</Role>
有人遇到过这个问题吗?
【问题讨论】:
标签: xml pentaho mondrian saiku