Troubleshooting
Problem
This technote identifies how you can run an IBM® Rational® RequisitePro® Baseline report from the command line.
Resolving The Problem
To run a report from the command line change directory to the RequisitePro\bin directory and run the following command.
This command will compare the two baselines and create reports in the directory specified.
Note: If the location contains a space character, wrap the entire path with quotes.
basecomp -1 <baselineloc1> -2 <baselineloc2> -o <outputdir>
<baselineloc1> - location of baseline one
<baselineloc2> - location of baseline two
<outputdir> - directory where the output will be created
For example:
In the example below two baseline BL1 is compared to baseline BL2 and the output is placed in a directory named Baselines.
basecomp -1 "C:\Program Files\Rational\RequisitePro\Projects\Project 3\Baselines\BL1" -2 "C:\Program Files\Rational\RequisitePro\Projects\Project 3\Baselines\BL2" -o "C:\Program Files\Rational\RequisitePro\Projects\Project 3\Baselines"
Was this topic helpful?
Document Information
Modified date:
16 June 2018
UID
swg21256528