Sunday, January 23, 2022

Devices Stuck in Waiting for Maintenance Window

Question :: Why application deployment is not enforcing automatically ?





Observation : In Appenforce.log no entry of enforcing visible.

Workaround : In Software Center when click on Retry Application installs successfully.

Or

Click on app eval from action cycle during maintenance window

Troubleshoot Application Deployment: https://docs.microsoft.com/en-us/mem/configmgr/apps/understand/deployment-policy-technical-reference


Snapshot of Application deployment :

  1. Policy Creation:
    • ConfigMgr :: Policy Created SMSProv.log >> objreplmgr.log
  2. Application Deployment for Device / User Collection:
    • Client.log :: PolicyAgent.log >> Scheduler.log >> DCMAgent.log
  3. DCMAgent.log >> CIAgent.log (other logs too CCMessaging.log)
  4. CI Agent >> Downloading CI… metadata is downloaded CI Downloader.log , DataTransferService.log
  5. InvokingSdmMethod >> Application detection (Appdiscovery.log , AppIntEval.log)
  6. StateDownloadingContents >> CAS, ContentTransferManger,LocationService, DataTransferService
  7. StateEnforcing CI >> AppEnforce.log
  8. StateEnforcementReporting >> StateMessage.log

Error observed in DCMAgent.log:
DCMAgent error : The DCMAgent.log also contains an error resembling the following, recorded at the same time as the SCClient log entry.  The 0x87d00315 error code translates to "The CI version info data is not available."  



FIX: 
  1. ccmstore.sdf >> rename / delete (Ccmstore.sdf is created) >> Run Action Cycle
  2. Uninstall SCCM Client & Reinstall

No comments:

Post a Comment

HOW TO DEPLOY SCCM / MECM CLIENT ON DEVICES ?

To install SCCM / MECM client on devices: Precheck: 1. Installation Account is a member of Local Administration group 2. Site Server can ...