Upgrading a production database with versions (Production Mapping)

The Upgrade Production Database geoprocessing tool adds all the components necessary for your geodatabase to perform as a production database. This is necessary if there was an upgrade on the schema and your database is missing tables. The current production database will show an Out-of-date message.

If you use versioning and need to upgrade the production database, you will need to upgrade the DEFAULT version first then reconcile the child versions.

Upgrading the production database

You can only perform the upgrade if you connect as the schema owner for the workspace.

CautionCaution:

The upgrade process needs an exclusive schema lock on all tables so only one person can be connected to it. If someone else is trying to edit the tables, such as changing the associated data model versions, there will be conflicting schema locks.

Steps:
  1. Start ArcMap.
  2. Connect as the schema owner to the DEFAULT version.
  3. Click the ArcToolbox button ArcToolbox on the Standard toolbar.

    The ArcToolbox window appears.

  4. Expand Production Mapping Tools > Product Library.
  5. Double-click Upgrade Production Database.

    The Upgrade Production Database dialog box appears.

  6. Click the Workspace for Production Database browse button and navigate to the workspace you want to upgrade.
  7. Click the Configuration Keyword (optional) drop-down arrow and choose an option.

    For an ArcSDE geodatabase, you can choose DEFAULTS unless you have configured a different ArcSDE configuration keyword.

    • DEFAULTS—Stores data up to 1 TB in size; text is stored in UTF8 format.
    • TEXT_UTF16—Stores data up to 1 TB in size; text is stored in UTF16 format.
    • MAX_FILE_SIZE_4GB—Limits data size to 4 GB; text is stored in UTF8 format.
    • MAX_FILE_SIZE_256TB—Stores data up to 256 TB in size; text is stored in UTF8 format.
  8. Click OK.

    The Upgrading Production Database Workspace dialog box appears with the progress.

  9. Click OK when the process completes.

Reconciling the child versions

You can now reconcile the child versions in batch through the Catalog window. This workflow will reconcile all changes from the parent to child versions, including all data edits. You can alternatively reconcile manually and per child version using the Versioning toolbar.

Steps:
  1. In the Catalog window, right-click on the geodatabase and click Administration > Administer Geodatabase.

    The Geodatabase Administration dialog box appears.

  2. Select all child versions, right-click on the selection, then click Reconcile Version.

    The Reconcile Versions dialog box appears.

  3. Click OK to accept all the defaults.
  4. Close the Reconcile Versions Results dialog box when the process completes.

If needed, you can post the changes from the child versions to the DEFAULT version.

9/26/2014