Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve Issues with corrupt CcmStore.sdf #69

Open
pandrews1976 opened this issue Jun 2, 2021 · 1 comment
Open

Resolve Issues with corrupt CcmStore.sdf #69

pandrews1976 opened this issue Jun 2, 2021 · 1 comment

Comments

@pandrews1976
Copy link

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.

@Xento
Copy link

Xento commented Jun 4, 2021

I took a quick look at our sizes of this file but it seems that it mostly is over 25Mb and no problems occour.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants