Versions Compared

Key

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

...

  1. Go to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/MigrationUtility folder.
  2. Open connect_export.xml in the Text Editor and do the following:
    1. Provide the location of Adeptia Connect Installation directory till Adeptia Server folder in the <SourceInstallDir> tag, for example, C:/Program Files/Adeptia Suite 6.5/AdeptiaSuite-6.5/AdeptiaServer.

      Image Added

    2. Provide the location where you want to create the export zip along with the file name in the <TargetZipLoc> tag, for example, C:/AdeptiaSuite/export.zip.

      Image Added

    3. Select the entity you want to export. Type TXN to export Transactions, TT to export Templates, and WF to export Web Forms.

      Image Added

      Info
      You can select only one entity.
    4. Depending upon the entity you are exporting, the next step differ.
      If you are exporting Transactions, then do the following:
      1. In the Partners tag, in the type parameter, type either internal or external to export the Transactions. You can either export the Transactions of a Partner managed by your Company or a self onboarded Partner. Type internal to export the Transactions of a Partner managed by your Company or external to export Transactions of a self onboarded Partner.
         

        Info
        You can select multiple Partners, in case you select internal option. However, you can only select one Partner in external option.
      2. Type yes or no in the includePartner parameter to migrate the Partner(s) related to the Transactions.
      3. Type the Partner name whose Transactions you want to export in the name parameter of Partner tag.
      4. Type the Transactions name to export in the Transaction tag. 

        Image Added
      If you are exporting Templates, then type the Templates name in the Templates tag.

      Image Added

      If you are exporting Web Forms, then type the Web Forms name in the WebForms tag.

      Image Added

    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 –export <path of the export.xml file>

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

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

    This exports your entities in noninteractive mode.