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
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:
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: