Repository tools command to unregister an application
Use the unRegisterApp command to unregister an application from Jazz® Team Server.
Purpose
The unregisterApp command is used to remove the friend relationship between an application and Jazz Team Server.Important: You
must shut down the server before you run the command.
Parameters
Attribute | Description | Required | Default |
---|---|---|---|
appName | The name of the application to be unregistered. | Yes | none |
teamserver.properties | The file system path to the teamserver.properties file. | No | conf/jts/teamserver.properties |
logFile | Path to the log file. | No | repotools-jts_addTables.log |
noPrompt | Do not prompt before unregistering the application. | No | none |
Example
Open a command prompt and enter this command:
cd C:\Program Files\IBM\JazzTeamServer\server\ repotools-jts.bat -unregisterApp appName=/vvc teamserver.properties=conf\jts\teamserver.properties
Open a command line and enter this command:
cd /opt/IBM/JazzTeamServer/server/ ./repotools-jts.sh -unregisterApp appName=/vvc teamserver.properties=conf/jts/teamserver.properties