MicroStrategy ONE

Start Server statement

Starts Intelligence Server on the specified machine.

If you are executing this statement from a Windows Vista machine, you must launch Command Manager using the Run As Administrator option.

Copy
START SERVER [IN] "machine_name"[PORT "port_number"] [LOGIN "login"] [PASSWORD "password"];

where:

  • "machine_name" is the network name of the machine running MicroStrategy Intelligence Server, of type string.

  • PORT "port_number" is the port number used to connect to the machine, of type numeric.

  • LOGIN "login" is the login of a user with administrative access to the specified machine, of type string.

  • PASSWORD "password" is the password of the user, of type string.

Example

Copy
START SERVER 
 IN "d_smith" LOGIN "dsmith" PASSWORD "dsmpass;