Canceling the Workspace Delivery Process

Before delivering a Workspace, Workspace Administrators must change the status of that Workspace to Submitted for Delivery to make it ready for the delivery process. After the status of the Workspace changes to Submitted for Delivery, it becomes a read-only Workspace and no more repository changes can be made to it until the merge process is complete.

To cancel the Workspace delivery process, thereby allowing repository changes to be made to Workspaces with a status of Submitted for Delivery, Workspace Administrators may revert the status of that Workspace back to Checkpointed and Editable by either:

  • Using the Undo Submit for Delivery option in the Workspace menu, or

  • Running the UndoSubmitForDelivery command from the Command Prompt window.

Note: Only a Workspace Administrator who is also the owner of the MAIN Workspace can cancel the Workspace delivery process. If Workspace users or developers need to cancel a Workspace delivery process, they must submit the cancel request to the Workspace Administrator. After the request is approved, the Workspace Administrator will cancel the delivery process as requested.

To cancel the Workspace delivery process (Siebel Tools)

  1. In the Workspace Dashboard, select Undo Submit for Delivery from the Workspace menu.

  2. Click Yes on confirmation message that appears to revert the status of the Workspace from Submitted for Delivery to Checkpointed and Editable.

The following procedure shows how to cancel the Workspace delivery process using the siebdev command.

To cancel the Workspace delivery process using the siebdev command

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

  2. In the Run window that opens, type in CMD in the Open field.

  3. In the Command Prompt window that opens, change directory to the <TOOLS_HOME>\BIN folder as follows:

    cd <TOOLS_HOME>\BIN

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

  4. To cancel the Workspace delivery process, run the following command:

    siebdev /c tools.cfg /u SADMIN /p ******** /d ServerDataSrc /UndoSubmitForDelivery 
    <Workspace Name>

    For example:

    $SIEBEL_HOME\BIN>siebdev /c tools.cfg /u SADMIN /p ******** /d ServerDataSrc 
    /UndoSubmitForDelivery <Workspace Name>
  5. After the status of the Workspace is reverted, end users and developers of that Workspace must close and then reopen the Workspace before they can make any repository changes on it.