Cleaning up the repository after evaluating a product

You can remove data that was added to the repository during a trial evaluation of the product. By removing this data, you can make a fresh start and avoid mixing any trial data with actual production data.

About this task

To clean your repository of all existing data:

Procedure

  1. Open a command prompt, and change to the InstallDir\server directory.
  2. Run one of the following commands to remove from the database all IBM® Rational® Quality Manager data that was created during the evaluation.
    • Windows®

      repotools -clean -dropTables 
    • Linux®, AIX®, and Solaris

      repotools.sh -clean -dropTables 
  3. Run one of these commands to initialize your database for production use.
    • Windows

      repotools -clean -createTables 
    • Linux, AIX, and Solaris

      repotools.sh -clean -createTables 

Results

Your database is ready for production use.

Feedback