Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Steps for offline migration (Import/Restore)

  1. Select the Import/Retain radio button on the Offline Actions screen and click Next. This displays the Import Actions screen (see Figure 51).

...

Anchor
_Creating_Schema_Activity
_Creating_Schema_Activity
Anchor
defintionfile_EDIschemadefintionfile_EDIschema
Anchor
_Toc240804619_Toc240804619
Anchor
_Toc293928957_Toc293928957
6
Anchor_Toc413766829_Toc413766829Migrating objects in version control
Versioning refers to the process of assigning unique version numbers to unique states of the activities and objects. These numbers are generally assigned in increasing order and correspond to new developments in a group or project. While migrating objects in version control we can omit the version control fields if required.
This can be done through a configuration file migration.propeties which further has the following configurable properties:

  1. migration.export.omitVersionControlFields
  2. migration.import.omitVersionControlFields

 

Image Removed

By default the value of these properties is set as false. This means by default, the version control fields will not be omitted while exporting or deploying objects in version control.

...

  1. Go to <Adeptia Suite Installation folder>\AdeptiaServer\ServerKernel\MigrationUtility folder.
  2. Open the migration.properties file.
  3. Set the value of migration.export.omitVersionControlFields property as true while exporting objects in version control.

 

Image Removed

To learn how to export objects, please refer to the Export section.

 

  1. Set the value of migration.import.omitVersionControlFields property as true while deploying objects in version control.

 

Image Removed

To learn how to deploy objects, please refer to the Deploy section.

 

Save this file.

Image Removed

It is recommended that whenever you migrate version control objects to target environment, then it shall not have version control enabled in it.

...