OMBSWITCHMODE

Purpose

To switch the current workspace connection between SINGLE_USER_MODE (i.e. exclusive) and MULTIPLE_USER_MODE.

Prerequisites

Must be connected to an OWB workspace and not have any outstanding/unsaved work. If not already connected, use OMBCONNECT first. If there exists work that is not saved, use either OMBSAVE or OMBREVERT first.

Syntax

parseSwitchModeCommand =  OMBSWITCHMODE ( SINGLE_USER_MODE | 
          MULTIPLE_USER_MODE )

Parameters

parseSwitchModeCommand

Specify switch command.

SINGLE_USER_MODE

If specified, the user's current connection will be changed to permit them to use the workspace exclusively.

MULTIPLE_USER_MODE

If specified, the user's current connection will be changed to permit more than one session to work on the workspace at the same time.