The easiest to first check is if you are executing the right procedure to span the Citrix Workspace App over all of the monitors. The correct procedure is to first have the Citrix Workspace App running in window mode, so not full screen on one screen. Then you enlarge that window so it spans the other monitors. Look for a Citrix folder in the list of folders. If you do not see it, click on your C drive on the left side, and then open Program Files (x86). Open Citrix ICA Client. Double-click on the WFCRun32 application (be careful not to select the Wfica32 application).

To keep the IUanyWare environment up to date, applications are frequently added, modified, or moved to a new location within the environment.

If one or more applications are missing from your menu of previously selected applications, or you cannot launch an application, refresh Citrix Workspace app/Receiver:

Method 1

  1. In the FAVORITES tab, click Details next to the application that will not open. Click Remove.
  2. Go to the APPS or DESKTOPS tab, and find the desired application. Click Details, and then click Add to Favorites.

Method 2

  1. Click the drop-down next to your name in the upper-right corner of the menu.
  2. Click Refresh Apps.

Method 3

  1. Click the drop-down next to your name in the upper-right corner of the menu, and then log off.
  2. In the Windows system tray, right-click the Workspace/Receiver icon and click Exit.
  3. Run a Windows search for Workspace or Receiver to reopen Citrix Workspace app/Receiver, entering your login credentials if prompted.

Method 4

  1. Right-click the Workspace/Receiver icon in the system tray.
  2. Click Advanced Preferences.
  3. Click Reset Citrix Workspace or Reset Citrix Receiver. Be aware that you may lose all favorites configured on this device, and you will lose all settings configured on the app.
  4. Click Yes, Reset Citrix Workspace or Yes, Reset Citrix Receiver, and then click OK.
  5. If the 'Add Account' prompt appears, type https://storefront.iuanyware.iu.edu. Click Add.
  6. On the login screen, enter your IU username and passphrase, and complete a Two-step Login (Duo). You may be prompted to log in twice; you won't need to use Duo for the second login if your first Duo login was successful.
  7. Select either the DESKTOPS or APPS tab, and launch the app of your choice.
My workspace citrix

Method 5

  1. Right-click the Workspace/Receiver icon in the system tray.
  2. Click Advanced Preferences. In the 'About' section, take note of the version.
  3. In a browser, go to receiver.citrix.com, and then click Download for Windows. The latest available version of Citrix Workspace app will be specified. Compare your version; if the online version is a later one, download and install the new version. To test a different version of Citrix Workspace app, see Citrix Workspace app. To test an application with a different version of the Receiver, see Citrix Receiver.
downloadWhy can't I download this file?

There are three sections in this document:

Section 1: Key Citrix Receiver Updates settings for troubleshooting

Section 2: Citrix Receiver Updates Logging

Section 3: Troubleshooting Citrix Receiver Updates

Section 1: Key Citrix Receiver Updates settings for troubleshooting

You can configure Citrix Receiver Updates as follows:

  1. Right-click the Citrix Receiver for Windows icon in the notification area.
  2. Select Advanced Preferences, and click Auto Update. The Citrix Receiver Updates dialog appears.

By default, the Yes, notify me option is enabled.

If an administrator manages the user account or if an user is under a company policy, the Receiver Updates options might be set according to the administrator-specified settings.

This is the only setting for Citrix Receiver Updates that is available for an end-user modification.

Citrix Receiver Updates rollout period:

Citrix Receiver Updates rollout do not happen to all users on same day or at the same time. It depends on the delivery period and delay groups. Ideally delivery period is 30 days. So, users will get Receiver and related plug-ins updates any day between Day-01 and Day-30.

Based on the delay group settings, updates are available at the beginning, the middle, or the end of the delivery period.

The delay groups are categorized as follows:

  1. Fast – Update rollout happens at the beginning of delivery period.
  2. Medium – Update rollout happens at mid-delivery period.
  3. Slow – Update rollout happens at the end of delivery period.

Citrix Receiver Updates can be configured to deliver only updates marked for Long Term Support Releases (LTSR) or Current Releases (CR). The default is to accept CR updates.

These settings can be configured during Citrix Receiver for Windows installation, or using the Group Policy Object administrative template, or the StoreFront Account.

The registry location for each of these methods is:

  1. Install Time: HKEY_LOCAL_MACHINESOFTWAREWOW6432NodeCitrixICA ClientAutoUpdateCommandline Policy
  2. GPO: HKEY_LOCAL_MACHINESOFTWARE[WOW6432Node]PoliciesCitrixICA ClientAutoUpdate
  3. StoreFront: HKEY_CURRENT_USERSOFTWARECitrixReceiverSRStore<some random number>Properties

The relevant registry values to examine are:

For Install Time and GPO configured settings

Value: Auto-Update-Check

possible data:

Auto” (default) – perform auto updates,
Manual” – updates are only fetched when the user makes a check request from the Receiver menu,
Disabled” – no updates checks will be made.

