Classic Models

Workshop - Classic Models

Workflow to define a Schema

  1. Start Schema Workbench:

Windows (Powershell):

cd \
cd Pentaho/design-tools/schema-workbench/
./workbench.bat

Linux:

cd
cd Pentaho/design-tools/schema-workbench/
./workbench.sh

Follow the guide below to understand how Classic Models Schema is defined:

JDBC Connection

A JDBC (Java Database Connectivity) connection in Schema Workbench establishes the link between the tool and your source database, enabling you to access physical tables and columns needed to build Mondrian schemas.

JDBC Connection - mysql:sampledata

  1. To connect to the sampledata database, from the menu select Options > Connection.

JDBC Connection
  1. In the Database Connection dialog, type or choose the following:

Field
Value

Connection name

hsqldb:sampledata

Connection type

Hypersonic

Host Name

localhost

Database Name

sampledata

Port Number

9001

Username

pentaho_admin

Password

password

  1. Click Test.

JDBC Connection - hsqldb:sampledata
  1. Click OK to dismiss the Message Box dialog and click OK to close the Database Connection dialog.

Last updated

Was this helpful?