Creating database tables

If you installed IBM® Rational® Project Conductor in a new Jazz™ Team Server instance, and want to use IBM DB2®, Oracle, or Microsoft® SQL server as the database, use the repository tools to create the database tables.

Before you begin

Before you can run this command, stop the database server.

About this task

Important: If you installed Rational Project Conductor in an existing Jazz Team Server instance, for example, a Rational Team Concert™ package group, you must upgrade the existing repository to include the additional database tables. For more information about upgrading an existing repository, see Adding database tables to an existing 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 parameters in the teamserver.properties can be modified to reference the appropriate database.

To create the database tables:

Procedure

  1. Run the command repotools -createTables to create the database tables for a Rational Project Conductor repository.
    • On Windows®:
       repotools -createTables
    • On Linux®:
      ./repotools.sh -createTables
  2. After the database tables are created, stop and restart the database.

What to do next

Alternatively, return to the Installation roadmaps to review the next steps in the installation.


Feedback