When navigating to the MetaData Import Task page in the SMP Console, the browser freezes or displays a critical error.
The Notification Server (NS) logs show:
Object reference not set to an instance of an object.Altiris.TaskManagement.UI.Controls.Grid.AltirisGridCallbackHandler.WriteHtmlResponseThis is caused by aggressive task scheduling (e.g., PMImport running every 1 minute) which leads to Task History bloat. The AltirisGridCallbackHandler fails to render the excessive volume of task instances during the XMLHttp callback, resulting in a NullReferenceException
To prune the existing history backlog:
Once the history is reduced, the MetaData Import page will load correctly without freezing the browser.