Value : Auto-Update-LTSR-Only

possible data:

True” – the updater will ignore any updates that are not marked as being LTSR valid,
False” (default) - the updater will accept any updates.

Value : Auto-Update-Rollout-Priority

possible data:

'Fast” – updates will be accepted towards the beginning of the delivery period,
Medium” – updates will be accepted towards the middle of the delivery period,
Slow”– updates will be accepted towards the end of the delivery period.

For StoreFront Account configured settings

Value: Enable

possible data:

True” (default) – perform auto updates,
False” – updates are only fetched when the user makes a check request from the Receiver menu

Value : LTSROnly

possible data:

True” – the updater will ignore any updates that are not marked as being LTSR valid
False” (default) - the updater will accept any updates.

Value : BucketId

possible data:

'Fast” – updates will be accepted towards the beginning of the delivery period,
Medium” – updates will be accepted towards the middle of the delivery period,
Slow” – updates will be accepted towards the end of the delivery period.

Section 2: Citrix Receiver Updates Logging

Before you troubleshoot any issues with the Citrix Receiver Updates functionality, enable logging for Citrix Receiver Updates.

In Citrix Receiver for Windows Version 4.9, Citrix Receiver Updates logging is disabled by default.
In Citrix Receiver for Windows Version 4.8, Citrix Receiver Updates logging is enabled by default.

Citrix Receiver Updates logs can be found at /%temp%/<CitrixAutoUpdate _.log>

To enable Citrix Receiver Updates logging using the registry editor:

  1. Launch the registry editor.

  2. Navigate to HKEY_LOCAL_MACHINESOFTWARECITRIX.
    Note: If you are an individual user, navigate to HKEY_CURRENT_USER SOFTWARECitrix.

  3. Add a new DWORD value.
    On 32-bit systems:
    HKEY_LOCAL_MACHINESOFTWARECitrix
    Name: AutoUpdateTracingEnabled
    Type: REG_DWORD
    Data: 1
    On 64-bit systems: HKEY_LOCAL_MACHINESOFTWAREWow6432NodeCitrix
    Name: AutoUpdateTracingEnabled
    Type: REG_DWORD
    Data: 1

  4. Save and close the registry editor.

  5. Restart the Citrix Receiver for Windows session for the changes to take effect.

Section 3: Troubleshooting Citrix Receiver Updates

Check for the requirements below as part of troubleshooting Citrix Receiver Updates.

  1. If you have configured an SSL intercepting outbound proxy, you must add an exception to the Receiver Citrix Receiver Updates Signature service (https://citrixupdates.cloud.com) and the download location (https://downloadplugins.citrix.com).
  2. If the Receiver for Windows session is running on a VDA, Citrix Receiver Updates is disabled.
  3. If the Receiver for Windows is running on an end-point where the Desktop Lock component is enabled, Citrix Receiver Updates is disabled.
  4. In Citrix Receiver for Windows Version 4.8, Citrix Receiver Updates was not functioning in a proxy setup. This issue has been addressed in Version 4.9.
  5. The Citrix Receiver Updates functionality is not available when a user with administrator-level privileges has installed Citrix Receiver for Windows, and an individual user(non-admin) is accessing Citrix Receiver for Windows.

Common issue #1: Software is up-to-date:

To check for updates manually, select the Check for Updates option from the Citrix Receiver for Windows icon in the notification area. When you check for updates manually and do not find any update available, it is due to one of the following reasons:

  1. No updates are available.
  2. Your account is set to a medium or slow category in the delay group. This indicates that the update rollout happens at the middle or at the end of the delivery period.

The following dialog appears when you check for updates manually and when no updates are available.

Solution:

You can check for updates at a later time or wait for the Citrix Receiver Updates notification.

Common issue #2: Issue when checking for update:

An update check can fail for various reasons. For example:

  1. No network connection during update check.
  2. Firewall settings don’t allow the connection to update server.

The following error message appears if there is an issue when checking for update.

Solution:

My Workspace Citrix

Ensure that your network connection is working properly. Alternatively, also verify that the firewall settings are not blocking the connection to Citrix update server.

Common issue #3: Issue when downloading the update

There is a network connection issue when checking for update or when you click the Download option.

The following error message appears if there is an issue when downloading the update.

Solution:

Ensure that your network connection is working properly.

Common issue #4: Error during installation:

During update installation, the following issues might occur:

Jpm My Workspace Citrix

  1. Not enough disk space
  2. During installation, if the operating system starts with any other installation, Citrix Receiver installation turns unresponsive and the update installation fails.

The following error message appears if the Receiver Update install occurs at the same time as another install on the system.


Additional Resources:

My Citrix Workspace Is Not Working

Resume auto-update for Citrix Receiver
Receiver for Mac Auto-Update Troubleshooting Guide
Citrix Receiver Auto-Update Frequently Asked Questions