Skip to content

Instantly share code, notes, and snippets.

@fabriciocolombo
Created August 23, 2012 00:43
Show Gist options
  • Save fabriciocolombo/3430899 to your computer and use it in GitHub Desktop.
Save fabriciocolombo/3430899 to your computer and use it in GitHub Desktop.
Pentaho Basic Config

Admin console

user: admin
password: password

BI server

user: joe
password: password

Schema workbench

Needs configure the publisher password in the file biserver-ce\pentaho-solutions\system\publisher_config.xml, then restart BI server

<publisher-config>
	<publisher-password>123</publisher-password>
</publisher-config>

JDBC Configuration

Put your JDBC Drivers at:

  1. administration-console\jdbc
  2. biserver-ce\tomcat\lib
  3. data-integration\libext\JDBC
  4. schema-workbench\drivers

Saiku plugin integration

Download Saiku Pentaho BI Server Plugin, unzip the file and move the folder saiku to the folder biserver-ce\pentaho-solutions\system, then restart BI server. You should now see a new option "New Saiku Analytics".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment