Hello all,
I am getting the following Index was out of range error when trying to Approve a particular agent. It is happening with 4 different servers. All of them had bad DNS entries originally and when i tried to add them I got other errors. Our DNS folks have fixed
the DNS entries for these servers but now when I try to approve or reject the agent I get below error. I have attempted to manually install the agent and manually uninstall the agent but I still get the same errors when Approving or Rejecting them in SCOM.
I just inherited responsibility for this SCOM instance and still pretty new to it, so some of the other articles I found related to this error didnt help much....
Any help is appreciated...
Date: 12/5/2016 9:10:56 AM
Application: Operations Manager
Application Version: 7.1.10226.0
Severity: Error
Message:
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at Microsoft.EnterpriseManagement.Common.Internal.ServiceProxy.HandleFault(String methodName, Message message)
at Microsoft.EnterpriseManagement.Common.Internal.AdministrationServiceProxy.ApproveAgentPendingActions(IList`1 agentPendingActionIds, String userName)
at Microsoft.EnterpriseManagement.Mom.Internal.UI.Views.PendingManagementView.<>c__DisplayClass3.<OnApproveAgent>b__2(Object , ConsoleJobEventArgs )
at Microsoft.EnterpriseManagement.Mom.Internal.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)