Questions tagged [jasperserver]

JasperReports Server (formerly known as JasperServer) is a stand-alone and embeddable reporting server. Make sure your question also have the jasper-reports tag and add this tag only if the question is specifically related to JasperReports server (configuration, interface development, deployment etc. of server)

JasperReports Server is a stand-alone and embeddable reporting server, enabling information delivery on a real-time or scheduled basis to the web, a printer, or to a variety of file formats.

Build a report in Jaspersoft Studio (or the older design tool iReport) and then deploy it to a JasperReports Server.

The report can then be executed, exported to a desired output, or scheduled to execute at a later date.

Some of the features provided by JasperReports Server:

  • Reports Management - Create, schedule, update reports through a web-interface
  • OLAP - jPivot base OLAP View. It supports Mondrian database.
  • Ad Hoc Reports - Generate your own report from OLAP Connection or Domains in run-time (available in commercial version only)
  • User and Role Management which grants access to resources based on roles
  • Multi-tenancy and Cloud Support
  • JasperETL - An ETL solution based on Talend

There are several editions of JasperReports Server - Community and several Commercial.

The features of Commercial Editions are:

  1. Ad hoc Reporting

    • Web-based, drag-and-drop report designer creates interactive reports for dashboards, email distribution, or within a web application
    • Metadata layer masks complex data descriptions with simplified business user-friendly names
    • Web-based reports provide rich, interactive reports with drill down, filtering, animated charting, and more
  2. Dashboards

    • Web-based, drag-and-drop dashboard designer
    • Single report and dashboard-level parameters drive user interaction
    • Free-form layout designer for customized dashboard design

Editions

Source code

Samples

References

Official Bug Tracker

1103 questions
0
votes
2 answers

Drill down report in Jasper

I am new to jasper and I'm creating a drill down report. I followed these steps: Created the main report which has a pie chart. Added _report and TITLE_ID parameters in the hyperlink section. Created a sub-report and added the parameter…
Hari
  • 69
  • 3
  • 9
0
votes
1 answer

Using all input controls for use in one report

I have a report that uses a query of input controls. It is a drop-down menu of specific ID's (ie. 28, 13, 30...) I want to know if it is possible to have my report go through each of these parameters and populate the report one page at a time for…
precose
  • 614
  • 1
  • 13
  • 36
0
votes
1 answer

iReport query results break-down by week or day

I have used iReport to create a simple JasperReport which I run on a JasperServer. It queries some fields from a number of MySQL tables based on their creation timestamp. I am providing the start and end timestamps of the period to cover in the…
Epicurus
  • 2,103
  • 7
  • 29
  • 39
0
votes
1 answer

Jasperserver conditional statement

I want to change some jsp pages in jasperserver, and all my need to know is : the logged user, have ROLE_ADMINISTRATOR or not ? thanks
0
votes
1 answer

How to configure db2 in jasper report server?

i want to know how to configure db2 in jasper report server. Can you tell me step by step?.
Amin SCO
  • 1,892
  • 7
  • 31
  • 49
0
votes
2 answers

How to configure multiple datasource in jasper report server

i have see the tutorial how to configure the jasper report server with the mysql,oracle and other.When i start install the jasperserver 4.5. it just show postgresql datasource. i have more than datasource connect to my report.i don't know how to…
Amin SCO
  • 1,892
  • 7
  • 31
  • 49
0
votes
2 answers

Jasperserver installation unable to access database

I am trying to install jasperserver(war) in a CentOS linux machine. It throws up error saying, Message: [Access denied for user 'jasperdb'@'xx.xx.xx.xx' to database 'mysql'] However, when I access mysql via command prompt it works fine. I am able…
Abhishek
  • 6,862
  • 22
  • 62
  • 79
0
votes
4 answers

When deploying Jasper Reports getting error message

Hi I created a simple report using iReport 4.5.1 and when I tried to deploy the report in JasperSoft (Ver 4.5) I am getting the following error message even thought I am selecting the correct JRXML file The selected JRXML could not be parsed. You…
Meeza S
  • 720
  • 2
  • 10
  • 22
0
votes
1 answer

Unable to Goto the Second Step of Scheduling on Jasper Server

I am using Jasper Server 4.5.0 32-bit version. When I click on Next after filling the report name as requested in the first step of scheduling a report in server, it gives me the following error: The server has encountered an error. Please excuse…
Sahar Hassan
  • 301
  • 3
  • 7
  • 23
0
votes
1 answer

Jasper Login Page style custom changes

I made jaser server Login Page style custom changes in overrides_custom.css file. These changes are applying to the login page if I don't logout of jasper home page UI. If I logout these changes are not applying. Using Ubuntu linux. Same changes…
amannam
  • 1
  • 2
0
votes
1 answer

Hiding the Logout Link for a User on the Jasper Server UI Home Page

How do I disable/hide the logout link for a user on the Jasper Server UI Home Page?
amannam
  • 1
  • 2
-1
votes
0 answers

Jasper Report running issue

I have created a report in Jasper Studio using query. When I take the preview, the report runs fine but when I publish it and run it, it gives the error without any loading (i.e, loading for executing query, etc). The error is below: Error I tried…
-1
votes
1 answer

jasper and timestamp conversion in stored procedure

i created a stored procedure. inside that i'm comparing timestamps this way "sum(case when t.tsmax > to_timestamp(to_char(t.tinmax + epeff,''ddMMyyyy'')||tout,''dd.MM.yyyy HH24:MI:SS'') then anzsend end)". calling that procedure from Oracle SQL…
user
  • 157
  • 2
  • 14
-1
votes
2 answers

Integration of APEX and JasperServer

I'm trying to launch jasperreports (on jaspersoft server) via APEX dynamic actions. When I am executing this i receive a error: Even when I'm only trying to login DECLARE v_blob BLOB; v_file_name VARCHAR2 (25) :=…
-1
votes
1 answer

Jaspersoft: Web Server not showing HTML, but PDF shows

I'm having an issue with a report where the HTML version shown on the server will not show the value of a sub report, it's simply the name of an employee, but if you export as PDF then it shows correctly. I was expecting it to be an error with…
Ualati
  • 65
  • 1
  • 10