Apache Spark How to Configure Jaspersoft Apache-Tomcat’s Java Heap Size By Nikhilesh How to Configure Jasper Apache-Tomcat's Java Heap Size? Identify apache-tomcat location from jasperserver installation place. Location can be look like “/opt/jasperreports-server-cp-5.0.0/apache-tomcat/bin”. If Tomcat running as a Linux Service incase it is a windows service it can be look like “C:\Jaspersoft\jasperreports-server-cp-5.5.0a\apache-tomcat\bin”...
Business Intelligence Domain Security in a Jasper Reports Server’s Multi-tenant Environment By Nikhilesh Domain Security in a Jasper Reports Server’s Multi-tenant Environment Create two tenants/organizations CA & WA 1. Log on Jasper report’s server as superuser. 2. Navigate to Manage > Organizations. 3. Click on ‘Add Organization’ button. 4. Enter valid organization name...
Business Intelligence Overview of Jasper Server Authentication & Authorization By Nikhilesh Overview of Jasper Server Authentication & Authorization In Jaspersoft Reports Server, access control is determined by two separate mechanisms, authentication and authorization. Authentication is the process of verifying user credentials to give access to the server. Authorization is the process...
Business Intelligence Adding Images to html in Jaspersoft Reports By Nikhilesh In my last blog post I discussed about Generating jasper reports in different formats using json file as a data source.You can find my last post here. In this blog article I will discuss about exporting the jasperPrint object in...
Business Intelligence Deploy jar file in jasperserver without restarting service By Nikhilesh Option 1 - If you want to use your Jar in a several reports. You should "Add Jar" (as it called in iReport repository manager) to some folder in the Jasper Server folder tree. Then "Add reference" to this resource...
Business Intelligence Generating Jaspersoft Reports in different formats using a JSON file as a Data Source By Nikhilesh This article helps the reader how to fill a report with data from a JSON data source ( Generating Jasper reports in different formats using a JSON file as a Data Source ). JSON stands for Java Script Object Notation....
Business Intelligence Jasper Report Localization Example By Nikhilesh Jasper Report Localization Example Applying localization on jasper reports and jasper input controls. This blog post helps you understand how localization can be achieved , what can be localized and its limitations. What can be localized? Localization can be done...
Business Intelligence D3 Bubble Chart Integration with Jaspersoft By Nikhilesh In this blog we will be discussing about D3 Bubble Chart Integration with Jaspersoft using HTML method of integration. All the reports are develop using ireport 5.5 professional and jasper server 5.5 As html component of jasper server does not...
Business Intelligence D3 Sankey Chart Integration with Jaspersoft By Nikhilesh In this blog we will be discussing about D3 Sankey Chart Integration with Jaspersoft using HTML method of integration. All the reports are develop using ireport 5.5 professional and jasper server 5.5 As html component of jasper server does not...
Business Intelligence Using JavaBeans set Datasource in Jaspersoft iReport By Shraddha Tambe JasperReports provides several types of pre-defined/ready-to-use datasources which can be used to provide the data that is filled in the report. We are going to look at one such datasource, the ‘JavaBeans Set Datasource’, which allows us to use JavaBeans...
Business Intelligence Creating Report In Jaspersoft Report using Linear Gauge as Component By admin This blog will teach reader how to create report in ireport using linear gauge as component and publishing it on the jasper server. Purpose : to compare the avg(salary) of male and female employee in an organization Database server :...
Business Intelligence Jasper BI And Pentaho Reports Performance Optimization By Nikhilesh In any BI solution, we create a lot of reports and dashboard. Often the developers come across the problem that the solution is not performing well, the reports are taking a lot of time to load. In this blog we...