After upgrading to ITMS 8.7.1, when creating new automation older policies for assigning computers to an organizational group, an error displays when clicking on OK after editing input parameters. This error also occurs if a clone of a pre-upgrade policy.
In the Notification Server logs, we see 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: w3wp
Priority: 1, Source: Page.HandleError
IIS settings set too low to allow for token lengths in some situations.
Change the maxRequestLength in these two locations
Next