Creating IBM Cognos BI cubes for a model version
Use the wbmCreateCognosCubes command to create the IBM® Business Monitor cube definitions for a specific model version on the IBM Cognos® Business Intelligence (BI) service to be able to conduct multidimensional analysis.
Purpose
The wbmCreateCognosCubes command publishes the specified version of the model cube package definitions to the IBM Cognos BI server. The published package includes the current security settings. This command publishes a complete package that replaces any existing package on the IBM Cognos BI.
Examples
The following example uses Jacl:
$AdminTask wbmCreateCognosCubes {-modelID mymodleid -versionDate 20120909000000}
The
following example uses Jython:
AdminTask.wbmCreateCognosCubes ('[-modelID mymodleid -versionDate 20120909000000]')
Parameters
The wbmCreateCognosCubes command accepts the parameters listed in the following table.
| Parameter and value | Required? | Description |
|---|---|---|
| -modelID model_ID | Required | The monitor model ID. |
| -versionDate version_date | Required | The monitor model version date as a numeric long. |