I&#39;m seeing a new error in Mondrian when running through XMLA.&nbsp; If I run a query like the following:<br><br>SELECT CrossJoin({[Product].[All Products].children}, {[Customers].[All Customers].children}) ON columns FROM Sales
<br><br>Mondrian throws the following exception: mondrian.xmla.XmlaException: Mondrian Error:XMLA Execute unparse results error<br><br>Queries without crossjoins work fine for me, and crossjoin queries run fine outside of XMLA.&nbsp; Has anyone else seen this behavior?
<br><br><br>