...
After migrating ALM users and execution statuses, you can run several instances of the wizard to start simultaneous migration of multiple projects. The project migration procedure consists of three stages:
...
Preliminary steps
Make sure the names of all ALM tests, releases, cycles, phases and so on contain at least two characters. If you have such entities, please rename them before migration. Otherwise, they will be ignored.
Rename ALM release folders if they contain special or international characters. Otherwise, they will be ignored.
If you have a project with the same name in Zephyr, delete or rename it.
Start the
.jar
file you downloaded at the previous step when migrating users (hpqc-zee-x.x.x.jar
):Open the command prompt.
Navigate to the directory where the
.jar
file is located.Run the following command:
java -jar -Dserver.port=44444 -Xms2048m -Xmx2048m hpqc-zee-x.x.x.jar
hpqc-zee-x.x.x.jar is the file you downloaded. For example,
hpqc-zee-1.5.5.jar
.
Dserver.port is the port on the server where the.jar
file will run.
Xms2048m and -Xmx2048m are the minimum and maximum memory that can be allocated for running the.jar
file:
Migration steps
Run the migration wizard in the browser and specify the required data:
...
1. Create a new folder and place the downloaded .jar
file in it.
2. Run the file and specify another a different port in the following command: java -jar -Dserver.port=44444 -Xms2048m -Xmx2048m hpqc-zee-x.x.x.jar
.
3. Repeat all the migration steps (1-7), but this time, at step one, enter the port number you specified in the command.
...