Removing IBM Cognos BI cubes for a model version
Use the wbmRemoveCognosCubes command to remove cube definitions for an IBM® Business Monitor model from the IBM Cognos® Business Intelligence (BI) service.
Purpose
The wbmRemoveCognosCubes removes the cube package definitions for the specified version of a monitor model from the IBM Cognos BI server.
Examples
The following example uses Jacl:
$AdminTask wbmRemoveCognosCubes {-modelID mymodleid -versionDate 20120909000000}
The
following example uses Jython:
AdminTask.wbmRemoveCognosCubes ('[-modelID mymodleid -versionDate 20120909000000]')
Parameters
The wbmRemoveCognosCubes 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. |