Repository tools command to import the Requirements Management application link validity data during migration

Use the rmImportLinkValidity command to import link validity from a .csv file.

Purpose

The rmImportLinkValidity command loads the .csv file from the location specified in the command line and updates the Jazz® Team Server tables.

To run this command, the Jazz Team Server specified by the repositoryURL argument must be running.

Parameters

Attribute Description Required Default
fromFile Path to the Jazz Team Server input link validity comma delimited file. If a relative path is provided, it is relative to server directory. No server/rmLinkValidityFromFile.csv
repositoryURL The Jazz Team Server root URL.

For a multi-JTS environment, this should identify the URL of the Jazz Team Server that the LQE is registered with. This should be the URL that is defined in the advanced admin property (Shared Validity Provider URL) of the JTS that RM is registered with. If no URL is defined, then use the URL of the Jazz Team Server that the RM application is registered with. Note that this Jazz Team Server should already be upgraded to 7.0, deployed, and running.

No https://localhost:port/jts
adminUserId Administrative user ID to login to the Jazz repository. No ADMIN
adminPassword Administrative user password to login to the Jazz repository. No ADMIN
credentialsFile The file containing the administrative user login credentials. No credentials.properties
logFile Path to the log file. No repotools-rm_rmImportLinkValidity.log

Example

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

cd C:\Program Files\IBM\JazzTeamServer\server\
repotools-rm.bat -rmImportLinkValidity fromFile=Path_to_rmLinkValidityFromFile.csv adminUserId=ADMIN adminPassword=ADMIN repositoryURL=https://hostname.example.com:port/jts

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

cd opt/IBM/JazzTeamServer/server/
./repotools-rm.sh -rmImportLinkValidity fromFile=Path_to_rmLinkValidityFromFile.csv adminUserId=ADMIN adminPassword=ADMIN repositoryURL=https://hostname.example.com:port/jts