Running “apply operating system” is failing with error code 0x80070241

Issue: – Running “apply operating system” is failing with error code 0x80070241 The SMSTS.log looked like below <![LOG[Skipping C:_SMSTaskSequence for wipe]LOG]!><time="10:43:35.088+00" date="03-06-2014" component="ApplyOperatingSystem" context="" type="1" thread="896" file="ccmfile.cpp:983"> <![LOG[Calculating expected free space.]LOG]!><time="10:43:35.103+00" date="03-06-2014" component="ApplyOperatingSystem" context="" type="0" thread="1336" file="installcommon.cpp:229"> <![LOG[Reporting deletion progress.]LOG]!><time="10:43:35.103+00" date="03-06-2014" component="ApplyOperatingSystem" context="" type="0" thread="1336" file="installcommon.cpp:247"> <![LOG[Successfully wiped C:]LOG]!><time="10:43:35.119+00" date="03-06-2014" component="ApplyOperatingSystem" context="" type="1" thread="896" file="installcommon.cpp:860"> … Read more

KMDF Related Issues

I have seen a strange problem when we target the drivers as software package the installation was never triggered in the Task sequence, When we look for an alternative to make this package as PnP it will fail some time the package will install however we will get below error screen, By looking at the … Read more

Packages are not distributed to Child Sites

This behavior can occur because the SmsInboxesSchedule.boxUid folder is empty or does not exist or incorrect files in the SMSinboxesschedule.boxUID folder can stop or inhibit communications To resolve this behavior, you must open the SmsInboxesSchedule.boxUid folder and create two empty text files called nnnnnnnn.job and nnnnnnnn.req, where nnnnnnnn is the number in the filename, which is … Read more

SCCM package distribution fails to send a package to a distribution point… When multiple times clicks to updates

SCCM package distribution fails to send a package to a distribution point… When multiple times clicks to updates issue we can see below in the Distmgr.log file Package XYZ00234 requires a newer version (3) of source files and the new compressed files haven’t arrived yet, current version is 2, skip E:SMSinboxesdistmgr.boxINCOMINGZ3AWAX9I.PKG read here : https://marcusoh.blogspot.sg/2008/01/sms-distribution-manager-fails-to-send.html … Read more

How to grant the SCCM Console permissions to Support Executive

Scenario SCCM installed on cm07.test.com & I have a test system with windows XP/7.I have a User called RBAC and RBAC wanted some permissions on SCCM console. Steps:- Install the SCCM console on windows Xp/7 add the RBAC user to SMS Admins Group. Follow these steps for granting the DCOM rights. From SCCM Server the … Read more

To get ride of IIS Webdav issue

Most of the time some or other application extension would be blocked because of IIS Webdav Settings issue, to stop filtering in IIS Webdav we can change the setting at the site level, i.e., open inetmgr/ IIS Console and chose the server name and in the right side we need to choose the “WebDav Authoring … Read more

PXE error: PXE-T01:File not Found & PXE-E3B: TFTP Error – File Not Found

  You might get the below error..     The above problem will come When you don’t Have the files in DriveLetter:RemoteInstallSMSBoot   In fact the below article address the issue, However I have approached in different way as just copy the Missing files & folders from other Remote Install Folder and past on the Problem … Read more

ClientIDManagerStartup.log Error: 0x80040225 & Error 3

Failed to send registration request message. Error: 0x80040225 also when you see in the error 3 in ClientIDManagerStartup log RegTask: Server rejected registration request: 3    ClientIDManagerStartup    26/01/2012 1:07:43 AM    7904 (0x1EE0)   You might also see (not in all cases) in ccmexec.log System task ‘ClientRegistrationStartup’ returned error code 0x80040222.    CcmExec    26/01/2012 1:10:03 AM    7904 (0x1EE0) … Read more