Logging in to an Essbase Server

In general, the first thing your program should do after calling EssInit() is to prompt the user for a server name, user name, and password (or use predefined defaults), then attempt to log in to that server by calling EssLogin(). Alternatively, use the encapsulated login function, EssAutoLogin(). If this call is successful, then the returned context handle should be stored and used for all subsequent API calls.