mdx - New mondrian cube not available in XMLA pentaho -
i have mondrian cub xml schema file. have used a basis analysis datasource. can query thing file saiku, , everthing works fine.
however, when use olap4j , try connect via xmla connetor, not show in list of cubes. other cubes show , can queried. set enablexmla parameter true.
code:
namedlist<catalog> c = oconnection.getolapcatalogs(); namedlist<schema> l = oconnection.getolapschemas(); schema schema = oconnection.getolapschema("mycube"); namedlist<cube> cubes = schema.getcubes();
when print out list of catalogs, can see it, 1 schema , 1 cube listed when print them out. (not 1 want of course)
i have refreshed , rebooted server. there else need do?
Comments
Post a Comment