Upgrade Insights Logi License for qTest OnPremises
qTest Insights has Logi Analytics embedded as its reporting backend. The associated Logi license expires on EOD March 21, 2024. After this date, you have a 7-day grace period to replace the license. During this time, the following warning message displays for users accessing qTest:
The Logi Info Server license file lgc120102.lic for this computer expired on 2024-03-21. Running under a grace period until 2024-03-28.
If you are an OnPremises customer who uses Insights 2023.5.6 (Manager 2023.5.6) or earlier, follow this guide to update the Logi license for your current qTest Insights installation. If you don't update your current license, qTest Insights won't work after the grace period.
If you don't want to manually update the Logi license, you can upgrade to Manager 2023.5.7 and Insights 2023.5.7 to get the Logi license with the latest release.
Docker
To upgrade the Logi license in a Docker environment, follow these steps:
-
Download the file post-start.in and save it to docker-deployment-x.x/insights.
-
Navigate to the respective docker-deployment-x.x/insights directory and use the chmod + x ./post-start.in command to give the file execute permissions.
-
Manually run the script with the sh ./post-start.in command.
Windows and Linux
To upgrade the Logi license in a Windows or Linux environment, follow these steps:
-
Open qtestctl/insights/build.gradle.
-
Create a backup of its contents.
-
Change the value of OemDistributionLicense based on your version.
-
If you're using Manager 2023.5.6 OP (Insights 2023.5.6 OP) or higher, update the OemDistributionLicense value to:
CopyOemDistributionLicense="<LicenseFile Version="14"><Product Name="Logi Info Server v.14" /><Customer Name="Tricentis_InfoServer_Prod_V14" Email="p.pohorelsky@tricentis.com" Contact="Pavel Pohorelsky" /><License ComputerName="LOGIOEM" CountUniqueUsers="False" ExpirationDate="2026-03-20" LicenseKey="140102_000002_Tricentis InfoServer Prod V14_20260320" AssignmentKey="BF29-B0C10-48E1-3398B-58BF-CBEF8" /></LicenseFile>"
-
If you're using Manager 2023.5.5 OP (Insights 2023.5.5 OP) or lower, update the OemDistributionLicense value to:
CopyOemDistributionLicense="<LicenseFile Version="12"><Product Name="Logi Info Server v.12" /><Customer Name="Tricentis_InfoServer_Prod_V12" Email="p.pohorelsky@tricentis.com" Contact="Pavel Pohorelsky" /><License ComputerName="LOGIOEM" CountUniqueUsers="False" ExpirationDate="2026-03-20" LicenseKey="120102_000001_Tricentis InfoServer Prod V12_20260320" AssignmentKey="9761-2B2B2-AF81-A4103-07C7-32757" /></LicenseFile>"
Do not perform any changes to the content and make sure to keep all of the encoding. -
-
Save the file and restart qtestctl.