Skip to content

Resolve Issues with corrupt CcmStore.sdf #69

@pandrews1976

Description

@pandrews1976

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions