US and Worldwide: +1 (866) 660-7555
+ Reply to Thread
Page 3 of 4 FirstFirst 1 2 3 4 LastLast
Results 21 to 30 of 45

Thread: Pentaho BI Server 3.5 - MySQL, PostgreSQL and Oracle for Windows & Linux Tutorial

Hybrid View

  1. #1
    Join Date
    Jan 2007
    Posts
    461

    Default

    I used the guide to get bi-server-ce 3.0RC1 up and running, no problems as well.

    Again many thanks to the author... DMurray3

  2. #2
    Join Date
    Feb 2009
    Posts
    11

    Default Remote Access

    Hi,

    Thanks again for your easy-to-follow tutorial.

    I had a problem to allow my bi server to get access from remote machines. I did everything written on remote version of the tutorials. First of all, wtih the local version of the tutorial, everything works great. When tried to apply remote tutorial. I got access to user console but Steel Wheels sample give these error:

    Analysis part:
    Code:
                This page cannot be accessed directly. It must be linked to from other page.
    Pentaho Google Maps Dashboard:
    Code:
    The Google Maps API key that ships with the Pentaho Pre-Configured Installation will only work with a server address of 'http://localhost:8080'.   To use Google Maps with this server address ( 172.18.2.212:8080 ) you need to apply to Google for a new key. 
     Once you have the new key you need to add it to the Google settings file in the Pentaho system (.../pentaho-solutions/system/google/googlesettings.xml) 
     Click here to get a Google Maps API Key for this server.
    Dasboard Revenue Analysis:
    Code:
    Could not generate chart image.
    Could not load chart data from steel-wheels/dashboards/Sales_by_Territory.xaction                                                                     Could not generate chart image.
    Could not load chart data from steel-wheels/dashboards/Sales_by_Productline_all.xaction                                                                                                                        Could not generate chart image.
    Could not load chart data from steel-wheels/dashboards/sales_overtime_all.xaction
    Dasboard Sales for All Territories:
    Code:
    Click on a Territory
     No data for chart to display
    I think we need more things to do to allow us to access user console w/o any problem from local and remote machines?

  3. #3
    Join Date
    Feb 2009
    Posts
    11

    Default

    I should have just change bind-url in web.xml. The rest is unnecessary

  4. #4
    Join Date
    May 2009
    Posts
    21

    Default

    Hi,

    I succeeded the migration in bi server version 3.0. It works well.

    If I am trying to use the bi server 3.5 version, I am facing the following issues.

    The home page error.
    --------------------
    HTTP Status 404 - /pentaho/

    type Status report

    message /pentaho/

    description The requested resource (/pentaho/) is not available.
    Apache Tomcat/5.5.26

    The pentaho.log & catalina-2009......log files are attached for more info.

    Please let me know if any issues and how to solve this.

    Thanks & Regards,
    p.karikalan.
    Attached Files

  5. #5

    Wink Tutorial manual installation pentaho 3.5 , tomcat, mysql on ubuntu linux

    I made a new howto for the 3.5 version:

    http://osbi.nl/2009/09/how-to-instal...3-5-on-ubuntu/

  6. #6

    Default migrating to Mysql from hsql

    Hi ... I am new..

    In your tutorial you've mentioned to change "../tomcat5.5/pentaho/WEB-INF/web.xml"
    <context-param>
    <param-name>solution-path</param-name>
    <param-value>/opt/pentaho/pentaho-solutions</param-value>
    </context-param>

    I am using tomcat supplied with pentaho... still do I need to do the change?

    Also, I am using jdbc url="jdbc:mysql://localhost:3306/hibernate" does it affects ? because you've given "jdbc:mysql://localhost/hibernate" (w/o port)

    Thx
    Naveen

  7. #7
    Join Date
    Jan 2008
    Posts
    157

    Default

    In your tutorial you've mentioned to change "../tomcat5.5/pentaho/WEB-INF/web.xml"
    <context-param>
    <param-name>solution-path</param-name>
    <param-value>/opt/pentaho/pentaho-solutions</param-value>
    </context-param>
    it's the same. (you can omitted the param value).

    The port of mysql: if you omitted port the connection fail.

    --Marco

  8. #8

    Default

    This has been updated for 3.5 and now supports MySQL, PostgreSQL and Oracle on both Windows and Linux operating systems!

    Grab it here!
    Join ##Pentaho @ irc.freenode.net and start contributing!

    My blog: http://www.prashantraju.com/
    One guide to rule them all: Pentaho BI Server 3.6.0 with Microsoft SQL Server, MySQL, Oracle and PostgreSQL

  9. #9
    Join Date
    Oct 2007
    Posts
    235

    Default

    There seems to be a bit of a problem with the postgres sample data files. It doesn't create the db or change to it so all the tables get created in the postgres database.

    Code:
    drop database if exists sampledata;
    
    CREATE DATABASE sampledata  WITH OWNER = postgres  ENCODING = 'UTF8' TABLESPACE = pg_default;
    
    \connect sampledata postgres
    I would guess needs adding, I have attached a version with the changes in it. Needs renaming, the forum won't let me upload a .sql file.


    Wil
    Attached Files
    SQL: as much of a standard as the English language

  10. #10

    Default

    Quote Originally Posted by wselwood View Post
    \connect sampledata postgres[/code]I would guess needs adding, I have attached a version with the changes in it. Needs renaming, the forum won't let me upload a .sql file.
    Thanks Wil!

    I have now updated the sample data sql script for postgresql.
    Join ##Pentaho @ irc.freenode.net and start contributing!

    My blog: http://www.prashantraju.com/
    One guide to rule them all: Pentaho BI Server 3.6.0 with Microsoft SQL Server, MySQL, Oracle and PostgreSQL

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts