Answered by:
Cannot install windows updates Server 2008

Question
-
System Readiness Log
=================================
Checking System Update Readiness.
Binary Version 6.0.6002.22574
Package Version 13.0
2011-12-28 12:23
Checking Windows Servicing Packages
Checking Package Manifests and Catalogs
Checking Package Watchlist
Checking Component Watchlist
Checking Packages
(f) CBS MUM Missing 0x00000002 servicing\Packages\Package_for_KB980182_server_0~31bf3856ad364e35~amd64~~6.0.1.2.mum
(f) CBS MUM Missing 0x00000002 servicing\Packages\Package_for_KB980182_server~31bf3856ad364e35~amd64~~6.0.1.2.mum
(f) CBS MUM Missing 0x00000002 servicing\Packages\Package_for_KB980182~31bf3856ad364e35~amd64~~6.0.1.2.mum
Checking Component Store
Summary:
Seconds executed: 545
Found 3 errors
CBS MUM Missing Total count: 3
Unavailable repair files:
servicing\packages\Package_for_KB980182_server_0~31bf3856ad364e35~amd64~~6.0.1.2.mum
servicing\packages\Package_for_KB980182_server~31bf3856ad364e35~amd64~~6.0.1.2.mum
servicing\packages\Package_for_KB980182~31bf3856ad364e35~amd64~~6.0.1.2.mum
servicing\packages\Package_for_KB980182_server_0~31bf3856ad364e35~amd64~~6.0.1.2.cat
servicing\packages\Package_for_KB980182_server~31bf3856ad364e35~amd64~~6.0.1.2.cat
servicing\packages\Package_for_KB980182~31bf3856ad364e35~amd64~~6.0.1.2.cat
- Edited by QRSD Wednesday, December 28, 2011 7:51 PM
Wednesday, December 28, 2011 7:09 PM
Answers
-
Hi,
Based on my research, this issue is caused by servicing corruptions, for details to troubleshoot this issue, please go through the below article:
Advanced guidelines for diagnosing and fixing servicing corruption
http://technet.microsoft.com/en-us/library/ee619779(WS.10).aspx
Best Regards,
Yan Li
Yan Li
TechNet Community Support
- Marked as answer by Yan Li_ Tuesday, January 3, 2012 7:27 AM
Thursday, December 29, 2011 1:31 AM -
Advanced guidelines for diagnosing and fixing servicing corruption
http://technet.microsoft.com/en-us/library/ee619779(WS.10).aspx
Note: Refer to the “Options for obtaining files” section to get the files required.
For detailed steps, refer to the following steps:
1. Download the KB from Microsoft Download Center. Go to: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=21791 This link is for Cumulative Security Update for Internet Explorer 7 in Windows Server 2008 x64 Edition (KB980182)
2. Expand the package.
Assuming you downloaded the msu package to the %temp% directory and you want to expand the package to c:\targetDir, for example, run the followingcommand:
expand %temp%\Windows6.0-KB980182-x64.msu /f:* c:\targetDir
3. Expand the cab files to the same location.
expand C:\targetDir\Windows6.0-KB980182-x64.cab /f:* c:\targetDir
All the files will be located in the above directory as only payload files are located in specific subdirectories.
Occasionally, the required file may be a root package. Check the above link for detailed instructions.
Then, move to the following steps to fix the error:
4. Copy the files to %Windir%\Temp\CheckSUR directory of the corrupted computer following the subdirectory format as follows:
All files of type *.mum and *.cat should be placed in the %windir%\Temp\CheckSUR\servicing packages directory
For Example:
copy C:\targetDir\package_for_kb980182_server_0~31bf3856ad364e35~amd64~~6.0.1.2.mum to %Windir%\Temp\CheckSUR\servicing\packages\
copy C:\targetDir\package_for_kb980182_server_0~31bf3856ad364e35~amd64~~6.0.1.2.cat to %Windir%\Temp\CheckSUR\servicing\packages\
Follow the same steps above to get other servicing files.5. Rerun the System Update Readiness tool.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]- Marked as answer by Yan Li_ Tuesday, January 3, 2012 7:27 AM
Thursday, December 29, 2011 4:15 AM
All replies
-
Hi,
Based on my research, this issue is caused by servicing corruptions, for details to troubleshoot this issue, please go through the below article:
Advanced guidelines for diagnosing and fixing servicing corruption
http://technet.microsoft.com/en-us/library/ee619779(WS.10).aspx
Best Regards,
Yan Li
Yan Li
TechNet Community Support
- Marked as answer by Yan Li_ Tuesday, January 3, 2012 7:27 AM
Thursday, December 29, 2011 1:31 AM -
Advanced guidelines for diagnosing and fixing servicing corruption
http://technet.microsoft.com/en-us/library/ee619779(WS.10).aspx
Note: Refer to the “Options for obtaining files” section to get the files required.
For detailed steps, refer to the following steps:
1. Download the KB from Microsoft Download Center. Go to: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=21791 This link is for Cumulative Security Update for Internet Explorer 7 in Windows Server 2008 x64 Edition (KB980182)
2. Expand the package.
Assuming you downloaded the msu package to the %temp% directory and you want to expand the package to c:\targetDir, for example, run the followingcommand:
expand %temp%\Windows6.0-KB980182-x64.msu /f:* c:\targetDir
3. Expand the cab files to the same location.
expand C:\targetDir\Windows6.0-KB980182-x64.cab /f:* c:\targetDir
All the files will be located in the above directory as only payload files are located in specific subdirectories.
Occasionally, the required file may be a root package. Check the above link for detailed instructions.
Then, move to the following steps to fix the error:
4. Copy the files to %Windir%\Temp\CheckSUR directory of the corrupted computer following the subdirectory format as follows:
All files of type *.mum and *.cat should be placed in the %windir%\Temp\CheckSUR\servicing packages directory
For Example:
copy C:\targetDir\package_for_kb980182_server_0~31bf3856ad364e35~amd64~~6.0.1.2.mum to %Windir%\Temp\CheckSUR\servicing\packages\
copy C:\targetDir\package_for_kb980182_server_0~31bf3856ad364e35~amd64~~6.0.1.2.cat to %Windir%\Temp\CheckSUR\servicing\packages\
Follow the same steps above to get other servicing files.5. Rerun the System Update Readiness tool.
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows]- Marked as answer by Yan Li_ Tuesday, January 3, 2012 7:27 AM
Thursday, December 29, 2011 4:15 AM