ServerSandboxClone

ServerSandboxClone clones an existing sandbox into a new sandbox.

Sandboxes are private workspaces in which a user can enter and store data values separate from TM1® base data. Sandboxes are stored on disk and, when in use, in memory.

This function is valid in TM1 TurboIntegrator processes only.

Syntax

ServerSandboxClone(sandboxName,newSandboxName );
Argument Description

sandboxName

A string value. The name of a sandbox owned by the executing user.

newSandboxName

A string value. The name of a sandbox to be created as a clone of sandboxName.

Example

ServerSandboxClone( 'Best case', 'Second best case');