jasperserver

Documentation for Jasperserver

Hi, I installed Jasperserver in my PC using the Bitnami installer. It automatically installed MySql along with Jasperserver. Now I am lost on how to proceed in getting my data in and start generating reports. Is there any good documentation(I do not want to buy their paid documentation) available on the web? Thanks... ...

How to access database of jasper server via API?

Can we access Database of Jasper server through its api? And do that allow us to make run time report? IF so how can we do that? Kind regards Sundhas ...

PHP variable passed to JasperServer for reports

Is it possible to pass a variable from php to a report in JasperServer? For example, in my php application I keep the department_id stored in a session variable. I would like to pass the department_id over to my reports running on JasperServer and display the information appropriate for that department. in the iReport I have a query l...

Run a JasperServer reprt via PHP and pass over the querystring.

I'm using Web Services to run some reports created in iReport on JasperServer. Inside the .jrxml file I can see the xml that holds the SQL for the report. Is it possible to pass this querystring over to JasperServer via Web Services, instead of hard coding the definition inside the .jrxml file. This is the string I would build in PHP...

Drill through table does not show correct count when used with a dimension having parent child hierarchy and a filter on this dimension

Hi All, I have a dimension with parent child hierarchy as shown in code block. The issue i am facing is if i have a filter on parent child dimension then drill through table does not show filtered data instead it shows all the data for that dimension. Here is an example. <Dimension type="StandardDimension" name="page_type_d" caption="P...

Add existing database schema to JasperServer Installation

I just installed Windows version of JasperServe and in the script it automatically created two databases (sugarcrm and foodmart) everything works fine. Now I would like to add my own database schema with existing tables and data. I tried to find example how to add existing database but had no luck so far. Is there any examples or tutoria...

What is the best approach to use jasperReports?

hi there, here we are talking about three main products: JasperReports: which is just a library to generate reports and fill it iReport: which is GUI tool to develop templates used by the above library JasperServer: which is full application with web interface for managing reports with users permissions and other features, documentatio...

date appears one day prior to what is programmed in JasperServer

I posted this on the JasperServer forums, but I've had better luck on StackOverflow generally. Please help if you can. My biggest single gripe about JasperServer is that it flat out behaves differently than JasperReport (specifically, jasperreports developed in iReport). The problem I'm seeing now is that dates are displayed as one day...

which on is appServerDir required for jasperserver war installation on ubuntu

Hello Gurus!!! trying to install jasperserver ce on ubuntu 10.04.When editing the source_mysql_master.properties there is the appServerDir properties and i'm a bit confused on the one to use. i have catalina_base: /var/lib/tomcat6 and catalina_home: /usr/share/tomcat6 i'm just confused about the one to use.can anyone shed some light?...

Send Multiple reports to a single email address in JasperServer

I currently have the free version of JasperServer installed and running. I have several reports running regularly but i'm wondering if it's possible to send multiple reports to one (or many) email address(es). Currently, every report must be in it's own email regardless of whether that email is sent to one or more people. Please let me ...

Deploy report to JasperServer from java

Can someone provide me any examples on deploying a report unit to JasperServer using it's SOAP Services? Thanks in advance! ...

Jasper reports:Unknown column name issue

I am creating a jasper report using some database connection.i have added a new field to the report. That field does not exist in the database column. i have put that column in the report and assigning the value to this field using the expression. it compiles fine but when i fill the report using the database, it gives me the error: ...

Import utility with prepend option is not working properly.

According to the JasperServer Admin Guide,the prepend path option works as follows. "Import the myDir catalog folder, prepending /importDir to all repository URIs: js-import --input-dir myDir --prepend-path /importDir For example, the folder /reports in the export catalog is imported to /importDir/reports. " But in my case .when I i...

Get report from JasperServer using SOAP

Can someone provide me a working example which gets reports from jasperserver using it's SOAP API. Actually I know how to run it to a file.... but I need to get report data directly. Thanks in advance! ...

Tables in iReport

I have attempted to use a table in iReport to display data. Unfortunately, I ran into issues with it and was unable to use tables. From what I have read online from other resources, it seems that JasperServer does not support the tables used the current version of iReport (3.7.5). If this is true, why are tables not compatible? Or a...