Upgrading a product library with versions (Aeronautical Solution)

The Upgrade Product Library geoprocessing tool adds all the components necessary for your geodatabase to perform as a product library. This is necessary if there was an upgrade on the schema from one version of a release to another for Esri Mapping and Charting solutions. The current product library will show an Out of date message.

If you use versioning and need to upgrade the production database, you will first need to upgrade the DEFAULT version 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 Product Library.

    The Upgrade Product Library Workspace dialog box appears.

  6. Click the Product Library Workspace 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.
    • GEOMETRY_OUTOFLINE—Stores data up to 1 TB in size; text is stored in UTF8 format; stores the geometry attribute in a file separate from the nonspatial attributes.
    • BLOB_OUTOFLINE—Stores data up to 1 TB in size; text is stored in UTF8 format; stores BLOB attributes in a file separate from the rest of the attributes.
    • GEOMETRY_AND_BLOB_OUTOFLINE—Stores data up to 1 TB in size; text is stored in UTF8 format; stores both geometry and BLOB attributes in files separate from the rest of the attributes.
  8. Click OK.

    The Upgrading Product Library 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.

12/22/2014