Versions Compared

Key

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

In a noninteractive mode, you can export the objects using export.xml file. To export objects:

  1. Go to .../<AdeptiaInstallFolder>/AdeptiaServer/ServerKernel/<ConnectServerInstallFolder>\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 Connect Server folder in the <SourceInstallDir> tag, for example, C:/\Program Files/Adeptia Suite 6.5/AdeptiaSuite-6.5/\AdeptiaConnect 3.2\AdeptiaConnect-3.2\ConnectServer\AdeptiaServer.
      Image Removed
      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.



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

      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 the Partner name whose Transactions you want to export in the name parameter of Partner tag.
      3. Type the Transactions name to export in the Transaction tag. 

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



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



    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.

...