Director Dashboard Not Updating After Upgrading or Installing XenDesktop 7.11
book
Article ID: CTX220590
calendar_today
Updated On:
Description
Director Dashboard does not update any information,
Resolution
1.Open the SQL Management: EnableDayLevelGranularityProcessUtilization EnableHourLevelGranularityProcessUtilization EnableMinLevelGranularityProcessUtilization in the site database, these settings are stored in [Monitor].[Configuration] table.
2.Following is the update statement : update monitor.Configuration set name = replace(name, 'Granulairty', 'Granularity') -- select * from monitor.Configuration where name like 'Enable%'
3.After executing the above command ,open Powershell as admin.
4.Now test the "Get-MonitorConfiguration" again.
5.This time it should execute with accurate results.
Problem Cause
Mis-spelled entry in the database. By design.
Issue/Introduction
Director Dashboard does not update any information after upgrading or installing 7.11.
Was this article helpful?
thumb_up
Yes
thumb_down
No