Post-Migration Steps
After migrating all of your projects to Zephyr, you need to perform the following post-migration steps:
Disable all the users that are disabled in ALM (all the users migrated from HP ALM are enabled in Zephyr).
Perform full reindexing in Zephyr.
1. Disable users
1. Run the .jar
file you downloaded when performing preliminary steps:
Open the command prompt.
Navigate to the directory where the
.jar
file is located.Run the following command:
java -jar -Dserver.port=xxxxx -Xms2048m -Xmx2048m hpqc-zee-x.x.x.jar
– Dserver.port
is the port on the server where the .jar
file will run. For example, -Dserver.port=44444
.
– Xms2048m
and Xmx2048m
are the minimum and maximum memory that can be allocated for running the .jar
file.
– hpqc-zee-x.x.x.jar
is the file you downloaded. For example, hpqc-zee-1.5.5.jar
.
2. Open your browser and enter <IP address>:<port> where <IP address> is that of the computer where you ran the .jar
file and <port> is the port number you specified when running the .jar
file. For example, localhost:44444. The migration wizard will open:
3. Populate all the fields on the Zephyr & HP QC Configuration page and click Save Config:
4. On the subsequent screen, review the values, update them if needed, then click Next:
5. On the next screen, select Disable Users and click Next:
6. The wizard will show the following screen with information about the performed actions:
7. After all the operations are completed, you will see a report:
As you can see, seven ALM users have been disabled in Zephyr.
2. Perform full reindexing
Now you need to perform full reindexing.
Once done, you can start working with your migrated projects in Zephyr.