-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
We found a number of our systems were failing to install applications or apply configuration baselines. In the deployment status the error was CI Document Downloader Timeout, or CI Version Info Timeout. After a lengthy conversation with MS technical support we found that when the CCMStore.sdf file becomes too large (anything over 25MB can cause issues), the file corrupts itself. To resolve:
Stop-Service -Name CcmExec -Force
Remote-Item $env:windir\ccm\ccmstore.sdf -Force
Start-Service -Name CcmExec
When CcmExec reloads it will see that there are files missing and initiate a repair. Once repaired the CCM Client will work until the next time the file exceeds 25MB, then problems will again ensue.
Metadata
Metadata
Assignees
Labels
No labels