Tag: FindReplicaOnServer
The FindReplicaOnServer action emulates selecting the 'Find Replica on Server…' option found in the Tools menu of replicationEZ.
Tag Attributes
|
Attributes |
Attribute Value |
Value Description |
|---|---|---|
|
Server |
Abbreviated server name as shown in the server selection list |
Only applicable in consoleEZ (See detailed description) |
Example Scripts
XML
<FindReplicaOnServer server="Acme02/ACME"/>
XML
<ytriaAutomation>
<Load Server="ACME01/ACME" Partial="True">
<Load Database="mail\jdoe.nsf" Select="True"/>
</Load>
<Select Target="Grid" lines="all"/>
<FindReplicaOnServer server="Acme02/ACME"/>
</ytriaAutomation>
In the script above, the 'Find Replica on Server' function will be launched to find the replica of "mail/jdoe.nsf" specifically on server "Acme02/ACME".