<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">We had some hardware issue with our CI server recently and I had to recreate the Mondrian 4 build.<div>While I was at it I fixed a few outstanding issues:</div><div><br></div><div>- olap4j-xmlaserver is now included in the plugin because olap4j has a dependency on it (I think that class - xmlahandler / xmlaextra or something shouldn't live in xmlaserver per se, as its a util class)</div><div>- update eigenbase dependencies to the latest versions</div><div><br></div><div>Saiku-Server and Saiku-Plugin with Mondrian 4 can now be downloaded again from:&nbsp;<a href="http://ci.analytical-labs.com/job/saiku-mondrian4/">http://ci.analytical-labs.com/job/saiku-mondrian4/</a></div><div><br></div><div>Luc/Julian, I had to put the jdks into &lt;exclusions&gt; for the mondrian dependency, they are still getting pulled and put into the WAR by default.</div><div>I couldn't find the JIRA where we discussed the changes necessary to the pom.xml, but this definitely needs fixing</div><div><br></div><div>I tested the plugin on a clean pentaho 4.8 server and the standalone seems to work fine as well (standalone comes with new foodmart.xml)</div><div><br></div><div>Like before the build should be triggered every day once at midnight to pull latest mondrian 4 / foodmart.xml!</div><div><br></div><div>Let me know how that works for you or if you found any bug I didn't see!</div><div><br></div><div>-Paul</div><div><br></div><div><br></div><div><br><div><div>On Oct 26, 2012, at 12:39 AM, Paul Stoellberger &lt;<a href="mailto:p.stoellberger@gmail.com">p.stoellberger@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">This is not a bug. Its a missing feature ;-)<div>Mondrian wasn't capable of doing that at some point and the olap4j query model doesn't support it.</div><div>I'm currently creating a new query model for olap4j that can do much more than the old one.. including working with hierarchies rather than dimensions.</div><div>Made some good progress already this week, but I'll send out more info once its evolved a bit further.</div><div><br></div><div>Yeah would be great!</div><div>Feel free to pile up a list and send it my way or create github issues. Either way is fine by me.</div><div><br></div><div>Glad I could help!</div><div><br></div><div>-Paul</div><div><br></div><div><div><div>On Oct 26, 2012, at 12:29 AM, William Back wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Thanks, that fixed it. &nbsp;I have other things I consider to be errors in the handling of things, splitting attribute hierarchies across rows and columns for example. &nbsp;Would you prefer I list those as potential bugs on the Saiku site?<div><br></div><div>This saves me literally hours of effort this week, so thanks for creating the plug-in.<br><div><br></div><div>Bill.</div><div><br><div><div>On Oct 25, 2012, at 3:11 PM, Paul Stoellberger &lt;<a href="mailto:p.stoellberger@gmail.com">p.stoellberger@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Ah, seems like I forgot to fix the dependencies in the plugin correctly.</div><div>Can you try again?</div><div><br></div><div>You will most likely see some errors from the platform trying to create a mondrian connection (in case you open any of the other platform olap tools), but saiku should work now</div><div><br></div><div>-Paul</div><div><br><div><div>On Oct 25, 2012, at 11:47 PM, William Back wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=windows-1252"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Apologies in advance if this is the wrong forum…<div><br></div><div>I've installed the biserver plugin into Pentaho 4.5 and get the following error when attempting to load a Mondrian 4 schema. &nbsp;I've tried with and without the metamodelVersion attribute. &nbsp;</div><div><br></div><div><div>mondrian.olap.MondrianException: Mondrian Error:Internal error: Schema version '4.x' is later than schema version '3.x' supported by this version of Mondrian</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.resource.MondrianResource$_Def0.ex(MondrianResource.java:964)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.olap.Util.newInternal(Util.java:2316)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.olap.Util.newError(Util.java:2331)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.rolap.RolapSchema.checkSchemaVersion(RolapSchema.java:458)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.rolap.RolapSchema.load(RolapSchema.java:408)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.rolap.RolapSchema.&lt;init&gt;(RolapSchema.java:216)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.rolap.RolapSchemaPool.get(RolapSchemaPool.java:207)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.rolap.RolapSchemaPool.get(RolapSchemaPool.java:63)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.rolap.RolapConnection.&lt;init&gt;(RolapConnection.java:160)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.rolap.RolapConnection.&lt;init&gt;(RolapConnection.java:90)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.olap.DriverManager.getConnection(DriverManager.java:112)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.olap.DriverManager.getConnection(DriverManager.java:68)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.olap4j.MondrianOlap4jConnection.&lt;init&gt;(MondrianOlap4jConnection.java:135)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.olap4j.FactoryJdbc4Plus$AbstractConnection.&lt;init&gt;(FactoryJdbc4Plus.java:323)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.olap4j.FactoryJdbc4Impl$MondrianOlap4jConnectionJdbc4.&lt;init&gt;(FactoryJdbc4Impl.java:104)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.olap4j.FactoryJdbc4Impl.newConnection(FactoryJdbc4Impl.java:32)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at mondrian.olap4j.MondrianOlap4jDriver.connect(MondrianOlap4jDriver.java:132)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at java.sql.DriverManager.getConnection(DriverManager.java:582)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at java.sql.DriverManager.getConnection(DriverManager.java:185)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at org.saiku.datasources.connection.SaikuOlapConnection.connect(SaikuOlapConnection.java:70)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at org.saiku.datasources.connection.SaikuOlapConnection.connect(SaikuOlapConnection.java:46)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at org.saiku.datasources.connection.SaikuConnectionFactory.getConnection(SaikuConnectionFactory.java:29)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at org.saiku.plugin.PentahoSecurityAwareConnectionManager.connect(PentahoSecurityAwareConnectionManager.java:181)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at org.saiku.plugin.PentahoSecurityAwareConnectionManager.getInternalConnection(PentahoSecurityAwareConnectionManager.java:72)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at org.saiku.datasources.connection.AbstractConnectionManager.getConnection(AbstractConnectionManager.java:93)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at org.saiku.datasources.connection.AbstractConnectionManager.getAllConnections(AbstractConnectionManager.java:119)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at org.saiku.datasources.connection.AbstractConnectionManager.getAllOlapConnections(AbstractConnectionManager.java:139)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at org.saiku.olap.discover.OlapMetaExplorer.getAllConnections(OlapMetaExplorer.java:127)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>at org.saiku.service.olap.OlapDiscoverService.getAllConnections(OlapDiscoverService.java:56)</div><div><br></div><div>Thanks,</div><div><br></div><div>Bill.</div><div><br></div><div><div>On Oct 25, 2012, at 12:36 PM, William Back &lt;<a href="mailto:wback@pentaho.com">wback@pentaho.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Excellent, thanks. &nbsp;I've been using Saiku for Mondrian 4 testing and this will definitely make things easier.<div><br></div><div>Bill Back.</div><div><br><div><div>On Oct 25, 2012, at 11:03 AM, Paul Stoellberger &lt;<a href="mailto:p.stoellberger@gmail.com">p.stoellberger@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Mondrian 4 is considered beta so it's about time people start using it.</div><div><br></div>For those of you interested playing with Mondrian 4, I have created a special saiku build that includes it.<div>You can get the saiku-server including the new foodmart schema or the saiku-plugin ready to use in the biserver here:&nbsp;<a href="http://ci.analytical-labs.com/job/saiku-mondrian4/">http://ci.analytical-labs.com/job/saiku-mondrian4/</a></div><div><br></div><div>The build is triggered daily so new Mondrian 4 improvements get included over time.</div><div><br></div><div>The sooner you discover bugs the sooner they can get fixed!</div><div><br></div><div>Enjoy,</div><div>Paul</div><div><br></div><div><br></div><div><br></div></div>_______________________________________________<br>Mondrian mailing list<br><a href="mailto:Mondrian@pentaho.org">Mondrian@pentaho.org</a><br><a href="http://lists.pentaho.org/mailman/listinfo/mondrian">http://lists.pentaho.org/mailman/listinfo/mondrian</a><br></blockquote></div><br></div></div>_______________________________________________<br>Mondrian mailing list<br><a href="mailto:Mondrian@pentaho.org">Mondrian@pentaho.org</a><br><a href="http://lists.pentaho.org/mailman/listinfo/mondrian">http://lists.pentaho.org/mailman/listinfo/mondrian</a><br></blockquote></div><br></div></div>_______________________________________________<br>Mondrian mailing list<br><a href="mailto:Mondrian@pentaho.org">Mondrian@pentaho.org</a><br><a href="http://lists.pentaho.org/mailman/listinfo/mondrian">http://lists.pentaho.org/mailman/listinfo/mondrian</a><br></blockquote></div><br></div></div>_______________________________________________<br>Mondrian mailing list<br><a href="mailto:Mondrian@pentaho.org">Mondrian@pentaho.org</a><br><a href="http://lists.pentaho.org/mailman/listinfo/mondrian">http://lists.pentaho.org/mailman/listinfo/mondrian</a><br></blockquote></div><br></div></div></div>_______________________________________________<br>Mondrian mailing list<br><a href="mailto:Mondrian@pentaho.org">Mondrian@pentaho.org</a><br><a href="http://lists.pentaho.org/mailman/listinfo/mondrian">http://lists.pentaho.org/mailman/listinfo/mondrian</a><br></blockquote></div><br></div></div></blockquote></div><br></div></body></html>