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
-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)
Thanks