OpenReports - Help with OLAP examples
New to OpenReports 3.0 is the ability to create OLAP reports. I’ve noticed a few users have been having trouble getting the example OLAP reports to run on Linux.
A common problem occurs with the Catalog Definition in datasources.xml. This must contain the full path to your Mondrian schema. In the example, the path is:
c:\openreports-tomcat\reports\SampleData.mondrian.xml
If you are running OpenReports on Linux, you must add file:// to the path to indicate the resource is a File, for example:
file:///usr/share/openreports-tomcat/reports/SampleData.mondrian.xml
3 comments January 30th, 2008