rpbouman / xmondrian

A java web archive (.WAR) to easily deploy and run the mondrian OLAP engine. Includes example schemas and datasets, client libraries, and web-frontends.
Apache License 2.0
20 stars 6 forks source link

SOAP-ENV:Server.00HSBE02 #9

Open alexsedinkin opened 6 years ago

alexsedinkin commented 6 years ago

Hi.

I can't connect to DB2 data source. I copied db2jcc.jar to WEB-INF/lib and set datasource information in datasources.xml:

Provider=mondrian;Jdbc=java:db2://192.168.30.20:50160/obmen:user=obmen;password=obmen;JdbcDrivers=com.ibm.db2.jcc.DB2Driver

What I did wrong?