When attempting to change the Task Server Management page within the Notification Server console, the following error appears:
An error was returned during the load assignments callback. See the Altiris log for more information.
The following errors will appear in the Notification Server logs (a.log):
Priority: 1
Date: 12/20/2006 3:43:28 PM
Tick Count: 628883781
Host Name: NSSERVER
Process: w3wp.exe (2888)
Thread ID: 3804
Module: AltirisNativeHelper.dll
Source: Altiris.NS.ItemManagement.Item.GetName
Description: The specified GUID does not refer to a item (GUID: {fc30cd52-162e-44d3-9207-a438d3d46536})Priority: 1
Date: 12/20/2006 3:43:28 PM
Tick Count: 628883796
Host Name: NSSERVER
Process: w3wp.exe (2888)
Thread ID: 3804
Module: AltirisNativeHelper.dll
Source: Altiris.ClientTask.UI.XmlCallback.ManageTaskServerAssignments.WriteResponse
Description: Exception while processing task server assignment request ( Unhandled exception. Type=Altiris.NS.Exceptions.AeXException Msg=The specified GUID does not refer to a item Src=Altiris.NS
StackTrace=
at Altiris.NS.ItemManagement.Item.GetName(Guid itemGuid)
at Altiris.ClientTask.Infrastructure.ClientTaskServerAssignment.get_Name()
at Altiris.ClientTask.Infrastructure.ClientTaskServerAssignment.ToDetailXml(XmlTextWriter wr, String nodeName)
at Altiris.ClientTask.Infrastructure.ClientTaskServerAssignmentCollection.ToDetailXml(XmlTextWriter wr, String nodeName)
at Altiris.ClientTask.UI.XmlCallback.ManageTaskServerAssignments.ProcessGetServerAssignments(XmlTextWriter wr)
at Altiris.ClientTask.UI.XmlCallback.ManageTaskServerAssignments.WriteResponse(HttpRequest request, XmlTextWriter wr) )
To fix this issue, the reference to the deleted collection must be manually removed from the Task Server Management configuration. To do this, export the current configuration, make the necessary modifications, and re-import the modified configuration. These are the steps to follow:
__________________
If more than one collection was deleted, then this scenario will continue until each collection guid has been deleted from this file.
Fast method if a large number of collections have been assigned to the Task Server page:
1. Copy all collection guids from the file into sql, surrounding each one with single quotes, and separating them with commas.
2. Place the above guids between the open and closed brackets of the following query, and then run the query:
SELECT [Guid],[Name] FROM vCollection WHERE [Guid] IN
(
)
Applies To
Notification Server 6.0.6074 (SP3)
Task Server (Task Management) 6.0.1356