Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

script on unix to build cubes

Status
Not open for further replies.

ramakr1shna

Programmer
Jul 27, 2005
3
US
hi all,
iam relatively new to cognos on unix,can anybody tell me how to write a script to build cubes on solaris and actually where to execute it.
help would be appreciated
thank you

ram
 
I believe there might some example script files included with Cognos(?)... but the command to actually build the cube should be something like this...

exec $COGNOS_HOME/rsserver -c -p Current_Status.pyi -F /usr/cognos/apps/xyz/xyz_preferences.ini

all one line. We have a script file that sets a couple env variables i.e. $COGNOS_HOME, checks for a couple things, then executes that line. We run this script.sh file via cron.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top