MOO.USER.INIT
MOO.USER.INIT
Start-up a mooServer Session
You can manually start a mooServer session by calling the following Express program:
MOOSERVER.MOOCODE!MOOUSER.INIT.
By calling this program, mooServer will validate the user details, and attach all necessary Oracle OLAP Analytic Workspaces.
Before calling this program you must have pre-populated the following variables:
EXPRESS!ME_USER
EXPRESS!HASH_STR
If this is a brand new session it may be necessary for your client to create these objects, below is the definition:
DEFINE ME_USER EXPRESS VARIABLE TEXT TEMPORARY
DEFINE HASH_STR EXPRESS VARIABLE TEXT TEMPORARY
ME_USER
You should populate the ME_USER variable with a valid MOOSERVER.MOOUSERS!USER
HASH_STR
HASH_STR must be populated with a valid password hash.