Disable Replica Tracking (Data Management)

Summary

Disables replica tracking on your data.

Usage

  • The input dataset must be from an enterprise geodatabase.

  • This tool must be run as the data owner.

  • The data must already have replica tracking enabled.

  • This tool supports an attributed relationship class or a many-to-many relationship class as the input dataset.

  • The Enable Replica Tracking tool sets the minimum client version for the data to ArcGIS Pro 2.6. This tool will revert the requirement set by enabling replica tracking, so that you can again open the data in ArcGIS Desktop and earlier versions of ArcGIS Pro.

  • Replica tracking is automatically disabled on a dataset if the dataset has been unregistered as versioned.

Syntax

DisableReplicaTracking(in_dataset)
ParameterExplanationData Type
in_dataset

The enterprise geodatabase table, feature class, feature dataset, or attributed relationship class on which to disable replica tracking.

Table; Feature Class; Feature Dataset

Derived Output

NameExplanationData Type
updated_dataset

The updated input dataset with replica tracking disabled.

Table, Feature Class, Feature Dataset

Code sample

DisableReplicaTracking example (Python window)

Disables replica tracking on a feature class.

import arcpy
arcpy.DisableReplicaTracking_management("C:\\MyProject\\mySdeConn.sde\\database.user1.stores")

Environments

This tool does not use any geoprocessing environments.

Licensing information

  • Basic: No
  • Standard: Yes
  • Advanced: Yes

Related topics