自動化 - Find Replica on Server
 Previous | Next | Print 

Tag: FindReplicaOnServer


The FindReplicaOnServer action emulates selecting the 'Find Replica on Server…' option found in the Tools menu of replicationEZ.

<FindReplicaOnServer server="Acme02/ACME"/>

Tag Attributes

AttributesAttribute ValueValue DescriptionComment
ServerAbbreviated server name as shown in the server selection listOnly applicable in consoleEZ - see detailed description

Example Script


    <?xml version="1.0" encoding="UTF-8"?>
    <ytriaAutomation Application="replicationEZ" ApplicationVersion="16.5">

      <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".