Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best Way to Access MS Analysis Services Cube from Java

Tags:

java

mdx

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

like image 632
David Collie Avatar asked Feb 05 '09 23:02

David Collie


2 Answers

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

like image 200
David Collie Avatar answered Nov 18 '22 08:11

David Collie


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.

like image 31
Manuel Darveau Avatar answered Nov 18 '22 07:11

Manuel Darveau