Cumulative Update 1 (CU1)
Release date: August 20, 2024
About this release
Citrix Product Subscription Advantage Eligibility Dates
Citrix Workspace app for HTML5
This release includes Citrix Workspace app for HTML5 2404.1.
What’s new in 2402 LTSR CU1
Cumulative Update 1 (CU1) is the latest release of the StoreFront 2402 LTSR. See What’s new.
Starting with the CU1 release, when you sign in to StoreFront, you can see timely and relevant information about the launch status of Citrix Workspace app for HTML5. For more information, see Improved Virtual Apps and desktops launch experience.
Enable advanced health check for all stores
Advanced health check is enabled for all existing stores on upgrade to 2402 LTSR CU1 to improve resiliency. With the advanced health check feature, StoreFront can more reliably check for any issues in the delivery controller. When used with Citrix Desktops as a Service, the advanced health check provides additional information about the connectors present at the resource locations. This feature is useful during an outage. When a user launches a resource, an appropriate connector to launch the resource is selected automatically using Local Host Cache.
If you want to disable advanced health check for all stores, you can use the following PowerShell script:
foreach ($store in Get-STFStoreService)
{
Set-STFStoreFarmConfiguration -StoreService $store -AdvancedHealthCheck $False
}
<!--NeedCopy-->
Fixed issues
StoreFront 2402 LTSR CU1 contains the following fixes:
-
When you start an app or a desktop session, the following error message might appear even though the resource starts successfully:
“Cannot start Desktop”.
The issue occurs when you upgrade StoreFront to 2203 CU4 Update 1 and Citrix Workspace app for Windows supports opening a custom web portal. [CVADHELP-24757]
-
This fix corrects the typo appearing in the German language error message. [CVADHELP-23088]
-
When you upgrade StoreFront, you might notice duplicate copies of customization files, which were placed in the custom folder (\StoreWeb\custom), can also be found in the StoreFront web interface folders (\StoreWeb) after the upgrade process is complete. [CVADHELP-25405]
-
An upgrade to a newer version of StoreFront fails and the logs contain text “VersionData:Load Failed due to exception: System.IndexOutOfRangeException”.
The issue occurs when a user group created by StoreFront has an empty description. [CVADHELP-25433] [WSP-22426]
-
Intermittently, StoreFront upgrade fails. The installer either fails silently before the wizard appears, or the wizard becomes unresponsive, or after clicking through the wizard the upgrade fails.
The issue occurs because the installation files are deleted before they are needed. [CVADHELP-25435] [WSP-23961]