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

Importing Consolidated Strings


You execute the import process using the parameters listed in Table 47.

To import consolidated strings

  • Launch Consoleapp.exe as described in Parameters for Running Consoleapp.exe to Consolidate Strings and use Consolidation Import business service method with the parameters listed in Table 47.

    For example:

    "ConsolidationImport:Filename=ConsExp.txt,Repository=Siebel Repository,LogFile=ConsolidationLog.txt,UnlockProjects=false,SkipParentUpdates=true"

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

    Filename

    Y

    Import file name.

    Repository

    Y

    Siebel Repository name.

    LogFile

    Y

    Log file name.

    UnlockProjects

    N

    True/False value. When set to true, the consolidation business service unlocks all projects it had locked. This is useful if there are multiple instances of the consolidation service running against the same DB. The default value is True.

    SkipParentUpdates

    N

    This turns on or off the updating of parent objects, like the project, while updating symbolic string references or while deleting deprecated symbolic strings. This should only be used when the user is running multiple instances of the import simultaneously. If left on with multiple instances running some errors may result in which updates or deletes are aborted because the project was being updated by another instance at the same time.

    SQLLog

    N

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

Using Siebel Tools