I am making my first steps in evaluating Pentaho. That means downloading the software, and installing my Virtual PC environment  (Windows 2003, TomCat and MySQL preconfigured) with Pentaho. I have downloaded software from the Pentaho website (community/downloads), and picked out the Pentaho Open BI Suite (Pre-Configured Installation) version for Windows, Release 1.2.0 GA (Build 534). This version promises me: “Ready to serve, Pentaho Open BI Suite is deployed into a pre-installed and configured JBoss Application Server. In addition, it contains ready to use solution repositories including sets of reports demonstrating functionality and to help you get started. The latest version contains a preview of features of the upcoming Reporting Server.” This is an 121 Mb download. The release notes can be found on SourceForge.net. What I also read is “Extract and run”. Promising. The first question I have now (after extracting, that part is easy), is WHAT do I run. I have a start-pentaho.bat file, with the following commands:

@echo on
setlocal
set PENTAHO_PATH=%~dp0
set JAVA_HOME=%PENTAHO_PATH%jre
set PATH=%PENTAHO_PATH%jre\bin
cd data
start start_hypersonic.bat
cd ..\jboss\bin
start run < lines.txt
Hm, let’s first look at the “English – Getting Started with the BI_Platform 1.2.0″ guide, which is intended for people who want to get the platform up and running in 10 minutes. It’s 15:57 now. Some delay, as the files still had to be extracted to my Virtual env.  The documentation is really well structured, as you only need to read the green boxes, when you want to install the stuff on a Windows box.

Two command boxes open, they should, after 30 seconds, tell me “Pentaho BI Platform server ready”. And, localhost:8080 should display a nice Pentaho starting screen. However, none of the above happens. 16:29: Let’s do a reboot.

I’ll be back.