I get the following error when trying to create an analysis view on jasperserver pro. The following is not a valid MDX Query: Internal error: while parsing catalog repo:/corp/analysis_reports/analysis_schema The same MDX query works fine, without error, in the schema workbench. I've also tried deleting and re-importing the datasource, OLAP schema and client connection in case something was corrupted or broken in there. The query is as follows.. SELECT {[Measures].[commission]} ON COLUMNS, {[user].[all users]} * {[instrument name].[all instruments]} * {[time].[all time]} ON ROWS FROM [commission_cube]; Is there anything obvious that I'm missing here? tia a