Skip to main content
Skip table of contents

Find Replica for Selected Database on Specific Server

Tag: FindReplicaOnServer

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

Tag Attributes

AttributesAttribute ValueValue Description
ServerAbbreviated server name as shown in the server selection listOnly 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".


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.