You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/mem/configmgr/update-management/track-software-update-compliance-assessment.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@ WUAHandler then parses the results, which include the applicability state for ea
282
282
> Pruning: update id (70f4f236-0248-4e84-b472-292913576fa1) is superseded by (726b7201-862a-4fde-9b12-f36b38323a6f). WUAHandler
283
283
> \...
284
284
> Update (Installed): Security Update for Windows 7 for x64-based Systems (KB2584146) (4ae85c00-0eaa-4be0-b81b-dbd7053d5fae, 104) WUAHandler
285
-
> Update (Missing): Security Update for Windows 7 for x64-based Systems (KB2862152) (11112222-bbbb-3333-cccc-4444dddd5555, 200) WUAHandler
285
+
> Update (Missing): Security Update for Windows 7 for x64-based Systems (KB2862152) (505fda07-b4f3-45fb-83d9-8642554e2773, 200) WUAHandler
286
286
> \...
287
287
> Successfully completed scan. WUAHandler
288
288
@@ -292,15 +292,15 @@ Once the scan results are available, these results are stored in the updates sto
292
292
293
293
UpdatesStore.log showing state for missing update (KB2862152) being recorded and a state message being raised:
294
294
295
-
> Processing update status from update (11112222-bbbb-3333-cccc-4444dddd5555) with ProductID = 0fa1201d-4330-4fa8-8ae9- b877473b6441 UpdatesStore
296
-
> Update status from update (11112222-bbbb-3333-cccc-4444dddd5555) hasn't been reported before, creating new instance. UpdatesStore
297
-
> Successfully raised state message for update (11112222-bbbb-3333-cccc-4444dddd5555) with state (Missing). UpdatesStore
298
-
Successfully added WMI instance of update status (11112222-bbbb-3333-cccc-4444dddd5555). UpdatesStore
295
+
> Processing update status from update (505fda07-b4f3-45fb-83d9-8642554e2773) with ProductID = 0fa1201d-4330-4fa8-8ae9- b877473b6441 UpdatesStore
296
+
> Update status from update (505fda07-b4f3-45fb-83d9-8642554e2773) hasn't been reported before, creating new instance. UpdatesStore
297
+
> Successfully raised state message for update (505fda07-b4f3-45fb-83d9-8642554e2773) with state (Missing). UpdatesStore
298
+
Successfully added WMI instance of update status (505fda07-b4f3-45fb-83d9-8642554e2773). UpdatesStore
299
299
300
300
StateMessage.log showing state message being recorded with **State ID 2** (missing):
301
301
302
-
> Adding message with TopicType 500 and TopicId 11112222-bbbb-3333-cccc-4444dddd5555 to WMI StateMessage
303
-
> State message(State ID : 2) with TopicType 500 and TopicId 11112222-bbbb-3333-cccc-4444dddd5555 has been recorded for SYSTEM StateMessage
302
+
> Adding message with TopicType 500 and TopicId 505fda07-b4f3-45fb-83d9-8642554e2773 to WMI StateMessage
303
+
> State message(State ID : 2) with TopicType 500 and TopicId 505fda07-b4f3-45fb-83d9-8642554e2773 has been recorded for SYSTEM StateMessage
304
304
305
305
For each update, an instance of the `CCM_UpdateStatus` class is created or updated, and this stores the current status of the update. The `CCM_UpdateStatus` class is located in the `ROOT\CCM\SoftwareUpdates\UpdatesStore` namespace.
306
306
@@ -322,7 +322,7 @@ In StateMessage.log:
322
322
The following is how the state message body looks like for our update. Normally this XML body is too large for the log and is truncated in CMTrace. However, you can see the whole XML body in Notepad.
`spProcessStateReport` is a CLR stored procedure, and the CLR definition has the logic to determine the type of state message being processed. Depending on the type of state message, it processes the state message appropriately and inserts the data in the database.
0 commit comments