IBM Support

Running a RequisitePro Baseline report from a command line

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"


[{"Product":{"code":"SSSHCT","label":"Rational RequisitePro"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Baseline Compare: Compare Baselines","Platform":[{"code":"PF033","label":"Windows"}],"Version":"2003.06.13;2003.06.14;2003.06.15","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
16 June 2018

UID

swg21256528