Sample Script: Scheduling Report Printing
The sample3.scr file executes the following actions:
Logs on to Essbase Server
Selects an application and database
Assigns reports that output to files for later printing
Exits ESSCMD
LOGIN "Poplar" "TomT" "Password";
SELECT "Sample" "Basic";
RUNREPT 2 "REP1" "REP1.OUT";
RUNREPT 2 "REP2" "REP2.OUT";
RUNREPT 2 "REP3" "REP3.OUT";
EXIT;