Delivering Workspaces from the Command Line

The following procedure shows how to deliver a Workspace using siebdevcli from the command line. Note that siebdevcli is supported on both the server (Windows and UNIX platforms) and client.

To deliver a Workspace using the siebdevcli command

In the Workspace Explorer (in the Workspace Dashboard), confirm that the status of the Workspace you want to deliver is Submitted for Delivery.

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

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

    siebdevcli /u user_name /p password /d odbc_datasource /l language_code 
    /c ReposiotryUpgrade.cfg /DeliverWorkspace "<Workspace Name>" WorkspaceDelivery >

    For example:

    :/siebel/mde/siebsrvr/bin/siebdevcli /u sadmin /p ******** /d "SIEBEL_DMGXYZ" /l ENU 
    /c "/persistent/ses/log/RepositoryUpgrade_20211001_204026/RepositoryUpgrade.cfg" 
    /DeliverWorkspace dev_sadmin_21_9_drop_15 WorkspaceDelivery > 
    /persistent/ses/log/RepositoryUpgrade_20211001_204026/Common/dummy.txt 2>
    /persistent/ses/log/RepositoryUpgrade_20211001_204026/Common/dummy2.txt

The following procedure shows how to deliver a Workspace using the siebdev command.

To deliver a Workspace using the siebdev command

  1. In the Workspace Explorer (in the Workspace Dashboard), confirm that the status of the Workspace is Submitted for Delivery.

  2. Open a Command Prompt by clicking the Start button on your machine and then selecting the Run option.

  3. In the Run window that opens, enter the value CMD in the Open field.

  4. In the Command Prompt window that opens, change the directory to the $SIEBEL_HOME\BIN folder.

    The Command Prompt window returns a list of available arguments and parameters.

  5. If you are the owner of the parent Workspace, run the following command to deliver the Workspace:

    siebdev /c tools.cfg /u <User ID> /p <password> /d ServerDataSrc 
    /DeliverWorkspace "<Workspace Name>"

    For example:

    $SIEBEL_HOME\BIN siebdev /c tools.cfg /u SADMIN /p ******** /d ServerDataSRC_ 
    /DeliverWorkspace "<Workspace Name>"

    If you are a Workspace Administrator, you can optionally enter comments into the command line, as follows:

    $SIEBEL_HOME\BIN siebdev /c tools.cfg /u SADMIN /p ******** /d ServerDataSrc_ 
    /DeliverWorkspace "<Workspace Name>" "<Your Comment>"
    Note: The command line comments will appear in the comment fields in the Workspace Versions applet of the parent Workspace. If you do not provide comments in the command line, the system uses the description of the Workspace for the comment fields. If the description of the Workspace is not available, the system displays the value Enter Comments for these comment fields.