Versions Compared

Key

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

...

  1. Go to .../<AdeptiaInstalledFolder>/AdeptiaServer/ServerKernel/MigrationUtility folder.
  2. Open import.xml and do the following:
     

    Info
    For more information on import.xml, refer to Structure of Import XML.
    Ensure that Webrunner is running, before importing rich form objects.

     

    1. Provide the location where you have placed "export.zip" in the <SourceZipLoc>.
    2. Provide the location of the target Adeptia Suite in the <TargetInstallDir>.
    3. Provide the location of “retain.xml” located inside migration utility folder of AdeptiaSuite in the <RetainXMlLocation>.
    4. Provide the Group Id copied from the Source environment in the <OverrideGroup>. If you want to move the objects in the admin group then no need to provide the Group ID.
    5. Provide the User Id copied from the Source environment in the <OverrideUser>. If you want to move the objects in the admin user then no need to provide the User ID.
    6. Provide the User Id copied from the Source environment (in case you have copied the User ID above) in the <OverrideModifiedByUser>



    7. To override project group, add new tag <OverrideProjectGroup> and provide the Group ID. For example,

      <OverrideProjectGroup comment="Group Id which will be reflected in the project group field of project after 
      deployment"></OverrideProjectGroup>
       
      Info
      You have to manually add this tag.
  3. To retain some of the activities, open retain.xml located .../<AdeptiaInstalledFolder>/AdeptiaServer/ServerKernel folder and change the required parameters. For more information, refer to Structure of Retain XML.

  4. Open Command Prompt and change the directory to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel.
  5. Run the following command:

...