LOGIN

Connects the current ESSCMD session to Essbase Server.

Syntax

LOGIN hostNode userName password [appName dbName]
ParameterDescription

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

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";