Using Siebel Tools > Working with Strings and Other Locale-Specific Data > Running the String Consolidation Utility >

Exporting Matching Symbolic Strings


Table 46. Parameters for Running consoleapp.exe to Consolidate Strings
Parameter
Required
Description

Config file

Y

Name of the Siebel Config file, such as tools.cfg. The default data source will be used.

app lang

Y

The application language, such as ENU

uid

Y

User ID

pw

Y

Password

Business Service

Y

"String Consolidation"

Method Name:Parameters

Y

Business Service method and input parameters

To export a file containing all matching symbolic string sets use the Consolidation Export method of the business service. The parameters are shown in Table 47.

To export matching symbolic strings

  • Launch consoleapp.exe as described in Parameters for Running consoleapp.exe to Convert Strings and use the Consolidation Export Business Service method with the parameters listed in Table 47.

    For example:

    "ConsolidationExport:Filename=ConsExp.txt,Repository=Siebel Repository,LogFile=ConsolidationLog.txt,Language=ENU,MatchMin=2"

    Table 47. Parameters for the Consolidation Export Business Service Method
    Parameter
    Required
    Description

    Filename

    Y

    The name of the export file.

    Repository

    Y

    The Siebel Repository name.

    LogFile

    Y

    The name of the log file.

    Language

    Y

    The language used as the primary language to match when searching for duplicate symbolic strings.

    For example, suppose two symbolic strings each have 3 child records: English (ENU), French (FRA) and German (DEU). If the Language parameter is set to ENU, then the consolidation export process searches for matches between the ENU records. When it finds matches, it checks the other child records of the other languages. If all child records match (or if one has a superset of the other) they are considered matching symbolic strings.

    MatchMin

    Y

    The minimum number of matches in a set of matching symbolic strings before it is written to the file. The default value is 2.

    SkipSBLStrings

    Y

    Possible values are TRUE, FALSE, or Master Only.

    When set to TRUE, all strings starting with SBL_ in the name are ignored.

    When set to FALSE, Siebel strings can be considered as master or deprecated strings. All Siebel and customer strings are included in consolidation.

    When set to Master Only, Siebel strings are not deprecated, but can be used as Master strings.

    The default value is TRUE.

Using Siebel Tools Copyright © 2007, Oracle. All rights reserved.