Creating the Jazz Team Server database tables

Create the database tables using the repository tools.
About this task
To create the database tables:
  1. Run the command repotools -createTables to create the database tables for a Jazz™ repository.

    The repotools file is located in JazzInstallDir/server.

    The command uses the configuration properties in teamserver.properties for the connection and size settings. By default, the command looks in the current directory. The parameter teamserver.properties can be used to reference a different properties file.

    • On Windows®:
      repotools -createTables
    • On Linux®:
      ./repotools.sh -createTables
    This command creates the tablespace and all the required tables and indexes for a Jazz Team Server repository.
  2. After the database tables are created, you must stop and restart the database to make sure all changes are in effect.
    Tip: DB2® only. Example commands that stop and start DB2 are db2stop and db2start. These commands are run at the DB2 Command Window. The Command Window can be opened from the application start menu under the DB2 Command Line Tools cascade menu.
Results
You are finished setting up your database and can continue with Starting the server.

Feedback

Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug