eMondrian

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:

Schema Editor

Use Schema Editor to edit eMondrian schema file.

Connect Microsoft Excel to Mondrian Cube:

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

Connect ADOMD.Net application to Mondrian Cube

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;

Log Files