Versions Compared

Key

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

...

migrationutility.bat –export MigrationUtility/export.xml "C:/Program Files/AdeptiaSuite/AdeptiaSuite-6.2/AdeptiaServer" "D:\ExportedObjects.zip" 

...

  • "Migration Utility" is the folder within which exportwhich export.xml file xml file is placed.
  • "C:\Program Files\AdeptiaSuite\AdeptiaSuite-6.2\AdeptiaServer" is the path of the build location till Adeptia Server.
  • "D:\ExportedObjects.zip" is the path where you want to store your exported zip file along with the zip file name.

...

./migrationutility.sh -export MigrationUtility/export.xml xml "/home/AdeptiaSuite-6.2/AdeptiaServer" "/home/AdeptiaSuite-6.2/AdeptiaServer/ExportedObjects.zip" 

Here:where,

  • "Migration Utility" is the folder within which export.xml file is located.
  • "/home/AdeptiaSuite-6.2/AdeptiaServer" is the path of the build location till Adeptia Server.
  • "/home/AdeptiaSuite-6.2/AdeptiaServer/ExportedObjects.zip" is the path where you want to store your exported zip file along with the zip file name.

...