MicroStrategy ONE

Disconnect User statement

Disconnects a user or multiple users from Intelligence Server.

This statement can only be used with three-tier or four-tier project source names.

Copy
DISCONNECT ([ALL] USER CONNECTIONS 
 [FROM PROJECT "project_name"] | USER "login_name" | USER SESSIONID 
 sessionid1 
  [, ... sessionidN]);

where:

  • USER "login_name" is the login name of the user to be disconnected, of type string.

  • USER SESSIONID sessionid1..N are the IDs of the user connections, of type GUID.

  • PROJECT "project_name" is the name of the project from which the user sessions are to be disconnected, of type string.

Example

Copy
DISCONNECT USER "palcazar";