Connects the current ESSCMD session to Essbase Server.
Syntax
LOGIN hostNode userName password [appName dbName]
| Parameter | Description |
|---|---|
hostNode | Host name of the Essbase Server computer. |
userName | User ID defined on the Essbase Server. |
password | User's password. |
appName | Optional. Name of the application to load. |
dbName | Optional. Name of the database to load. |
Notes
The Essbase Server must already be running before a login can occur.
If you want to use the optional appName and dbName parameters, you must use both.
With the optional parameters, this command is the equivalent of logging in and issuing a SELECT appName and dbName command.
Example
To log in a user named TomT who is using ESSCMD from the Essbase Server computer:
LOGIN "LOCAL" "TOMT" "PASSWORD";
To log in a user named TomT to a remote Essbase Server on a host named BEECH:
LOGIN "BEECH" "TOMT" "PASSWORD";