OMBALTER DEPLOYMENT

Purpose

Alter the Deployment by renaming it, and/or reset its properties and referenced Control Center.

Prerequisites

Should be in the context of a Configuration.

Syntax

alterDeploymentCommand =  OMBALTER ( DEPLOYMENT "QUOTED_STRING" ( 
          "renameClause" [ SET "setPropertiesClause" ] [ 
          "setReferenceControlCenterClause" ] [ "setReferenceRemoteAgentClause" 
          ] [ "setAsActiveClause" ] | SET "setPropertiesClause" [ 
          "setReferenceControlCenterClause" ] [ "setReferenceRemoteAgentClause" 
          ] [ "setAsActiveClause" ] | "setReferenceControlCenterClause" [ 
          "setReferenceRemoteAgentClause" ] [ "setAsActiveClause" ] | 
          "setReferenceRemoteAgentClause" [ "setAsActiveClause" ] | 
          "setAsActiveClause" ) )
     renameClause =  RENAME TO "QUOTED_STRING"
     setPropertiesClause =  PROPERTIES "(" "propertyNameList" ")" VALUES "(" 
          "propertyValueList" ")"
     setReferenceControlCenterClause =  SET ( REFERENCE | REF ) CONTROL_CENTER 
          "QUOTED_STRING"
     setReferenceRemoteAgentClause =  SET ( REFERENCE | REF ) AGENT 
          "QUOTED_STRING"
     setAsActiveClause =  SET AS ACTIVE
     propertyNameList =  "UNQUOTED_STRING" { "," "UNQUOTED_STRING" }
     propertyValueList =  "propertyValue" { "," "propertyValue" }
     propertyValue =  ( "QUOTED_STRING" | "INTEGER_LITERAL" | 
          "FLOATING_POINT_LITERAL" )

Parameters

alterDeploymentCommand

This command modifies an existing Deployment.

renameClause

Rename Deployment.

setPropertiesClause

Associate a set of properties with the existing Deployment.

setPropertiesClause

Basic properties for DEPLOYMENT:

Name: BUSINESS_NAME
Type: STRING(200)
Valid Values: Any valid character string in supported character set.
Default: NAME
Business name of a Deployment

Name: DESCRIPTION
Type: STRING(4000)
Valid Values: Any valid character string in supported character set.
Default: Empty string
Description of a Deployment.

setReferenceControlCenterClause

Set a reference of a Control Center to the existing Deployment.

setReferenceRemoteAgentClause

Sets the Remote Agent for the Deployment.

setAsActiveClause

Set this Deployment as Active.

propertyNameList

Comma separated list of property names. Property names are unquoted.

propertyValueList

Comma separated list of property values.

propertyValue

Value of a property.