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_NAME
is the name of an Profitability and Cost Management application -
PARAMETER=VALUE
indicates 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 (
true
orfalse
) must be in all lower case.-
isKeepData=true|false
-
isReplaceCube=true|false
specifies whether to replace the existing cubeNote:
Values of
isKeepData
andisReplaceCube
cannot both be set totrue
. -
isRunNow=true|false
specifies whether to run the process right away
-
-
comment
is an optional comment enclosed in double quotation marks
Example
epmautomate deployCube BksML12 isKeepData=true isReplaceCube=false isRunNow=true comment="Test cube deployment"