Unregister As Versioned (Data Management)

This ArcGIS 2.8 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

Summary

Unregisters an enterprise geodatabase dataset as versioned.

Usage

  • The input dataset must be from a database connection established as the data owner.

  • Versioning tools only work with datasets in an enterprise geodatabases. File geodatabases do not support versioning.

  • An exclusive lock is required on the dataset.

  • Unregistering a branch versioned dataset without first posting all named versions to the default version may result in a loss of edits.

  • Unregistering a traditional versioned dataset without first compressing the geodatabase may lead to loss of edited data.

Parameters

LabelExplanationData Type
Input Dataset

The name of the dataset to be unregistered as versioned.

Table View; Feature Dataset
Do not run if there are versions with edits
(Optional)

Specifies whether edits made to the versioned data will be maintained.

  • Checked—If there are existing edits in the delta tables, the tool will fail with an error message. Do not use this option if you intend to compress your edits from the Default version in the Compress all edits in the Default version into the base table parameter. This is the default.
  • Unchecked—If there are existing edits in the delta tables, the tool will allow deletion of these edits. Use this option if you intend to compress your edits from the Default version in the Compress all edits in the Default version into the base table parameter.
Boolean
Compress all edits in the Default version into the base table
(Optional)

Specifies whether edits will be compressed and unused data will be removed. This option is ignored if the Do not run if there are versions with edits parameter is checked.

  • Checked—Edits in the Default version will be compressed to the base table.
  • Unchecked—Any edits remaining in the delta tables will not be compressed. This is the default.

Boolean

Derived Output

LabelExplanationData Type
Unregistered Dataset

The unregistered dataset.

Table View; Feature Dataset

Environments

Licensing information

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

Related topics