
Troubleshooting SCCM Client BITS Errors
Troubleshooting SCCM Client BITS Errors I will try to list a few key things that need to be checked when you experience SCCM package download problems to the client cache on BITS enabled SCCM clients to avoid network bottlenecks Client Side DataTransferService.log c:\Windows\SysWOW64\CCM\Logs\DataTransferService.log c:\Windows\System32\CCM\Logs\DataTransferService.log Open this log file with the Trace32 log viewer tool that […]

SCCM failed to create task sequence media error
SCCM failed to create task sequence media error Error : Failed to create media The detail of the error in my case was: Beginning media generation Failed to find the volume for system partition, it might be drive letterless Marking partitions active is only supported for MBR disks. Unable to activate partition (0×80004001) Error formatting […]

Enable Verbose Logging on the SCCM Client for Application Deployment Troubleshooting
You might need to enable verbose logging on the SCCM client for application deployment troubleshooting to be able to see what is happening in more detail. The default logging level for the client logs information, error and warning level messages. And this is set by a registry value named LogLevel which can be found under […]

Turn off package compression for WIM files in SCCM 2007
As you know SCCM compresses package contents and creates a .PCK file to distribute the package to other sites. It works nice, but when it comes to big single files like WIM files, it spends hours to compress and decompress. And there is also no file size benefit when you compare the sizes of .pck […]

SCCM Failed to create task sequence media errors
I’d like to share some errors and their solutions those worked for me during creating task sequence media in SCCM. Error 1: Error creating media. Error message is : The hash value is not correct. 0x8(Hash could not be matched for the downloaded content. ) Please refer to CreateTsMedia.log to get details. Open CreateTsMedia.log file (<ConfigMgrInstallationPath>\AdminUILog\AdminUILog) […]