-finalizeMigration

Use this command to finalize migration steps.

Purpose

The finalizeMigration command migrates Jazz™ Team Server Version 0.6 items to Jazz Foundation Server resources.

Parameters

Attribute Description Required Default
targetRepositoryURL The connection URL for the target server. Yes https://localhost:9443/jazz
repositoryURL The connection URL for the server. Yes https://localhost:9443/jazz
adminUserId Administrative user ID to login to the Jazz repository. Yes ADMIN
adminPassword Administrative user password to login to the Jazz repository. Yes ********
credentialsFile The file that contains the administrative user login credentials. No credentials.properties
logFile Path to the log file. No repotools_finalizeMigration.log

Example

repotools -finalizeMigration -targetRepositoryURL=https://localhost:9443/jazz -repositoryURL=https://localhost:9443/jazz adminUserId=ADMIN adminPassword=********

Feedback