About this task
During installation you are asked for the following information in
the
Database Configuration panel:
Database Configuration
- Database Host: the host where DB2 is installed.
- Database Port: Build Forge puts the default port of 50000 in this
field for DB2. Be prepared to enter the port number if you use a different
port.
- Database Name: name of the database for Build Forge to use. You
created this database in a previous setup step.
- Database Schema Name: name of the schema for Build Forge to use.
- Database Username: user name for Build Forge to use when accessing
the database. You created this user in a previous setup step.
- Password: password for the database user name.
Test the Database Configuration
The following information is displayed:
- Required driver JAR files - Displays the required
driver JAR files. For DB2 these are db2jcc.jar and db2jcc_license_cu.jar.
- Required JDBC driver class - Displays the required
JDBC driver class. For DB2 this is com.ibm.db2.jcc.DB2Driver.