Adding database tables to an existing repository

If you installed IBM® Rational® Project Conductor into an existing Jazz™ Team Server instance, for example, an IBM Rational Team Concert™ package group, you must upgrade the existing repository to include the Rational Project Conductor database schema. You must perform this step for all database servers, including the default Derby database.

Before you begin

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

About this task

Important: If you installed Rational Project Conductor in a new package group, and you are not using the default Derby database, you must create the database tables, using the repository tools createTables command. For more information about creating the database tables, see Creating database tables.

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 add the database tables to an existing repository:

Procedure

  1. Run the command repotools -addTables to add the database tables for Rational Project Conductor to the existing repository:
    • On Windows:
       repotools -addTables
    • On Linux:
      ./repotools.sh -addTables
    Note: There may be exceptions displayed when this command is run. You can ignore these exceptions since the database is created successfully.
  2. After the database tables are added, stop and restart the database.

What to do next

You can now proceed to start the server.

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


Feedback