Show TOC Entering content frame

Procedure documentation Comparing Baselines Using the Command Line Locate the document in its SAP Library structure

Use

You can use this procedure to do the following using the command line mode.

·        View baselines

·        Compare baselines

·        Compare change lists

The benefit of using this mode is that you can compare baselines and change lists simultaneously, unlike when you use the Baseline Comparison Tool in the user interface mode.

The parameters used to define the criteria for comparison are explained below.

Parameter

Default value

Description

/F

BLComparisonLog.txt

Output file, into which results of the comparison are recorded

/SD

“ “ (Empty)

DSN of the source MAR

/TD

“ “ (Empty)

DSN of the target MAR

/SU

ARSAdmin

User ID of the source MAR

/TU

ARSAdmin

User ID of the target MAR

/SP

“ “ (Empty)

Password of the source MAR

/TP

“ “ (Empty)

Password of the target MAR

/B

 

Compares baseline versions between source and target MARs

/L

 

Compares change lists between source and target MARs. You must specify only the /A parameter.

/O

 

Records orphan objects in the output file

/NL

 

Searches for language independent objects in the source and target MARs

/MT

 

Searches for master language text objects in the source and target MARs

/TR

 

Searches for translation objects in the source and target MARs. You must also specify the /LG parameter.

/LG

 

Indicates the language of translation objects

/A

 

Searches for all object categories in the source and target MARs

Procedure

...

       1.      Choose Start ® Run…

The Run window appears.

       2.      In the Open field, enter the following command.

<Application (EXE) Name> /SD<SourceDSN> /TD<TargetDSN> /SU<SourceUser> /TU<TargetUser> /SP<SourcePassword> /TP<TargetPassword> /<NL or MT or TR or A) /LG<language>(only for TR) /<B or L> /O

Where, <Application (EXE) Name> indicates the location and name of the file that needs to be executed. The location defaults to C:\……..\BLComparison.exe

       3.      Choose OK.

Example

You want to compare two MARs namely, Rep1 and Rep2. If you want to:

·        Compare baseline versions of the language independent objects, specify the following command:

<C:/Program Files/Sap/Mobile/Ars/BaselineComparison/BLComparison.exe /SD Rep1 /TD Rep2 /SU ARSAdmin /TU ARSAdmin /SP /TP /NL /B>

·        Compare baseline versions and change lists simultaneously, specify the following command:

<C:/Program Files/Sap/Mobile/Ars/BaselineComparison/BLComparison.exe /SD Rep1 /TD Rep2 /SU ARSAdmin /TU ARSAdmin /SP /TP /A /B /L>

See also:

 

Comparing Baselines

Comparing Change Lists

 

Leaving content frame