Clearing the IBM Cognos BI cube cache for a model version
Use the wbmClearCognosCache command to clear the IBM® Cognos® Business Intelligence (BI) Dynamic Query runtime cubing engine cache for an IBM Business Monitor model version.
Purpose
The wbmClearCognosCache command clears the Dynamic Query engine cache for a specific version of the model cube package that has been published to the IBM Cognos BI server.
Examples
The following example uses Jacl:
$AdminTask wbmClearCognosCache {-modelID mymodleid -versionDate 20120909000000}
The
following example uses Jython:
AdminTask.wbmClearCognosCache ('[-modelID mymodleid -versionDate 20120909000000]')
Parameters
The wbmClearCognosCache 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. |