I have create report form iReport using OLAP connection and MDX query. As a output I got .jrxml file from iReport. Now I want to schedule that report through Jasper server... So I am trying to import that .jrxml file in JasperServer.
But I am getting this error
The selected JRXML could not be parsed. You might have selected the wrong file.
I don't know what wrong.. How to import this file in JasperServer.
I am using iReport 4.6 and JasperServer 4.5
I found the solution myself.. its just the last line of the question.
I was using iReports version 4.6 with JasperServer 4.5. JasperServer 4.5 is not compatible with iReports 4.6.
I switched to iReports 4.5 and the problem is gone.