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
This stored procedure collects the information from the `CM_UpdatePackages` and `CM_UpdatePackageSiteStatus` tables for the site that's running the check. As soon as the CMUpdate thread detects an update package that has the `State = 65538 (CONTENT_REPLICATION_SUCCESS)` status, it extracts the Easy Setup Package content to the \\CMUStaging\\\<Update GUID>` folder.
836
836
837
-
CMUpdate logs entries to CMUpdate.log that resemble the following excerpt. The example entries include a reference to `SubStageID=0xd0005`.
837
+
CMUpdate logs entries to CMUpdate.log that resemble the following excerpt. The example entries include a reference to `SubStageID=0xd0005`, which tracks the status of the extraction process (the check starts when the extraction is complete).
838
838
839
839
```output
840
840
Detected a change to the "E:\ConfigMgr\inboxes\cmupdate.box" directory.
@@ -962,7 +962,7 @@ For a site server, Prerequisite checker logs entries that resemble the following
962
962
```output
963
963
INFO: Prerequisite rules for CAS site update are being run.
964
964
INFO: Executing prerequisite functions...
965
-
===== INFO: Prerequisite Type & Server: SITE_PRI:BIG-CS1SITE.biglab.net =====
965
+
===== INFO: Prerequisite Type & Server: SITE_PRI:<Site Server> =====
0 commit comments