Using Siebel Tools > Working with Strings and Other Locale-Specific Data > Running the LMU Using the Command-Line Interface >

Importing an LMU File


Syntax

/lmu <srclang> <trglang> import <file>

Usage

This command allows you to import a LMU file and mark all target locale objects as "Redo" if the source string from the import file and the repository differ. You must specify the file name (with absolute path) to the import file.

Example

siebdev /u sadmin /p db2 /d server /lmu ENU FRA import "C:\Program Files\Siebel\8.0\Tools\objects\results.slf"

This example instructs the LMU to import a file called results.slf from the folder C:\Program Files\Siebel\8.0\Tools\objects (the installation location for an earlier version). The source language of the LMU file is English-American (ENU), and the target language is French (FRA). The LMU file contains all localizable attributes (string and language override attributes).

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