Does anyone have a report on affected configuration items?
Best Answers
-
Brian_Wiest Customer Super IT Monkey ✭✭✭✭✭What version of the portal are you on? Some of the older had sync issues in SQL for analytics. Upgrading resolves those issues.
For your question here is a small sample that should put you on the path. This returns all the related CI specific to business services.SELECT CItem.DisplayName, wi.WorkItemId FROMWorkItem wiINNER JOIN Affected_CI$WorkItem_ConfigurationItem AffCI ON wi.Id = AffCI.WorkItemIdINNER JOIN ConfigurationItem CItem ON AffCI.ConfigurationItemId = CItem.IdWHERE wi.ClassId = 'A604B942-4C7B-2FB2-28DC-61DC6F465C68'AND CItem.ObjectClassName = 'Microsoft.SystemCenter.BusinessService'ORDER BY CItem.DisplayName6 -
Brian_Wiest Customer Super IT Monkey ✭✭✭✭✭If you look at the release notes v8.3.1.X is where Cireson resolves issues with the analytics jobs.
https://support.cireson.com/Problem/Edit/PR71203
5
Answers
For your question here is a small sample that should put you on the path. This returns all the related CI specific to business services.
Current Portal Version: 8.2.0.2016
I will take a look at the query. Thanks
https://support.cireson.com/Problem/Edit/PR71203