error in patching help me on this please
Program Install-KB2663418-X64 change to state STATE_ADVANCED_DOWNLOAD content in progress execmgr 06/08/2012 17:16:20 1676 (0x068C) Execution Request for package SEC00 program Install-KB2663418-X64 state change from NotExist to AdvancedDownload execmgr 06/08/2012 17:16:20 1676 (0x068C) Mandatory execution requested for program Install-KB2663418-X64 and advertisement SEC003 execmgr 06/08/2012 17:16:20 5308 (0x14BC) Creating mandatory request for advert SEC003, program Install-KB2663418-X64, package SEC00 execmgr 06/08/2012 17:16:20 5308 (0x14BC) Raising event: [SMS_CodePage(437), SMS_LocaleID(1033)] instance of SoftDistWaitingContentEvent { AdvertisementId = "SEC003"; ClientID = "GUID:7fa985eb-1aab-4826-a28e-f16c58587596"; DateTime = "20120806151621.073000+000"; MachineName = "ERATMM1111SP101"; PackageName = "SEC00"; PackageVersion = "1"; ProcessID = 2792; ProgramName = "Install-KB2663418-X64"; SiteCode = "sec"; ThreadID = 5308; }; execmgr 06/08/2012 17:16:21 5308 (0x14BC) Successfully raised SoftDistWaitingContentEvent event for program Install-KB2663418-X64 execmgr 06/08/2012 17:16:21 5308 (0x14BC) Execution Request for package eee program Install-KB2663418-X64 state change from WaitingDependency to WaitingContent execmgr 06/08/2012 17:16:21 5308 (0x14BC) Content is available for program Install-KB2663418-X64. execmgr 06/08/2012 17:16:26 4132 (0x1024) CExecutionRequest::Service Windows Manager has allowed us to run. execmgr 06/08/2012 17:16:26 4132 (0x1024) Execution Manager timer has been fired. execmgr 06/08/2012 17:16:26 8492 (0x212C) Executing program wusa Windows6.1-KB2663418-x64.msu /quiet /norestart in Admin context execmgr 06/08/2012 17:16:26 4132 (0x1024) Execution Request for package SEC00 program Install-KB2663418-X64 state change from WaitingContent to NotifyExecution execmgr 06/08/2012 17:16:26 4132 (0x1024) Checking content location C:\Windows\SysWOW64\CCM\Cache\SEC00.1.System for use execmgr 06/08/2012 17:16:26 4132 (0x1024) Successfully selected content location C:\Windows\SysWOW64\CCM\Cache\eee.1.System execmgr 06/08/2012 17:16:26 4132 (0x1024) GetFileVersionInfoSize failed for file C:\Windows\SysWOW64\CCM\Cache\eee.1.System\wusa, error 2 execmgr 06/08/2012 17:16:26 4132 (0x1024) Executing program as a script execmgr 06/08/2012 17:16:26 4132 (0x1024) Found executable file wusa with complete path C:\Windows\system32\wusa.exe execmgr 06/08/2012 17:16:26 4132 (0x1024) Successfully prepared command line "C:\Windows\system32\wusa.exe" Windows6.1-KB2663418-x64.msu /quiet /norestart execmgr 06/08/2012 17:16:26 4132 (0x1024) Command line = "C:\Windows\system32\wusa.exe" Windows6.1-KB2663418-x64.msu /quiet /norestart, Working Directory = C:\Windows\SysWOW64\CCM\Cache\SEC00.1.System\ execmgr 06/08/2012 17:16:26 4132 (0x1024) Created Process for the passed command line execmgr 06/08/2012 17:16:26 4132 (0x1024) Raising event: [SMS_CodePage(437), SMS_LocaleID(1033)] instance of SoftDistProgramStartedEvent { AdvertisementId = "SEC003"; ClientID = "GUID:7fa985eb-1aab-4826-a28e-f16c58587596"; CommandLine = "\"C:\\Windows\\system32\\wusa.exe\" Windows6.1-KB2663418-x64.msu /quiet /norestart"; DateTime = "20120806151626.819000+000"; MachineName = "ERATMM1111SP101"; PackageName = "SEC00"; ProcessID = 2792; ProgramName = "Install-KB2663418-X64"; SiteCode = "SEC"; ThreadID = 4132; UserContext = "AUTORITE NT\\Systme"; WorkingDirectory = "C:\\Windows\\SysWOW64\\CCM\\Cache\\SEC00.1.System\\"; }; execmgr 06/08/2012 17:16:26 4132 (0x1024) Raised Program Started Event for Ad:SEC003, Package:SEC00, Program: Install-KB2663418-X64 execmgr 06/08/2012 17:16:26 4132 (0x1024) Program exit code 2359302 execmgr 06/08/2012 17:16:31 8492 (0x212C) Looking for MIF file to get program status execmgr 06/08/2012 17:16:31 8492 (0x212C) Script for Package:SEC00, Program: Install-KB2663418-X64 failed with exit code 2359302 execmgr 06/08/2012 17:16:31 8492 (0x212C)
August 17th, 2012 10:04am

Did you check to run manualy this command line, before running with SCCM ? Did you check event log to see if the update is installed or not? I will try the following command line to be sure that system use wsua.exe in the 64bits version. C:\WINDOWS\sysnative\wusa.exe Windows6.1-KB2663418-x64.msu /quiet /norestart
Free Windows Admin Tool Kit Click here and download it now
August 17th, 2012 10:15am

from memory the exit code 2359302 from WUSA means "this patch is already installed" or possibly it means "this patch is not applicable to this system" (sorry, I can't recall which) ConfigMgr is simply reacting to a result/exit code that is not 0(success) and is not 3010(success-reboot-required). you can: a) add 2359302 as an acceptable non-failure result code, to your program b) mask the real result/exit code by calling WUSA from a script c) accept/ignore this "failure" and simply interpret it as "that patch is already present" Don
August 17th, 2012 7:32pm

It is install on some systems but in some systems it showing this error code
Free Windows Admin Tool Kit Click here and download it now
August 20th, 2012 12:31pm

It is install on some systems but in some systems it showing this error code ok, do the systems with this error, need this patch? are these systems x64-Win7 or x64-SRV2008R2? do these systems already have this patch? you can check the Windows event logs (system/application) - is an answer there? you can check the CBS.log file on these systems (make a copy and browse the copy) - search for 2663418 - is the answer there?Don
August 21st, 2012 5:00am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics