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

Importing Consolidated Strings


To import consolidated strings

  • Launch Consoleapps.exe as described in Parameters for Running Consoleapps.exe to Consolidate Strings and use the ConsolidationImport business service method with the parameters listed in Table 45.

    For example:

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

Table 45.  Parameters for ConsolidationImport 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