Using a Batch File to Convert Strings
You can run the conversion utility from a batch file.
To use a batch file to convert strings
-
Navigate to the
$SIEBEL_HOME\BIN
folder. -
Enter the following command:
strconv "object_type" action user_Id password
For example:
strconv "Applet" export user_Id password
The following table describes the parameters you can use to run the strconv.bat (string conversion) batch file. You set other parameters in the batch file. For information about the batch file, see comments that the batch file contains.
Parameter Description object_type
Object type to convert. For example:
-
Applet
-
Control
-
List Column
action
You can use one of the following values:
-
Export. The utility exports all convertible locale records.
-
Import. The utility imports the file that the object_type parameter identifies.
user_Id
The user name that you use to log in to the Siebel application.
password
The user password that you use to log in to the Siebel application.
-