StoreFront 1912 LTSR - Unable to add favorites
book
Article ID: CTX320807
calendar_today
Updated On:
Description
Cannot add app. Getting error when adding the apps/desktop to favorites
Resolution
- Replace the following section in the C:\inetpub\wwwroot\Citrix\storenameWeb\web.config file for affected store with the correct store name. (where storename is the name of the effected store)
- Old state entry:
- <subscriptionsStoreClient enabled="true">
- <clientEndpoint uri="net.pipe://localhost/Citrix/Subscriptions/1__Citrix_Marketing"
- Replace with correct store name:
- <subscriptionsStoreClient enabled="true">
- <clientEndpoint uri="net.pipe://localhost/Citrix/Subscriptions/1__Citrix_Store"
- After this restart subscription service on the storefront server. propagated changes and we were able to add favourites.
Problem Cause
Stale entry of deleted old store present in web.config file
Was this article helpful?
thumb_up
Yes
thumb_down
No