Business Intelligence Migrate Oracle with Pentaho By Nikhilesh Steps to migrate Oracle with Pentaho Step 1:- Run the 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...
Business Intelligence Virtual Servers on Talend Administration Center (TAC) By Nikhilesh Working with Virtual Servers on Talend Administration Center (TAC) Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Grab The 30 Days Free Trail Virtual Server Configuration : A virtual server...
Business Intelligence Remove Repeated Column, Page Header, Footer in CSV Export (JASPER) By Nikhilesh Remove Repeated Column header, Page Header, Page Footer in CSV Export (JASPER) Make data easy with Helical Insight. Helical Insight is the world's best open source business intelligence tool. Get your 30 Days Trail Version In CSV export, we want...
Business Intelligence Installing JasperReports Server 6.0.1 with Oracle DB (in Windows) By Nikhilesh Installing JasperReports Server 6.0.1 with Oracle DB (on Windows) Pre-requisite Java JDK 1.6 or 1.7 should be installed. Create and set the JAVA_HOME system environment variable to point to the Java JDK location. Apache Tomcat 5.5, 6, or 7 should...
Business Intelligence Map Reduce In MongoDB By Nikhilesh MongoDb Map Reduce Map-reduce is a data processing paradigm for condensing large volumes of data into useful aggregated results. For map-reduce operations, MongoDB provides the map Reduce database command. The mapReduce command allows you to run map-reduce aggregation operations over a collection. The...
Business Intelligence Case Study Report On PCNI OpenHMIS Reports By Nikhilesh Case Study Report On PCNI OpenHMIS Reports Customer : Pathways Community Network institute (PCNI) Geographical Location : Atlanta, Georgia (USA) Tools Used : DB used : MySQL, Postgres, Oracle BI Tool : Jaspersoft Community Edition...
Business Intelligence Map Reduce in Mongo DB By admin Map Reduce in Mongo db : This Blog will teach you, how to write Map reduce in Mongo DB . Map Reduce is a concept that process large volume of data into aggregated results. To use Map Reduce Concept in...
Business Intelligence Welcome Page Customization For JasperSoft on the Basis of Roles By Sayali Mahale On Welcome page of Jaspersoft, Login is based on Some Roles assigned to particular user ,as per that we have an access on Jaspersoft. If anyone wants to create their own user with Roles, they simply do it by making...
Business Intelligence White Labeling of JasperSoft By Sayali Mahale White Labeling of Jaspersoft A white-labeling is a service produced...
Business Intelligence How to use Custom Component in Jaspersoft Studio By admin How to use Custom Component in Jaspersoft Studio: This Blog will teach you how to use Custom component in Jaspersoft studio. A Custom component allows the BI Developer to enhance the functionality of Jasperreports engine by adding some custom visualized...
Business Intelligence Case Study Report on CA Technologies By shailaja Case Study Report On CA Technologies Consumer CA Technologies Geographical Location US, India Tools Used Database : Microsoft SQL Server BI tool : Japersoft Enterprise Edition 5.6 Company Overview CA technologies, a fortune 500 company with more than 75000+...
Business Intelligence MySQL C – API Programming By Nikhilesh MySQL C - API programming MySQL is a leading open source database management system. It is a multi user, multithreaded database management system. MySQL is especially popular on the web. Basic Structure of C Programs that uses MySQL C API 1....