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

Importing Converted Symbolic Strings


You initiate the import process using the parameters listed in Table 45.

To import symbolic strings

  • Launch consoleapp.exe as described in Parameters for Running consoleapp.exe to Convert Strings, and use the SplitFile business service method with the parameters listed in Table 45.

    For example:

    "ConversionImport: Filename=Control.txt,Repository=Siebel Repository, LogFile=ConversionImport.log,UnlockProjects=false,SkipParentUpdates=true, Project=Symbolic Strings"

    Table 45. Input Parameters for the Conversion Import Business Service Method
    Parameter
    Required
    Description

    Filename

    Y

    Import file.

    Repository

    Y

    Siebel Repository name.

    LogFile

    N

    Log file.

    UnlockProjects

    N

    TRUE/FALSE value. When set to TRUE, the conversion business service unlocks all projects when the process finishes. This is useful when there are multiple instances of the conversion service running against the same DB. The default value is TRUE.

    SkipParentUpdates

    N

    TRUE/FALSE value. When set to TRUE, parent objects, such as the project of the top-level objects being updated, are not updated to use the symbolic string. The default value is FALSE.

    SQLLog

    N

    Log file name. When this parameter is set, the process logs all SQL that is executed to the specified file.

    Project

    Y

    Name of the project in the Repository that contains the newly-created strings. Siebel-delivered strings are in the Symbolic Strings project. You might want to configure this for their custom strings.

    DeleteLocales

    N

    TRUE/FALSE value. When set to TRUE, locale records are deleted if all translatable fields are NULL and no language override field is set. When set to FALSE, the locale record is set to Inactive. The default value is TRUE.

    CheckTranslateFlag

    N

    TRUE/FALSE value. When set to TRUE, the Conversion Import process does not convert objects that have the Translate field set to N. The default value is TRUE.

    LogErrorRecords

    N

    If set to TRUE, all error records are be exported into a separate log file. The default value is FALSE.

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