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 Steps to migrate oracle with pentaho By Nikhilesh Step 1:- Run script as DB admin. Script is available in location:- biserver-ce\data\oracle10g. Modify configuration file:- applicationContext-spring-security-hibernate.properties. Location:- pentaho-solutions\system\applicationContext-spring-security-hibernate.properties. original code:- jdbc.driver=org.hsqldb.jdbcDriver jdbc.url=jdbc:hsqldb:hsql://localhost:9001/hibernate jdbc.username=hibuser jdbc.password=password hibernate.dialect=org.hibernate.dialect.HSQLDialect Modified code:- dbc.driver=oracle.jdbc.OracleDriver jdbc.url=jdbc:oracle:thin:@localhost:1521/sysdba jdbc.username=hibuser jdbc.password=password hibernate.dialect=org.hibernate.dialect.Oracle10gDialect hibernate-settings.xml Location:- pentaho-solutions\system\hibernate\hibernate-settings.xml. Original code <config-file>system/hibernate/hsql.hibernate.cfg.xml</config-file> Modified...
Business Intelligence Using MDX Query in Pentaho CDE By Nikhilesh This blog will talk about Using MDX Query in Pentaho CDE In Layout Section: Design the layout of your Dashboard, from scratch or from a template - while defining the layout you can apply styles and add HTML elements as...
Business Intelligence Define JNDI for Pentaho BA server 5.0 By Nikhilesh Define JNDI for Pentaho BA server 5.0 Note: For illustration, I’m showing Oracle 11g configuration. Replace the Resource name, username, password, driverClassName, and URL parameters, or any relevant connection settings. Add Driver Place appropriate driver for Oracle 11g which is...
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 Working with Crosstab Component In Pentaho Report Designer By admin This blog will teach reader about Working with Crosstab Component In Pentaho Report Designer Crosstab is an experimental feature in Pentaho Report Designer . By default we can’t see crosstab component in PRD. Make data easy with Helical Insight. Helical...
Business Intelligence How to Create Reports Using Pentaho Report Designer By Nikhilesh How to create reports using Pentaho Report Designer Pentaho Business Intelligence platform provides several tools to design and deploy reports, the easiest is the Pentaho BI web reporting wizard. While this approach is useful for basic or self service reporting, for...
Business Intelligence Anonymous Authentication in Pentaho By Nikhilesh This blog will be talking about anonymous authentication in Pentaho. You can bypass the built-in security on the BA Server by giving all permissions to anonymous users. An "anonymousUser" is any user, either existing or newly created, that you specify...
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...