Load Replication History Chart for Selected Entries
Tag: LoadReplicationHistoryChart
The LoadReplicationHistoryChart
action, along with a set of SetParam child actions, allows you to automate the Load Replication History chart function found in the Tools menu in replicationEZ.
<LoadReplicationHistoryChart>
<SetParam Field="TransitionNodesFormat" Value="TimeOnly"/>
<SetParam Field="ApplyLastUsedFilters" Value="False"/>
<SetParam Field="ShowExcludedServers" Value="True"/>
</LoadReplicationHistoryChart>
SetParam Options
Field Name | Compatible Field Values | Value Description | Comment |
---|---|---|---|
TransitionNodesFormat | DateAndTime DateOnly TimeOnly None | Mandatory | |
ApplyLastUsedFilters | True/False | ||
ShowExcludedServers | True/False | ||
PreFilterTransitionDates | True/False | A value of "True" must be accompanied by a date specified in a HideTransitionBefore value | |
HideTransitionBefore | Date in compatible YYYY/MM/DD format | Must be accompanied by a PreFilterTransitionDates value of True |
Detailed Description
A SetParam field value corresponds to each option in the Replication History Chart Options dialog.
Example Script
<?xml version="1.0" encoding="UTF-8"?>
<ytriaAutomation Application="replicationEZ" ApplicationVersion="16.5">
<Load Server="Acme01/ACME" Select="True"/>
<Select Target="Grid" lines="all"/>
<LoadReplicationHistoryChart>
<SetParam Field="TransitionNodesFormat" Value="None"/>
<SetParam Field="ApplyLastUsedFilters" Value="False"/>
<SetParam Field="PreFilterTransitionDates" Value="True"/>
<SetParam Field="HideTransitionBefore" Value="2016/08/10"/>
</LoadReplicationHistoryChart>
</ytriaAutomation>
In the script above, a replication history chart with the settings specified in the dialog pictured in the Detailed Description. The chart will be constructed using all lines in the main grid
Tag: LoadReplicationHistoryChart
The LoadReplicationHistoryChart
action, along with a set of SetParam child actions, allows you to automate the Load Replication History chart function found in the Tools menu in replicationEZ.
<LoadReplicationHistoryChart>
<SetParam Field="TransitionNodesFormat" Value="TimeOnly"/>
<SetParam Field="ApplyLastUsedFilters" Value="False"/>
<SetParam Field="ShowExcludedServers" Value="True"/>
</LoadReplicationHistoryChart>
SetParam Options
Field Name | Compatible Field Values | Value Description | Comment |
---|---|---|---|
TransitionNodesFormat | DateAndTime DateOnly TimeOnly None | Mandatory | |
ApplyLastUsedFilters | True/False | ||
ShowExcludedServers | True/False | ||
PreFilterTransitionDates | True/False | A value of "True" must be accompanied by a date specified in a HideTransitionBefore value | |
HideTransitionBefore | Date in compatible YYYY/MM/DD format | N/A | Must be accompanied by a PreFilterTransitionDates value of True |
Detailed Description
A SetParam field value corresponds to each option in the Replication History Chart Options dialog.
Example Script
<?xml version="1.0" encoding="UTF-8"?>
<ytriaAutomation Application="replicationEZ" ApplicationVersion="16.5">
<Load Server="Acme01/ACME" Select="True"/>
<Select Target="Grid" lines="all"/>
<LoadReplicationHistoryChart>
<SetParam Field="TransitionNodesFormat" Value="None"/>
<SetParam Field="ApplyLastUsedFilters" Value="False"/>
<SetParam Field="PreFilterTransitionDates" Value="True"/>
<SetParam Field="HideTransitionBefore" Value="2016/08/10"/>
</LoadReplicationHistoryChart>
</ytriaAutomation>
In the script above, a replication history chart with the settings specified in the dialog pictured in the Detailed Description. The chart will be constructed using all lines in the main grid.