Repository tools command to verify the integrity of a database

Use the verify command to verify the integrity of a database.

Purpose

The verify command is used for contents verification in the database with verification levels set between number one and ten. Level ten is the maximum verification level. When the level is set to ten, it looks for the particular content of the component in all database tables and verifies their validity. Level one is the minimum verification level. Level one for example, verifies if the item can be fetched by simple fetch call at a very top level. Each component uses these levels with different verbose checks, but usually level five should be the base to start with, if verification is needed. If some components show major problems, then you can start with a higher level to get more verbose output. For information about the verify command error messages, see the Repotools Verify command - additional guidance document in the Deployment wiki.
Important: You must shut down the server before you run the command.

Parameters

Attribute Description Required Default
teamserver.properties The file system path to the teamserver.properties file. No conf/application/teamserver.properties

where application is jts, ccm, rm, qm, gc, dcc, or relm.

logFile Path to the log file. No repotools-application_verify.log

where application is jts, ccm, rm, qm, gc, dcc, or relm.

level The verification level. A number between 1 to 10 can be used. 1 is the minimum level and 10 is the maximum level. Level 1 uses less verification, but it runs faster. Level 10 uses more verification, but it runs slower. No 1

Example

The following example is for Jazz® Team Server. To use this command for other applications, run these options from the server directory:
  • IBM® Engineering Workflow Management (Change and Configuration Management application): repotools-ccm
  • IBM Engineering Requirements Management DOORS® Next (Requirements Management application): repotools-rm
  • IBM Engineering Test Management (Quality Management application): repotools-qm
  • Global Configuration Management: repotools-gc
  • Data Collection Component: repotools-dcc
  • IBM Engineering Lifecycle Optimization - Engineering Insights: repotools-relm

For Windows
operating system Open a command prompt and enter this command:

cd C:\Program Files\IBM\JazzTeamServer\server\
repotools-jts.bat -verify teamserver.properties=conf\jts\teamserver.properties level=5

For Unix
operating systems Open a command line and enter this command:

cd /opt/IBM/JazzTeamServer/server/
./repotools-jts.sh -verify teamserver.properties=conf/jts/teamserver.properties level=5