Repository tools command to rebuild link closure table

Use the rebuildClosureTable command to rebuild link closure table.

Purpose

The rebuildClosureTable command can be used to rebuild link closure table.
Important: You must shut down the server before you run the command.

Parameters

Attribute Description Required Default
teamserver.properties Path to the teamserver.properties file. No conf/jazz/teamserver.properties
logFile Path to the log file. No repotools_rebuildClosureTable.log
debug If enabled, the table contents will be written to the log file. No false

Example

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

cd C:\Program Files\IBM\JazzTeamServer\server\
repotools-ccm.bat -rebuildClosureTable teamserver.properties=conf\ccm\teamserver.properties

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

cd opt/IBM/JazzTeamServer/server/
./repotools-ccm.sh -rebuildClosureTable teamserver.properties=conf\ccm\teamserver.properties