After upgrading to ITMS 8.7.1, when creating new automation policies for assigning computers to an organizational group, an error is displayed when clicking on OK after editing input parameters. This error also occurs if a clone of a pre-upgrade policy.
The Notification Server (NS) logs includes this error:
Failed to process web request.
Exception of type 'System.Web.HttpUnhandledException' was thrown. [HttpUnhandledException @ System.Web.dll] at System.Web.UI.Page.HandleError(Exception) at System.Web.UI.Page.ProcessRequestMain(bool, bool) at System.Web.UI.Page.ProcessRequest(bool, bool) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext) at Altiris.NS.UI.Controls.PageCachePage.ProcessRequest(HttpContext) at Altiris.NS.UI.AltirisPage.ProcessRequest(HttpContext)
Validation of Anti-XSRF token failed. Accessing page: <NS>/Altiris/AltirisNSAutomation/AutomationPolicyUI/dlgEditActionParamsMapping.aspx?name=<NAME OF AUTOMATION POLICY>&<ACTIONGUID>&<SESSIONKEY> [InvalidOperationException @ Altiris.NS.UI.dll] at Altiris.NS.UI.AltirisPage.DoCheckToken() at Altiris.NS.UI.AltirisPage.DoCheckXsrf() at Altiris.NS.UI.AltirisPage.OnPreLoad(EventArgs) at System.Web.UI.Page.ProcessRequestMain(bool, bool)Process: w3wpPriority: 1, Source: Page.HandleError
ITMS 8.x
IIS settings were set too low to allow for token lengths in some situations.
Change the maxRequestLength in these two locations
Next