Upload jrxml which runs on a mdx query - jasper-reports

I successfully developed a report in iReport, which runs against a mondrian cube and a mysql data source.
When i upload this report jrxml to jasperserver as a resource > jasperreport, i dont see any options to specify the mondrian schema. It gives option to add data source.
Running this report doesnt yield any data or error?
Has anyone uploaded a report which has mdx as a query.
ps:I am using jasperserver community edition

I saw you have switch to Pentaho but if someone face the same issue there is a trick to succeed.
There are 2 means to link a mondrian cube with jasperserver (for the 4.5CE version at least):
use the JasperReport Server repository in iReport to upload the report, in the ui you can choose your mondrian connexion (previously created in jasperserver) as datasource.
use JasperServer to upload the report and manualy enter the id of the mondrian connexion.

Related

Upload Report with ejbql Data Adapter in JasperSoft Server

I've created a report using JasperSoft Studio, and it works fine using a EJBQL Data Adapter with an EJBQL Query.
But now, I need this report to be called from Jaspersoft Server, but I can't figure out how I can setup the EJBQL Data Adapter in the Server, it is possible?

TIBCO Jaspersoft Server empty errorlist

We are running a TIBCO Jaspersoft Server where JasperReports is installed.
We have developed some small Reports which are running productive.
But now I wanted to add another email recipient in one report and after clicking on save I get an empty errorlist.enter empty error
Attached a screenshot. Has anyone any idea what I can do now? I can't modifiy anything in the setting for any of our reports.

How to get the data of the report (jrxml file) when running the Jasper Report server?

I have created an iReport based on the jrxml file and ran the report in Jasper Server. But after running the report I am getting the preview of the report without any data in it. I have set all the database what I am using in Jasper Server and in iReport.
Make sure Data Source is set correctly on the server. Check your iReport connection string and credentials first, then review report Data Source details on the server.

'Error executing query' when analyzing cube on Saiku Analytics

I've installed Plugin Saiku on Pentaho Bi Server 5.0.1 , and successfully adding cube by published it from schema workbench. The problem is I couldn't analyze the data from my cube.
It said error executing query, but there is no error in the schema I made on schema workbench.
Then i tried to move to MDX mode, and running query. It shows same error.
So I concluded there is something wrong with the connection to the database. But I don't know how to solve it.
Is there any solution for it?
I just found the solution to my problems. The error occur because I hadn't set JDBC in my Data Source. When I published from Schema Workbench, it only adding ANALYSIS data source without the JDBC. We have to manually set it up. It required on Pentaho BI Server version 5.x.
Here's link to show how to publish & set up cube in detail for Pentaho Bi Server 5.x >> http://pentaho.phi-integration.com/bi-server/publish-schema-pada-bi-server-versi-5

connect Jasperreports community edition to another database server

Version - 6.0.1 (jasperreports-server-cp-6.0.1)
Is it possible to connect jasperreports community edition installed on a ubuntu server to another postgreSQL database server?. I have followed this
https://community.jaspersoft.com/wiki/connecting-jasperreports-server-yo....
When I try to create a data source (JDBC) , its showing nothing like in thedocument. It simply returns the blue menu (Library, view, manage)
Any help would be appreciated.
Assuming you want to report on a different database you have to create a new datasource. Select view->repository, right-click in the tree somewhere and create a new datasource. You have to have the correct driver available but it will already have the driver for postgres. Put in the connection details and save the data source.
When you upload a report to the server, you'll have to then associate the report with the datasource (edit the report properties). This is all covered in the documents you get with the install e.g. JasperReports-Server-User-Guide, JasperReports-Server-Admin-Guide