Versions Compared

Key

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

...

  1. Go to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/MigrationUtility folder.
  2. Open import.xml in the Text Editor and do the following:
    1. Type the location of the zip file that you want to import in the <SourceZipLoc>.
    2. Type the Adeptia Suite location (till Adeptia Server) on which zip is to be deployed in the <TargetInstallDir>.
    3. Type the location of “retain.xml” file in the <RetainXMlLocation>
    4. Type the User Id of the user to whom you want to provide the ownership of the objects that you are deploying from the Source environment in the <OverrideUser>.
    5. Save the file.

  3. Open Command Prompt (Windows) or Terminal (Linux).
  4. Go to the directory .../<AdeptiaInstallFolder>/ AdeptiaServer/ServerKernel folder.
  5. Run the following command:

    For Windows:
    migrationutility.bat –import <path of the import.xml file>

    For Linux:
    ./migrationutility.sh –import <path of the import.xml file>

    where,
               <path of the import.xml file> is location of import.xml file.

    This imports your entities in noninteractive mode.

...