If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

It display preferences dialog when i use cogtr to generate cube files

Started by escape, 26 Jun 2013 04:33:17 AM

Previous topic - Next topic

escape

Hi,

I just install new version 10.2 of cognos server and transformer, but when i use cogtr command to generate cube file, it display preferences dialog, and i can't continue.

My command is:

cogtr -c -n2 -s -m"J:\Program Files\cognos\transformer\mdl\test_111.mdl"

Is there anyone face the same problem?

bensah

Hi,

Please use the below command lines. It should work.

cogtr.exe -nologo -g"%CUBE_NAME%" -dMultiFileCubeThreshold=%MultiFileCubeThreshold% -c -n %Incremental% -m"%CUBE_MODEL%%MODEL_NAME%.mdl"
 
cogtr.exe -nologo -g -dMultiFileCubeThreshold=%MultiFileCubeThreshold% -c -n %Incremental% -m"%CUBE_MODEL%%MODEL_NAME%.mdl"

Thank you!!!