H Option; I Option; J Option - IBM Cognos User Manual

Version 10.1.1
Table of Contents

Advertisement

On Windows, the following example deploys all cubes in Sales.pyj without
rebuilding them.
cogtr -g -ox -pSales.pyj
The following example copies and activates the child cube named 'France' in a
cube group named 'Europe'.
cogtr -gEurope/France -pSales.pyj

-h option

This option is displays help for the command line.
On UNIX and Linux, help is also displayed if you do not provide any command
options.
The syntax for using the -h option is as follows:
cogtr -h

-i option

This option opens a saved model, regardless of the existence of a checkpoint file.
On UNIX and Linux, you cannot use the -i option with the -s option.
A checkpoint file is automatically created when a model is suspended due to a
general system failure, such as that caused by a power outage. The next time the
model is opened in interactive mode, users can open either the checkpoint file or
the last-saved version of the model file. In batch mode, you can use the -i option
to bypass the prompt and force Cognos Transformer to open the original model file
instead of the checkpoint file.
The syntax for using the -i option is as follows:
cogtr -i filename.py?
Note: Checkpoint files have a .qy? extension. As with .py? files, the ? (question
mark) in the extension is replaced by the character that is used in your release of
Cognos Transformer, such as .qyj.
The following Windows example opens the model file, Sales.py?, discarding any
existing checkpoint file, then runs the process in batch mode to create all defined
cubes:
cogtr -n -i Sales.py?

-j option

This option is used to publish a single PowerCube or all enabled PowerCubes in a
cube group. Both the data source connection and the package are published for a
particular PowerCube.
The syntax for this option is as follows:
cogtr -j cube_name or cogtr -ju cube_name
where cube_name represents the PowerCube name or the cube group name. If no
name is specified, all cubes in the model are published except for the time-based
partitioned cubes where only the parent cube needs to be published.
226
IBM Cognos Transformer Version 10.1.1: User Guide

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents