Shuts down the Essbase Server from the terminal running the current ESSCMD session. You must have Administrator permission to use this command.
Syntax
SHUTDOWNSERVER servername username password| Parameter | Description |
|---|---|
servername | Host name associated with the Essbase Server you want to shut down. |
username | Your user name. |
password | Your password. |
Notes
If you do not specify the parameters on SHUTDOWNSERVER, ESSCMD prompts you for them.
Example
To shut down the Essbase Server named Poplar:
SHUTDOWNSERVER "poplar" "mildred" "password";
To have Essbase prompt you for your user name and password:
SHUTDOWNSERVER "Poplar";