Citrix Storefront: Stale store entry seen on workspace app

Citrix Storefront: Stale store entry seen on workspace app

book

Article ID: CTX306432

calendar_today

Updated On:

Description

Situation: Customer who had initially two stores created on their storefront console, created a third store and then the third store was deleted. However, when they connect to their Workspace app, it still prompts to choose between the three stores. The third store entry is not present on any of the storefront servers. the end-users are connecting from non-domain joined machines. Customer wants to remove the third store.

Resolution

These steps need to  be followed during off production hours and please take a snapshot of the storefront server and backup of web.config file before making any changes.

        Steps:

  1. Go to this location on your storefront server: C:\inetpub\wwwroot\Citrix\Roaming\Web.config
  2. Open the web.config file using Notepad++ (this will make it easy to replicate the changes)
  3. Search for the stale store entry in the file and remove all.
    1. For example if removing a store named "test" that has a gateway specified you would remove the 3 entries for this store found under gateway, Service record and account
    2. When removing each entry ensure to remove the entire content of the entry between the opening and closing braces (including the braces)- for example if removing the "account" entry above this means removing the content between and
  4. Once we have removed all the entries for the third stale store, run iisreset and test if you are still seeing the third store on workspace app.
  5. Also validate from your storefront server by opening the browser and hitting this url: https://storefrontserverFQDN/Citrix/Roaming/accounts , this will ask you to open/save an XML file and in this you need to validate that no entries for that removed store are present.




6. If you run into any issues with storefront after the above change, we can revert back to previous web.config file and run iisreset to get it to previous state.


 


Problem Cause

Stale store entry present in the C:\inetpub\wwwroot\Citrix\Roaming\Web.config for the removed store