<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NCX94J4" height="0" width="0" style="display:none;visibility:hidden"></iframe>

ServerSandboxExists function for IBM Planning Analytics (TM1)

    ServerSandboxExists checks if a sandbox exists for a user. It returns a numeric value of 1 if the sandbox exists or 0 if it does not exist.

    In this video, ServerSandboxExists will be used to check if the sandbox Training exists.

    Where can the ServerSandboxExists function be used?

    TurboIntegrator

      Which TM1 Server version is the ServerSandboxExists function available for?

      Version 11 and 12

        What is the syntax for ServerSandboxExists?

        ServerSandboxExists(SandboxName, UserName)

        • ​​SandboxName = Name of the existing sandbox to be cloned.​
        • UserName = Optional parameter with a user’s name to check if the sandbox exists. If omitted, TM1 will check the user who is running the process. This parameter only works if an Admin, DataAdmin or the given user is running the process. If not, TM1 will return an error.​

          Note: Sandboxes are a private space for users to work and insert values. These values are stored separately from the TM1 database.

        Relevant Functions