Using a Job
You can use a job of type Delete POV that was created in the PCM Agent to supply predefined parameters for this command.
Any required parameter not saved in the job definition must be supplied on the command line, and any parameter in the job definition can be overridden on the command line.
Usage
epmautomate deletePointOfView [jobName=JOB_NAME]
[povName=POV_NAME] [povDelimiter="DELIMITER"],
where:
jobName=JOB_NAME, optionally, is the name of the job that should be used to delete data. Required if parameter values are not specified on the command line. Default isDelete POV.povName=POV_NAME, optionally, identifies the name of the POV to be deleted.povDelimiter, optionally, is the delimiter used in POV values. Default is::(double Colon). This value must be enclosed in double quotation marks. Example:povDelimiter="_".Other than the default, only these delimiters are supported: _ (under score), # (hash), ~ (tilde), % (percentage), ; (semicolon), : (colon), - (dash).
Examples
- Deleting a POV using a job:
epmAutomate deletePointOfView jobName=deleteJob - Deleting a POV that uses a custom POV delimiter by overriding the POV identified
in the job:
epmAutomate deletePointOfView jobName=deleteJob povDelimiter="_"