Using the Command Line to Export Objects to an Archive

The following procedure shows how to export objects to an archive (SIF file) using siebdev from the command line.

To export objects to an archive using the siebdev command

  1. Open a command line and then navigate to the $SIEBEL_HOME\BIN folder.

  2. Use the following command to run the siebdev.exe file:

    siebdev /c config_file /d database /u user_name /p password /ws Workspace_name 
    /batchexport repository_name input_file_name log_file

    The following example exports the objects that the obj.txt input file specifies. It logs results to the export.log file:

    siebdev /c tools.cfg /d sample /u sadmin /p ******** /ws MAIN 
    /batchexport "Siebel Repository" obj.txt export.log

    For more information about the input file, see Input File That Batch Export Uses.