Connection Page

The first relational database connection wizard panel, Connection, requires you to configure a JDBC driver by specifying a supported relational database, editing the database connection string, and providing database login credentials.

Text box or Control

Description

Driver Type

Selects one of the supported relational databases:

  • IBM DB2 7.2 Personal Edition

  • IBM DB2 7.2 fp7 and 8.1 fp2 Workgroup and Enterprise Edition

  • Microsoft SQL Server 2000 sp3

  • Oracle 8.1.7 and 9.2.1

  • Teradata 4.1

JDBC Driver

Displays the Java Database Connectivity Driver.

Database Connection String

Provides a sample database connection string syntax. Edit the string until it specifies the RDBMS computer name and database name.

Username

Indicate a user name for the relational database. Important! You cannot create relational database connections without a user name and password.

Password

Indicate a password for the user name. Important! You cannot create relational database connections without a user name and password.

Test Connection

Click to test the relational connection before proceeding.

Important notes on JDBC drivers:

The JDBC driver connects the application server hosting Web Analysis Studio and the relational database, not the client computer. You must ensure that the application server is able to connect.

Web Analysis Studio currently supplies all drivers that Oracle | Hyperion supports.

IBM DB2 is release specific. Oracle | Hyperion provides the JDBC driver for IBM DB2 7. The DB2java.zip client drivers must match the DB2java.zip archive on the IBM DB2 database server. Caution: Be extremely careful when copying files from the RDBMS server to the Web Analysis Studio installation directory! There are extreme consequences if you overwrite the application server local DB2 files used to access configuration information.

The Teradata 4.1 Connection string features four bracketed JDBC connection string parameters. Brackets and parameter names must be replaced with values.

Parameters

Description

{host-name}

Server domain name

{port}

TCP/IP port number

{DSN}

Data source name

{database name}

A database name

Note:

JDBC driver archives must be explicitly referenced by file name within the classpath of the Webapp application server.