About this task
During installation you are asked for the following information
in the Database Configuration panel:
Database
Configuration
- Database Host: the host where SQL Server is installed.
- Database Port: Build Forge puts the default port of 1521
in this field for SQL Server. 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, either the default of DBO (recommended) or the one you created
in a previous setup step.
- ODBC Data Source Name: the name of the ODBC data source.
- 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 SQL Server this is /sqljdbc_1.2/enu/sqljdbc.jar.
- Required JDBC driver class - Displays the
required JDBC driver class. For SQL Server this is com.mysql.jdbc.Driver.