deployCube
Deploys or redeploys the calculation cube of an Profitability and Cost Management application.
Applies to
Profitability and Cost ManagementRequired Roles
- Service Administrator
- Power User
Usage
epmautomate deployCube APPLICATION_NAME PARAMETER=VALUE comment="comment" where:
APPLICATION_NAMEis the name of an Profitability and Cost Management application-
PARAMETER=VALUEindicates runtime parameters and their values to deploy the cube. Specify as many parameter and value pairings as the process requires. Valid parameters and their values:Note:
Parameter values (
trueorfalse) must be in all lower case.-
specifies whether to preserve existing data, if anyisKeepData=true|false -
isReplaceCube=true|falsespecifies whether to replace the existing cubeNote:
Values of
isKeepDataandisReplaceCubecannot both be set totrue. -
isRunNow=true|falsespecifies whether to run the process right away
-
-
commentis an optional comment enclosed in double quotation marks
Example
epmautomate deployCube BksML12 isKeepData=true isReplaceCube=false isRunNow=true comment="Test cube deployment"