We have a WSUS server and one downstream server. The WSUS server is working perfectly. The downstream is not. None of the clients are updating and if you browse the WSUS server in IE it throws a forbidden error as seen below.
I took a snapshot, uninstalled WSUS and reinstalled it without WSUS or anything and i am getting the same error. I have since reverted to my snapshot and am back where i started. I have no clue what is going wrong. I have reviewed the article
regarding WSUS breaking after the windows update in may and have implemented those settings on both servers.
![]()
2016-11-02 02:18:02.690 UTC Error WsusService.9 HmtWebServices.CheckClientWebService Client WebService WebException:System.Net.WebException: The request failed with HTTP status 404: Not Found.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.UpdateServices.Internal.ClientWebService.Client.Ping(Int32 pingLevel)
at Microsoft.UpdateServices.Internal.HealthMonitoring.HmtWebServices.CheckClientWebService(EventLoggingType type, HealthEventLogger logger)
at Microsoft.UpdateServices.Internal.HealthMonitoring.HmtWebServices.CheckClientWebService(EventLoggingType type, HealthEventLogger logger)
at Microsoft.UpdateServices.Internal.HealthMonitoring.HealthMonitoringTasks.ExecuteSubtask(HealthMonitoringSubtask subtask, EventLoggingType type, HealthEventLogger logger)
at Microsoft.UpdateServices.Internal.HealthMonitoring.HmtWebServices.Execute(EventLoggingType type)
at Microsoft.UpdateServices.Internal.HealthMonitoring.HealthMonitoringTasks.Execute(EventLoggingType type)
at Microsoft.UpdateServices.Internal.HealthMonitoring.HealthMonitoringThreadManager.Execute(Boolean waitIfNecessary, EventLoggingType loggingType)
at Microsoft.UpdateServices.Internal.HealthMonitoring.HealthMonitoringThreadManager.PeriodicTask()
at Microsoft.UpdateServices.Internal.HealthMonitoring.PeriodicTaskExecuter.ThreadStart()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
2016-11-02 02:18:02.852 UTC Info w3wp.7 ThreadEntry PipelineRuntime.ProcessRequestNotification
2016-11-02 02:18:02.853 UTC Info w3wp.7 DssAuthWebServiceImplementation..ctor Initializing DssAuthWebService ProcessID = 2452, Process Start Time = 11/1/2016 10:17:29 PM, Product Version = 6.3.9600.18324
2016-11-02 02:18:13.104 UTC Info w3wp.8 ThreadEntry TimerQueue.FireNextTimers
2016-11-02 02:18:13.105 UTC Warning w3wp.8 DBConnection.OnReceivingInfoMessage The join order has been enforced because a local join hint is used.
2016-11-02 02:18:26.758 UTC Info w3wp.7 ThreadEntry TimerQueue.FireNextTimers
2016-11-02 02:18:26.759 UTC Info w3wp.7 DataAccessCache.DeploymentChange Refreshing the syncUpdates cache
2016-11-02 02:18:26.995 UTC Info w3wp.7 DataAccessCache.DeploymentChange LastCacheRefreshTime: 236 milliseconds
2016-11-02 02:18:26.996 UTC Info w3wp.7 DataAccessCache.DeploymentChange MaximumCacheRefreshTime: 236 milliseconds
2016-11-02 02:18:26.996 UTC Info w3wp.7 DataAccessCache.DeploymentChange Finished refreshing the syncUpdates cache. New SyncUpdatesHelper: 12111653
2016-11-02 02:20:00.504 UTC Info w3wp.43 ThreadEntry ThreadPoolWorkQueue.Dispatch
2016-11-02 02:20:00.504 UTC Warning w3wp.43 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ClientWebService/client.asmx, ID=cbde5e74-337d-44f9-8fde-51d9c3c5df6a, ErrorCode=ServerChanged, Message=Server rolled back since last call to GetCookie, Client=d366575b-8496-4a99-99d4-4438e789c660
2016-11-02 02:20:54.944 UTC Info w3wp.42 ThreadEntry PipelineRuntime.ProcessRequestNotification
2016-11-02 02:20:54.945 UTC Warning w3wp.42 UnencryptedCookieData.Deserialize Argument exceptioninvalid header
Parameter name: bytes
2016-11-02 02:20:54.945 UTC Warning w3wp.42 EncryptionHelper.DecryptData Argument exceptionMicrosoft.UpdateServices.Internal.Authorization.LoggedArgumentException: invalid header
Parameter name: bytes
at Microsoft.UpdateServices.Internal.Authorization.UnencryptedCookieData.Deserialize(Byte[] bytes)
at Microsoft.UpdateServices.Internal.Authorization.EncryptionHelper.DecryptData(Byte[] cookieData)
Parameter name: cookieData
2016-11-02 02:20:54.946 UTC Warning w3wp.42 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ReportingWebService/ReportingWebService.asmx, ID=e30dc118-8264-490b-ac16-fbe83aaa35d1, ErrorCode=InvalidCookie, Message=, Client=?
2016-11-02 02:20:54.946 UTC Error w3wp.42 WebService.ReportEventBatch Exception occured in ReportEventBatch: Fault occurred
at Microsoft.UpdateServices.Internal.Reporting.WebService.ReportEventBatch(Cookie cookie, DateTime clientTime, ReportingEvent[] eventBatch)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Web.Services.Protocols.LogicalMethodInfo.Invoke(Object target, Object[] values)
at System.Web.Services.Protocols.WebServiceHandler.Invoke()
at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()
at System.Web.Services.Protocols.SyncSessionlessHandler.ProcessRequest(HttpContext context)
at System.Web.Script.Services.ScriptHandlerFactory.HandlerWrapper.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)
at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)
at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)
at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
2016-11-02 02:20:55.891 UTC Info w3wp.44 ThreadEntry ThreadPoolWorkQueue.Dispatch
2016-11-02 02:20:55.891 UTC Warning w3wp.44 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ClientWebService/client.asmx, ID=53e4950c-4fd6-410c-af7b-50717ecda54f, ErrorCode=ServerChanged, Message=Server rolled back since last call to GetCookie, Client=a36d64e2-fa98-47d8-877c-fdacf8250ff0
2016-11-02 02:21:11.523 UTC Info w3wp.46 ThreadEntry ThreadPoolWorkQueue.Dispatch
2016-11-02 02:21:11.524 UTC Warning w3wp.46 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ClientWebService/client.asmx, ID=9300ce8f-c57a-4cdd-99ba-54e60219b61b, ErrorCode=ServerChanged, Message=Server rolled back since last call to GetCookie, Client=7b48f0b4-4071-468e-85a4-efa5e153e784
2016-11-02 02:22:55.655 UTC Info w3wp.11 ThreadEntry ThreadPoolWorkQueue.Dispatch
2016-11-02 02:22:55.656 UTC Warning w3wp.11 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ClientWebService/client.asmx, ID=4c64a092-afea-4e83-87c3-02be82153a68, ErrorCode=ServerChanged, Message=Server rolled back since last call to GetCookie, Client=407afb72-276c-487e-9a71-f2eb869bdf12
2016-11-02 02:23:02.842 UTC Info w3wp.10 ThreadEntry ThreadHelper.ThreadStart
2016-11-02 02:23:02.842 UTC Info w3wp.10 DependencyCache.RefreshThreadStart read 139546 UpdateIDs from DB in 110 ms
2016-11-02 02:23:07.687 UTC Warning w3wp.44 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ClientWebService/client.asmx, ID=6d8cb455-ca2e-4615-8b9a-c3c33e79e118, ErrorCode=ServerChanged, Message=Server rolled back since last call to GetCookie, Client=990ee1ba-2d2f-4acb-9aad-1bb9f97bd05b
2016-11-02 02:23:35.726 UTC Info w3wp.12 ThreadEntry PipelineRuntime.ProcessRequestNotification
2016-11-02 02:23:35.727 UTC Warning w3wp.12 UnencryptedCookieData.Deserialize Argument exceptioninvalid header
Parameter name: bytes
2016-11-02 02:23:35.727 UTC Warning w3wp.12 EncryptionHelper.DecryptData Argument exceptionMicrosoft.UpdateServices.Internal.Authorization.LoggedArgumentException: invalid header
Parameter name: bytes
at Microsoft.UpdateServices.Internal.Authorization.UnencryptedCookieData.Deserialize(Byte[] bytes)
at Microsoft.UpdateServices.Internal.Authorization.EncryptionHelper.DecryptData(Byte[] cookieData)
Parameter name: cookieData
2016-11-02 02:23:35.728 UTC Warning w3wp.12 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ReportingWebService/ReportingWebService.asmx, ID=1fdb6e69-d74b-4f78-8b21-b8490d6d45a8, ErrorCode=InvalidCookie, Message=, Client=?
2016-11-02 02:23:35.728 UTC Error w3wp.12 WebService.ReportEventBatch Exception occured in ReportEventBatch: Fault occurred
at Microsoft.UpdateServices.Internal.Reporting.WebService.ReportEventBatch(Cookie cookie, DateTime clientTime, ReportingEvent[] eventBatch)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Web.Services.Protocols.LogicalMethodInfo.Invoke(Object target, Object[] values)
at System.Web.Services.Protocols.WebServiceHandler.Invoke()
at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()
at System.Web.Services.Protocols.SyncSessionlessHandler.ProcessRequest(HttpContext context)
at System.Web.Script.Services.ScriptHandlerFactory.HandlerWrapper.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)
at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)
at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)
at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
2016-11-02 02:23:35.817 UTC Info w3wp.33 ThreadEntry PipelineRuntime.ProcessRequestNotification
2016-11-02 02:23:35.818 UTC Warning w3wp.33 UnencryptedCookieData.Deserialize Argument exceptioninvalid header
Parameter name: bytes
2016-11-02 02:23:35.818 UTC Warning w3wp.33 EncryptionHelper.DecryptData Argument exceptionMicrosoft.UpdateServices.Internal.Authorization.LoggedArgumentException: invalid header
Parameter name: bytes
at Microsoft.UpdateServices.Internal.Authorization.UnencryptedCookieData.Deserialize(Byte[] bytes)
at Microsoft.UpdateServices.Internal.Authorization.EncryptionHelper.DecryptData(Byte[] cookieData)
Parameter name: cookieData
2016-11-02 02:23:35.819 UTC Warning w3wp.33 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ReportingWebService/ReportingWebService.asmx, ID=be238c8c-9254-4b40-8f25-1accd19f9fb4, ErrorCode=InvalidCookie, Message=, Client=?
2016-11-02 02:23:35.819 UTC Error w3wp.33 WebService.ReportEventBatch Exception occured in ReportEventBatch: Fault occurred
at Microsoft.UpdateServices.Internal.Reporting.WebService.ReportEventBatch(Cookie cookie, DateTime clientTime, ReportingEvent[] eventBatch)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Web.Services.Protocols.LogicalMethodInfo.Invoke(Object target, Object[] values)
at System.Web.Services.Protocols.WebServiceHandler.Invoke()
at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()
at System.Web.Services.Protocols.SyncSessionlessHandler.ProcessRequest(HttpContext context)
at System.Web.Script.Services.ScriptHandlerFactory.HandlerWrapper.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)
at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)
at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)
at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
2016-11-02 02:24:30.968 UTC Info w3wp.53 ThreadEntry ThreadPoolWorkQueue.Dispatch
2016-11-02 02:24:30.968 UTC Warning w3wp.53 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ClientWebService/client.asmx, ID=6f291302-5b83-431b-bd35-b0f7662e9556, ErrorCode=ServerChanged, Message=Server rolled back since last call to GetCookie, Client=8b5bf038-fa98-4399-bd27-94503bba574f
2016-11-02 02:25:09.462 UTC Info w3wp.9 ThreadEntry ThreadPoolWorkQueue.Dispatch
2016-11-02 02:25:09.462 UTC Warning w3wp.9 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ClientWebService/client.asmx, ID=9ee959cd-a0d5-4cdb-9ec8-e5c3d35c42fb, ErrorCode=ServerChanged, Message=Server rolled back since last call to GetCookie, Client=1fc76247-ace3-4acc-96a3-d331244ec747
2016-11-02 02:25:51.560 UTC Warning w3wp.27 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ClientWebService/client.asmx, ID=eea24b7d-f1b7-482b-991d-38387e7e7da6, ErrorCode=ServerChanged, Message=Server rolled back since last call to GetCookie, Client=e04cb75b-0202-40a2-a8dd-9af12a6395c9
2016-11-02 02:26:47.190 UTC Info w3wp.62 ThreadEntry ThreadPoolWorkQueue.Dispatch
2016-11-02 02:26:47.190 UTC Warning w3wp.62 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ClientWebService/client.asmx, ID=07c6b546-bfd7-49f1-bb58-edcc6e6af50f, ErrorCode=ServerChanged, Message=Server rolled back since last call to GetCookie, Client=d5923097-1654-4c6e-a9df-a34ed4ecd3f6
2016-11-02 02:27:18.806 UTC Warning w3wp.10 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ClientWebService/client.asmx, ID=7ecc0267-6959-4e43-9b28-8f6bd8bf5460, ErrorCode=ServerChanged, Message=Server rolled back since last call to GetCookie, Client=e55ec494-ea72-475a-a919-c69827eefc3b
2016-11-02 02:28:03.250 UTC Error WsusService.9 HmtWebServices.CheckClientWebService Client WebService WebException:System.Net.WebException: The request failed with HTTP status 404: Not Found.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Microsoft.UpdateServices.Internal.ClientWebService.Client.Ping(Int32 pingLevel)
at Microsoft.UpdateServices.Internal.HealthMonitoring.HmtWebServices.CheckClientWebService(EventLoggingType type, HealthEventLogger logger)
at Microsoft.UpdateServices.Internal.HealthMonitoring.HmtWebServices.CheckClientWebService(EventLoggingType type, HealthEventLogger logger)
at Microsoft.UpdateServices.Internal.HealthMonitoring.HealthMonitoringTasks.ExecuteSubtask(HealthMonitoringSubtask subtask, EventLoggingType type, HealthEventLogger logger)
at Microsoft.UpdateServices.Internal.HealthMonitoring.HmtWebServices.Execute(EventLoggingType type)
at Microsoft.UpdateServices.Internal.HealthMonitoring.HealthMonitoringTasks.Execute(EventLoggingType type)
at Microsoft.UpdateServices.Internal.HealthMonitoring.HealthMonitoringThreadManager.Execute(Boolean waitIfNecessary, EventLoggingType loggingType)
at Microsoft.UpdateServices.Internal.HealthMonitoring.HealthMonitoringThreadManager.PeriodicTask()
at Microsoft.UpdateServices.Internal.HealthMonitoring.PeriodicTaskExecuter.ThreadStart()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
2016-11-02 02:28:46.060 UTC Info w3wp.76 ThreadEntry PipelineRuntime.ProcessRequestNotification
2016-11-02 02:28:46.060 UTC Warning w3wp.76 UnencryptedCookieData.Deserialize Argument exceptioninvalid header
Parameter name: bytes
2016-11-02 02:28:46.061 UTC Warning w3wp.76 EncryptionHelper.DecryptData Argument exceptionMicrosoft.UpdateServices.Internal.Authorization.LoggedArgumentException: invalid header
Parameter name: bytes
at Microsoft.UpdateServices.Internal.Authorization.UnencryptedCookieData.Deserialize(Byte[] bytes)
at Microsoft.UpdateServices.Internal.Authorization.EncryptionHelper.DecryptData(Byte[] cookieData)
Parameter name: cookieData
2016-11-02 02:28:46.061 UTC Warning w3wp.76 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ReportingWebService/ReportingWebService.asmx, ID=0d089e63-7b10-431d-a0bb-f2d00973a97c, ErrorCode=InvalidCookie, Message=, Client=?
2016-11-02 02:28:46.062 UTC Error w3wp.76 WebService.ReportEventBatch Exception occured in ReportEventBatch: Fault occurred
at Microsoft.UpdateServices.Internal.Reporting.WebService.ReportEventBatch(Cookie cookie, DateTime clientTime, ReportingEvent[] eventBatch)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Web.Services.Protocols.LogicalMethodInfo.Invoke(Object target, Object[] values)
at System.Web.Services.Protocols.WebServiceHandler.Invoke()
at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()
at System.Web.Services.Protocols.SyncSessionlessHandler.ProcessRequest(HttpContext context)
at System.Web.Script.Services.ScriptHandlerFactory.HandlerWrapper.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)
at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)
at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)
at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
2016-11-02 02:28:56.902 UTC Warning w3wp.76 UnencryptedCookieData.Deserialize Argument exceptioninvalid header
Parameter name: bytes
2016-11-02 02:28:56.903 UTC Warning w3wp.76 EncryptionHelper.DecryptData Argument exceptionMicrosoft.UpdateServices.Internal.Authorization.LoggedArgumentException: invalid header
Parameter name: bytes
at Microsoft.UpdateServices.Internal.Authorization.UnencryptedCookieData.Deserialize(Byte[] bytes)
at Microsoft.UpdateServices.Internal.Authorization.EncryptionHelper.DecryptData(Byte[] cookieData)
Parameter name: cookieData
2016-11-02 02:28:56.904 UTC Warning w3wp.76 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ReportingWebService/ReportingWebService.asmx, ID=e0f3df28-9c8d-4381-ab78-96b6497dacf0, ErrorCode=InvalidCookie, Message=, Client=?
2016-11-02 02:28:56.905 UTC Error w3wp.76 WebService.ReportEventBatch Exception occured in ReportEventBatch: Fault occurred
at Microsoft.UpdateServices.Internal.Reporting.WebService.ReportEventBatch(Cookie cookie, DateTime clientTime, ReportingEvent[] eventBatch)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Web.Services.Protocols.LogicalMethodInfo.Invoke(Object target, Object[] values)
at System.Web.Services.Protocols.WebServiceHandler.Invoke()
at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest()
at System.Web.Services.Protocols.SyncSessionlessHandler.ProcessRequest(HttpContext context)
at System.Web.Script.Services.ScriptHandlerFactory.HandlerWrapper.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error)
at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb)
at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)
at System.Web.Hosting.UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
2016-11-02 02:29:33.298 UTC Info w3wp.76 ThreadEntry ThreadPoolWorkQueue.Dispatch
2016-11-02 02:29:33.298 UTC Warning w3wp.76 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ClientWebService/client.asmx, ID=d824e17f-5d0f-4b5f-84a6-b1b9728a2c3f, ErrorCode=ServerChanged, Message=Server rolled back since last call to GetCookie, Client=aa1cef5d-03e3-4f03-887a-89b0dc1681f8
2016-11-02 02:30:22.256 UTC Info w3wp.90 ThreadEntry ThreadPoolWorkQueue.Dispatch
2016-11-02 02:30:22.257 UTC Warning w3wp.90 UnencryptedCookieData.Deserialize Argument exceptioninvalid header
Parameter name: bytes
2016-11-02 02:30:22.257 UTC Warning w3wp.90 EncryptionHelper.DecryptData Argument exceptionMicrosoft.UpdateServices.Internal.Authorization.LoggedArgumentException: invalid header
Parameter name: bytes
at Microsoft.UpdateServices.Internal.Authorization.UnencryptedCookieData.Deserialize(Byte[] bytes)
at Microsoft.UpdateServices.Internal.Authorization.EncryptionHelper.DecryptData(Byte[] cookieData)
Parameter name: cookieData
2016-11-02 02:30:22.257 UTC Warning w3wp.90 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ClientWebService/client.asmx, ID=a07bc473-2768-46fa-9ce7-42f296b6642d, ErrorCode=InvalidCookie, Message=, Client=?
2016-11-02 02:31:40.825 UTC Warning w3wp.90 UnencryptedCookieData.Deserialize Argument exceptioninvalid header
Parameter name: bytes
2016-11-02 02:31:40.826 UTC Warning w3wp.90 EncryptionHelper.DecryptData Argument exceptionMicrosoft.UpdateServices.Internal.Authorization.LoggedArgumentException: invalid header
Parameter name: bytes
at Microsoft.UpdateServices.Internal.Authorization.UnencryptedCookieData.Deserialize(Byte[] bytes)
at Microsoft.UpdateServices.Internal.Authorization.EncryptionHelper.DecryptData(Byte[] cookieData)
Parameter name: cookieData
2016-11-02 02:31:40.826 UTC Warning w3wp.90 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ClientWebService/client.asmx, ID=35def1b9-0727-4637-a04f-53392b264c03, ErrorCode=InvalidCookie, Message=, Client=?
2016-11-02 02:32:05.423 UTC Info w3wp.96 ThreadEntry ThreadPoolWorkQueue.Dispatch
2016-11-02 02:32:05.424 UTC Warning w3wp.96 SoapUtilities.CreateException ThrowException: actor = https://abc-lakes1.abc.com:8531/ClientWebService/client.asmx, ID=65ae7b1d-8eca-45d1-b7e8-a70edd81ffe8, ErrorCode=ServerChanged, Message=Server rolled back since last call to GetCookie, Client=5bff7bc2-2c7c-4dc1-8f73-bd5ac534f73e
NNatic