Best Way to Access MS Analysis Services Cube from Java

后端 未结 2 641
臣服心动
臣服心动 2021-01-13 01:48

I want to issue MDX against a MSAS cube from a Java client. What connectivity approaches have proven to be reliable for this?

相关标签:
2条回答
  • 2021-01-13 02:48

    Check out http://mondrian.pentaho.org/. This is an OLAP sever with MDX/XMLA support. I understand that what you need is a client but check in the JSP examples that comes with the sever. One example involve MDX queries over XMLA and I think this should give you a start.

    0 讨论(0)
  • 2021-01-13 02:53

    FWIW I'm using olap4j as the Java client against a MSAS server fronted up by msmdpump.dll. Seems so far to work OK.

    0 讨论(0)
提交回复
热议问题