MicroStrategy ONE

Idle Project statement

Idles a project in an Intelligence Server.

Copy
IDLE PROJECT project_name MODE (REQUEST | EXECUTION | FULL);

where:

  • PROJECT "project_name" is the name of the project to be idle, of type string.

  • MODE indicates the type of idle:

    • REQUEST puts the project in Request Idle mode

    • EXECUTION puts the project in Execution Idle mode.

    • FULL puts the project in Full Idle mode (both Request Idle and Execution Idle mode).

Example

Copy
IDLE 
 PROJECT "MicroStrategy Tutorial" MODE FULL;