eMondrian is a distribution of the Mondrian (R)OLAP engine version.
The main feature of this version is support of ADOMD.NET and Excel clients.
- Download dist/emondrian.war file.
- Copy emondrian.war file to webapps directory of your java server (Apache Tomcat, Jetty, Tiny Java Web Server).
- eMondrian Binaries
- Configuration files to deploy eMondrian to a servlet container (like Tomcat, Jetty, etc.)
- Sample databases
On Excel DATA tab select From Other Sources item and then select From Analysis Services. Enter
http://<your_server_address>:8080/emondrian/xmla
as Server name. For example,
http://localhost:8080/emondrian/xmla
To connect to mondrian from ADOMD.Net application you must use folowing connection string:
Data Source=http://<your_server_address>:8080/emondrian/xmla;
For example:
Data Source=http://localhost:8080/emondrian/xmla;