rpp --loadRepositoryWorkspace

This command initializes a local workspace from a Rational® Programming Patterns repository workspace in batch mode. It is useful, for example, if you want to create your local workspace at night because the databases might be large. This command creates a local workspace that is not indexed. So, you must run additional commands to index it.

Syntax

rpp.bat --loadRepositoryWorkspace [options]

Parameters

Table 1. List of the available parameters
Options Comments Required Default values
--data Full path to the workspace Yes  
--log Log file name

The beginning of this file reminds the parameters that were entered to run the Pacbase migration procedures.

No trace.log
-w [--workspace] Name or UUID of the repository workspace Yes  
-r [--repository-uri] URI of the repository Yes  
-u [--username] User name to access the repository Yes  
-P [--password] Password to access the repository Yes  

Example

rpp.bat --loadRepositoryWorkspace --data c:\temp\MyLocalWks --log c:\temp\trace.log --w "MyRTCRepoWks" --r "https://localhost:9443/ccm" --u JAZZ --P JAZZ
The local workspace that is created by this command is not indexed. So, before you can start using the workspace, you must also run the following commands in the following order to index it:
  1. rpp --rebuildModelIndexes,
  2. rpp --rebuildGeneratedLinks,
  3. rpp --rebuildMacroLinks.

Feedback