Example - Restarting a Failed Process from the Beginning
When Cognos® Transformer builds cubes, some conditions may result in a failed process.
For example, if Cognos Transformer has insufficient disk space for the model files, data temporary files, and cubes, an error occurs and processing stops. In such cases, you can restart the process from the beginning, using the following command:
cogtr -i go_sales.py?
This command loads the saved model file, go_sales.py?, ignoring the last interrupted cube creation process and any associated .qy? files.
For more information, see Command Line Options.