Creating the Jazz Team Server database tables

Create the database tables using the repository tools.
To create the database tables:
Run the command repotools.sh -createTables to create the database tables for a Jazz™ repository.
The repotools.sh script is located in the JazzInstallDir/server directory.
Note: You can use repotools.bat on Windows®.

The command uses the configuration properties in teamserver.properties for the connection and size settings.

This command creates the tablespace and all the required tables and indexes for a Jazz Team Server repository.

Feedback