DOCS

Running Multiple Instances of Metability

Metability stores various session information in a local directory called workspace, which enables it to remember window positions, open perspectives, and other session data for its users.

A single Metability installation can maintain multiple workspaces (for example, one for each user, stored in the user’s home directory). During runtime, however, access to a workspace is exclusive (that is, only one Metability instance can store information in the active workspace). If you want to run multiple instances of Metability, you must, therefore, enable it to use a different workspace if your default workspace is already in use.

Enabling Metability to run multiple instances

  1. Start Metability as described in To start Metability.
  2. Click Window > Preferences to open the Preferences dialog.
  3. Expand the General node and the Startup and Shutdown subnode and then click the Workspaces subnode.
  4. This image shows the Preferences dialog.
  5. Select the Prompt for workspace on startup check box.
  6. Type or select the number of recent workspaces that Metability should remember in the Number of recent workspaces to remember spin box. This is an optional step.
  7. Click OK to save your changes and then close Metability.
  8. Open the Metability startup script for editing.
  9. To find out the name of the startup script, right-click the Metability icon in the start menu and then select Properties from the context menu.
  10. In the startup script, remove the data parameter from the start entry:
  11. start metability.exe %VM_ARG% %VM_BIN% -data "@user.home/ASG/ Metability%USERDIRPARAM%/workspace" %MTBPARAM%

  12. Save your changes and then start Metability.
  13. The Workspace Launcher is displayed.

    This image shows the Workspace Launcher dialog.
  14. Specify a storage location for the workspace and then click OK to open Metability.

Now, if you start another instance of Metability, the Workspace Launcher is displayed again, enabling you to specify a different workspace for that instance.