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.
This package contains:
Use Schema Editor to edit eMondrian schema file.
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;