Creating versions and setting permissions

This topic applies to ArcGIS for Desktop Standard and ArcGIS for Desktop Advanced only.

You can create a geodatabase version, derived from an existing version, with ArcGIS for Desktop. When you create a version, you specify its name, an optional description, and the level of access other users have to the version. As the owner of the version, you can change these properties or delete a version at any time.

(For a definition of a version, see Understanding versioning.)

You set the access level of a version to protect it from being edited or viewed by users other than the version owner. You can set one of three permissions on a version:

When setting access on versions, consider your version workflow strategy along with the needs of the various users working within that framework. You should use version access along with dataset permissions to control access to the data.

When setting version access, pay particular attention to how you'll safeguard the DEFAULT version. The DEFAULT version is the ancestor of every other version in a geodatabase and usually represents the published version of a geodatabase. Any features or rows that are deleted from the DEFAULT version, even though they are recorded in the version delta files, cannot be restored unless the dataset is unregistered as versioned (assuming the database has not been compressed beforehand). Unregistering a dataset as versioned restores the dataset to its configuration at the last database compression; however, all uncompressed edits are lost. Given that, it is essential to safeguard DEFAULT to prevent accidental alterations or corruption.

There are three ways you can protect the DEFAULT version:

To read an example scenario of creating versions and setting access on the versions, see Version creation and permissions example.

Steps:
  1. Open the Version Manager dialog box using one of the following methods:
    • In the Catalog tree, right-click a connection to the geodatabase, point to Administration, click Administer Geodatabase, then click the Versions tab.
    • In ArcMap, click the Version Manager button on the Versioning toolbar.
  2. To create a new version, right-click the version from which you want to derive the new version and click New.

    The New Version dialog box appears.

  3. Type a name for the new version.

    The length of the version name is limited to 62 characters.

  4. (Optional) Type a description of the version.

    You can use the version description to provide additional information regarding the version's purpose. The size limit on the description is 62 characters.

  5. Choose the desired access level for the version: Private, Public, or Protected.
  6. Click OK to create the new version.
7/30/2013