Previous Topic

Next Topic

Book Contents

Book Index

Updating the Run as User field and Set the Priority to High - output file

In the following example, you need to create two Promotion Rules from source environment ENV4 to target environment ENV2:

The following figure shows how the Promotion Rule appears in Control-M .

S_WA_Utilities_Promotion_eg3

After running the exportpromotionrule utility, the following output file is generated:

<PromotionEnvItem>

<SourceName>ENV4</SourceName>

<TargetName>ENV2</TargetName>

<Name>ENV4-TO-ENV2</Name>

<Description>env4 to env 2 rule updates 2 field: 1. Run As to be 'adminuser'. 2. Priority to 'High'</Description>

<PromotionRule>

<UpdateRows>

<FindAndUpdateItem>

<Type>Update</Type>

<IsParent>false</IsParent>

<Children/>

<Operator>

<OperatorName>Like</OperatorName>

<OperatorValue>Like</OperatorValue>

<OperatorEnumValue>LikeOperator</OperatorEnumValue>

</Operator>

<IsVisible>true</IsVisible>

<IsChildrenVisible>true</IsChildrenVisible>

<LegacyId>F_Owner</LegacyId>

<Level>0</Level>

<IsSelected>false</IsSelected>

<UpdateValue>adminuser</UpdateValue>

<Command>

<OperatorName>assign</OperatorName>

<OperatorEnumValue>AssignCommand</OperatorEnumValue>

</Command>

<UpdateOperator>

<OperatorName>Update</OperatorName>

<OperatorEnumValue>UpdateAction</OperatorEnumValue>

</UpdateOperator>

</FindAndUpdateItem>

<FindAndUpdateItem>

<Type>Update</Type>

<IsParent>false</IsParent>

<Children/>

<Operator>

<OperatorName>Like</OperatorName>

<OperatorValue>Like</OperatorValue>

<OperatorEnumValue>LikeOperator</OperatorEnumValue>

</Operator>

<IsVisible>true</IsVisible>

<IsChildrenVisible>true</IsChildrenVisible>

<LegacyId>F_Priority</LegacyId>

<Level>0</Level>

<IsSelected>true</IsSelected>

<UpdateValue>High</UpdateValue>

<Command>

<OperatorName>assign</OperatorName>

<OperatorEnumValue>AssignCommand</OperatorEnumValue>

</Command>

<UpdateOperator>

<OperatorName>Update</OperatorName>

<OperatorEnumValue>UpdateAction</OperatorEnumValue>

</UpdateOperator>

</FindAndUpdateItem>

</UpdateRows>

<CanMoveUpdateItemUp>true</CanMoveUpdateItemUp>

<CanMoveUpdateItemDown>false</CanMoveUpdateItemDown>

</PromotionRule>

</PromotionEnvItem>

Parent Topic

exportpromotionrule output file examples