COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Transformer => Topic started by: cognos05 on 23 Feb 2015 02:36:46 PM

Title: Automating Cube build script
Post by: cognos05 on 23 Feb 2015 02:36:46 PM
Hi ,
Using this below code in updating cube build
cogtr.exe -n2 -c -g -m"modelNAme"

what does -n2-c-g-m means ?

-c means create cube and I am not sure of other.

Thanks,
Nithya
Title: Re: Automating Cube build script
Post by: bdbits on 23 Feb 2015 05:29:09 PM
-n2 means don't show any kind of interface
-c means generate categories
-g means deploy the finished cube using deployment options
-m identifies the model file to read

More information can be found in the Cognos online documentation for Transformer.
http://www-01.ibm.com/support/knowledgecenter/SSEP7J_10.1.0/com.ibm.swg.im.cognos.ug_cogtr.10.1.0.doc/ug_cogtr_id12029CLIOptionsList.html%23CLIOptionsList (http://www-01.ibm.com/support/knowledgecenter/SSEP7J_10.1.0/com.ibm.swg.im.cognos.ug_cogtr.10.1.0.doc/ug_cogtr_id12029CLIOptionsList.html%23CLIOptionsList)
Title: Re: Automating Cube build script
Post by: cognos05 on 25 Feb 2015 11:06:43 AM
Thanks