Hello guys,
I'm receiving the following error when I try to find one SCOM group:
PS G:\> Get-SCOMGroup -DisplayName "MYCOMPANY - SQL MYCOMPANY STAGE SERVERS" Get-SCOMGroup : The query processor ran out of internal resources and could not produce a query plan. This is a rare event and only expected for extremely complex queries or queries that reference a very large number of tables or partitions. Please simplify the query. If you believe you have received this message in error, contact Customer Support Services for more information. At line:1 char:1+ Get-SCOMGroup -DisplayName "MYCOMPANY - SQL MYCOMPANY STAGE SERVERS"+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~+ CategoryInfo : InvalidOperation: (Microsoft.Syste...tSCGroupCommand:GetSCGroupCommand) [Get-SCOMGroup], UnknownDatabaseException+ FullyQualifiedErrorId : ExecutionError,Microsoft.SystemCenter.OperationsManagerV10.Commands.GetSCGroupCommand
If someone is wondering the number of groups that we have are 1502: yes, there are too much.
Thanks in advance.