Citrix Configuration Service Alert in Director after 7.14 upgrade

All credit to the following article to René Bigler for highlighting it and those involved in the citrix discussion forum.

Issue:

Logging into Director there is an alert for Delivery Controller for Citrix Configuration Service after the an upgrade to 7.14 has been completed.

714-Issues-1.PNG

Resolution:

As per discussion forum resolution provided by a Citrix Support:-

https://discussions.citrix.com/topic/387478-director-714-shows-configuration-service-warning/?p=1971809

Select Top 1000 [Guid], [description]
from [CustomerDBName]. [ConfigurationSchema].[SchemaFeatures]
INSERT INTO [CustomerDBName].[ConfigurationSchema].[SchemaFeatures]
Values('69CC5041-F5C2-4933-91A1-A9C12540FC9A','MultiTenant functionality')

In my case the CustomerDB Name is WILKYIT-UKSite

Select Top 1000 [Guid], [description]
from [WILKYIT-UKSite]. [ConfigurationSchema].[SchemaFeatures]
INSERT INTO [WILKYIT-UKSite].[ConfigurationSchema].[SchemaFeatures]
Values('69CC5041-F5C2-4933-91A1-A9C12540FC9A','MultiTenant functionality')

Running the script will result on the below successful execution of the script.

714-Issues-3.PNG

Launching Citrix Director no issues are highlighted.

714-Issues-2

One comment

Leave a Reply