KB2509007 did not fix problem with Install Updates hanging at 0% during OSD task sequence

Hi everybody. We recently started building our Build & Capture Task Sequence for our Windows 7 gold image. However, I keep running into the problem where the Install Software Updates step keeps hanging at "downloading updates 1 of 164 (0%).
This is a known issue that is supposed to be addressed with hotfix KB2509007. I followed the instructions
here to install the hotfix on my site server. I then added the PATCH= argument to my "Setup windows and ConfigMgr" step in my TS. But still my TS was hanging in the same spot.
Then I found
this page, which says that there is another known issue with KB2509007, and the order in which it is installed along side other hotfixes (such as R3). So I followed those instructions, and confirmed that UpdatesHandler.dll is at version 4.00.6487.2188,
and BOOM, the updates installed and I captured my gold image. This was about a week ago.
Well, since then, we have had a patch Tuesday, and I am trying to run by Build & Capture TS again to integrate the latest updates into my gold image, but now my TS is hanging at 0% again! I have confirmed that UpdatesHandler.dll is at the correct version,
so I am unsure what the issue could be now.
Does anybody have any experience with this issue? Thanks in advance for any help!
UPDATE: I re-ran my TS, and now the updates are installing. I'm not sure why the behaviour is so inconsistent though...

Hi everybody. We recently started building our Build & Capture Task Sequence for our Windows 7 gold image. However, I keep running into the problem where the Install Software Updates step keeps hanging at "downloading updates 1 of 164 (0%).
This is a known issue that is supposed to be addressed with hotfix KB2509007. I followed the instructions
here to install the hotfix on my site server. I then added the PATCH= argument to my "Setup windows and ConfigMgr" step in my TS. But still my TS was hanging in the same spot.
Then I found
this page, which says that there is another known issue with KB2509007, and the order in which it is installed along side other hotfixes (such as R3). So I followed those instructions, and confirmed that UpdatesHandler.dll is at version 4.00.6487.2188,
and BOOM, the updates installed and I captured my gold image. This was about a week ago.
Well, since then, we have had a patch Tuesday, and I am trying to run by Build & Capture TS again to integrate the latest updates into my gold image, but now my TS is hanging at 0% again! I have confirmed that UpdatesHandler.dll is at the correct version,
so I am unsure what the issue could be now.
Does anybody have any experience with this issue? Thanks in advance for any help!
UPDATE: I re-ran my TS, and now the updates are installing. I'm not sure why the behaviour is so inconsistent though...

Similar Messages

  • Nvidia (Quadro K2000) Driver isn't installed during OSD (Task Sequence succeeded) - HP Z620

    Hi everyone,
    I have added a driverset (HP Z620) in SCCM for the first time using our internal procedure (Importing Drivers to SCCM, Create Driver package with specific category, apply driver package in TS using WMI to query for the model).
    The Task Sequence succeeded, but the NVIDIA K2000 Graphics driver isn't installed (only HD Graphics 4000 driver).
    Looking at the drivers in the Driver Package, this should normally apply since the driver is compatible with this specific GPU.
    At the forums, I can see that some people have created a seperate package for the GPU driver installation using command line switches.. But looking at the environment at the customer, we have never done this and in the past, we have succesfully installed
    the driver for this GPU before.
    PS: The driver for the GPU in my new driver package (HP Z620) isn't the same as for previous models (HP Z220, Z230, Z600).
    Could you please advise me what to do? Should I have added something in the driver sources before importing the driver to SCCM?
    Thanks in advance!
    Kind regards

    Hi 
    I m installing Nvidia (Quadro K2000) Driver during OSD (Task Sequence succeeded) - HP Z420 
    Remove the Graphics driver for NVIDIA from the current driver database
    Added below task in the existing task sequence as invidual installation based on the Condition (WMI query)
    Command Line
    HP_Z420_Graphics_x64\Win64_332_50\setup.exe -s -k -clean -noeula
    This will install the desired driver and related configurable components 
    WMI Query
    select * from win32_ComputerSystem where manufacturer like '%hewlett%' and model like '%z420%'
    Currently I m looking out for the Errors codes needed to add to this task . Success codes 3010 and 0 already added

  • For about 1 week Iphone 5 looses time.  Have to restart to correct time.  Usually looses up to 15 min.  Did update but did not fix problem.

    For about a week now my iPhone 5 has started loosing time.  I have done updates but did not fix problem.   Have to restart phone for it to correct itself.

    Have you tried resetting the network settings? Go to settings, general, reset, reset network settings.

  • 1.0.1 did NOT fix problem when playing music while web surfing

    My iPhone (like many others) will often crash when I surf the internet and play music simultaneously. I was hopeful the 1.0.1 update would fix this, but I can confirm that it did NOT fix the problem.
    Does anyone know if this problem was supposed to be fixed by this update, and if not, when it is going to be fixed?
    Love the phone, but am quite annoyed by this problem.

    I can only provide anecdotal experience, but prior to the 1.0.1 update, I was rarely able to surf on Safari (as opposed to surfin' safari) for more than 5-10 minutes without the iPod portion crashing. Pages with heavy javascript or forms to fill in seemed to hasten the process.
    After the update, I fired up the iPod alter-ego then surfed for 30 or so minutes, spent a lot of time in the Apple Discussions (which always crashed it) and had nary a crash.
    Again, only anecdotal, but I was feeling like this bug is much better now.
    Jim

  • Whats the best way to apply office updates during OSD task sequence with Software Update Agent disabled?

    I am trying to update office via the SCCM 2012 R2 OSD task sequence. I know offline updating only updates the core components in the WIM and I'm trying to figure out how to add office updates as well. I am aware of using powershell to try and kick off
    a WU scan as seen here:
    http://myitforum.com/myitforumwp/2012/01/24/use-powershell-commands-to-assist-with-patching-during-sccm-image-build/
    But the kicker is we don't use SCCM to update the workstations (Solo WSUS install). Is there a way to do this (maybe set the client in the TS to switch on SUP, then off again when it goes off into production) rather than have to build a new image every month?

    You could use the ZTI_WindowsUpdates.wsf script from MDT.
    http://scriptimus.wordpress.com/2012/03/22/mdt-2012-automating-updates-in-lite-touch-deployments/
    How does it work?
    The task sequence steps run a script called ZTIWindowsUpdate.wsf. The script uses the
    Windows Update Agent API to manage the downloading and installation of updates. All audit information is written to the
    ZTIWindowsUpdate.log file. If you find any unusual error codes in your log returned from the API (although I never have)  you can compare the codes
    here. The script will also check and update the
    Windows Update Agent(WUA) as needed at the start.
    In its default state, the ZTIWindowsUpdate.wsf script will connect to Microsoft Update then search for and download all available updates including Security Patches, Drivers, Browser Updates and Service Packs. This is essentially the same
    as opening the GUI and selecting check for updates.
    Daniel Ratliff | http://www.PotentEngineer.com

  • Install Software Updates fails (timeouts) during OSD Task Sequence

    Hi
    As one of the lasts steps in our OSD Task Sequence we have an "Install Software Update" step where "Mandatory Software Updates" is choosen. It worked a week ago, but now the step fails with error code 0x800705B4
    (This operation returned because the timeout period expired.)
    When examining the WindowsUpdate.log I see an error followed by several minutes without log activity:
    2014-02-18 10:39:13:874
    416 b74
    Report CWERReporter finishing event handling. (00000000)
    2014-02-18 10:39:13:874
    416 b74
    Report CWERReporter finishing event handling. (00000000)
    2014-02-18 10:39:13:874
    416 b74
    Report CWERReporter finishing event handling. (00000000)
    2014-02-18 10:39:13:999
    1632 4e4
    COMAPI  - Updates found = 260
    2014-02-18 10:39:13:999
    1632 4e4
    COMAPI ---------
    2014-02-18 10:39:13:999
    1632 4e4
    COMAPI --  END  --  COMAPI: Search [ClientId = CcmExec]
    2014-02-18 10:39:13:999
    1632 4e4
    COMAPI -------------
    2014-02-18 10:39:18:835
    416 b74
    Report CWERReporter finishing event handling. (00000000)
    2014-02-18 11:08:12:225
    416 4dc
    AU AU received policy change subscription event
    2014-02-18 11:08:12:334
    416 4dc
    AU AU Options changed from policy.
    2014-02-18 11:08:12:334
    416 4dc
    AU Successfully wrote event for AU health state:0
    2014-02-18 11:08:12:334
    416 4dc
    AU ###########  AU: Policy change processed  ###########
    When examining the WUAHadler.log - again there is no log activity during the Software Update step.
    Its a WSUS Update Source type ({DCA8EDB2-927C-42AC-9D2E-3D98C3BC3759}), adding it.
    WUAHandler 18-02-2014 10:39:05
    2016 (0x07E0)
    Existing WUA Managed server was already set (http://<servername>:8530), skipping Group Policy registration.
    WUAHandler 18-02-2014 10:39:05
    2016 (0x07E0)
    Added Update Source ({DCA8EDB2-927C-42AC-9D2E-3D98C3BC3759}) of content type: 2
    WUAHandler 18-02-2014 10:39:05
    2016 (0x07E0)
    Scan results will include all superseded updates.
    WUAHandler 18-02-2014 10:39:05
    2016 (0x07E0)
    Search Criteria is (DeploymentAction=* AND Type='Software') OR (DeploymentAction=* AND Type='Driver')
    WUAHandler 18-02-2014 10:39:05
    2016 (0x07E0)
    Async searching of updates using WUAgent started.
    WUAHandler 18-02-2014 10:39:05
    2016 (0x07E0)
    Async searching completed. WUAHandler
    18-02-2014 10:39:13 1108 (0x0454)
    Successfully completed scan. WUAHandler
    18-02-2014 10:39:15 2016 (0x07E0)
    Removed Update Source ({DCA8EDB2-927C-42AC-9D2E-3D98C3BC3759}) of content type: 2
    WUAHandler 18-02-2014 11:06:25
    1160 (0x0488)
    CWuaHandler::SetCategoriesForStateReportingExclusion called with E0789628-CE08-4437-BE74-2495B842F43B;E0789628-CE08-4437-BE74-2495B842F43B,A38C835C-2950-4E87-86CC-6911A52C34A3; for leaves and E0789628-CE08-4437-BE74-2495B842F43B,A38C835C-2950-4E87-86CC-6911A52C34A3;
    for bundles WUAHandler
    18-02-2014 11:09:25 2232 (0x08B8)
    The Software Update Step started at 10:27 and the timeout came at 11:05.
    Any ideas why the step times out? Or which logs I should look at?
    Regards,
    FC

    PolicyEvaluator.log:
    No errors. The last event is:
    Received notification that Local policy has changed.
    PolicyAgent_PolicyEvaluator 19-02-2014 10:51:11
    1692 (0x069C)
    Raising event:
    instance of CCM_PolicyAgent_SettingsEvaluationComplete
    ClientID = "GUID:C2E937AA-CF24-420F-AD81-E8CEADBD7649";
    DateTime = "20140219095123.565000+000";
    PolicyNamespace = "\\\\.\\root\\ccm\\policy\\machine\\actualconfig";
    ProcessID = 1748;
    ThreadID = 1768;
    PolicyAgent_PolicyEvaluator
    19-02-2014 10:51:23 1768 (0x06E8)
    Forcing settings update for local policy change.
    PolicyAgent_PolicyEvaluator 19-02-2014 10:51:23
    2900 (0x0B54)
    Updating settings in \\.\root\ccm\policy\machine\actualconfig
    PolicyAgent_PolicyEvaluator 19-02-2014 10:51:33
    2900 (0x0B54)
    Raising event:
    instance of CCM_PolicyAgent_SettingsEvaluationComplete
    ClientID = "GUID:C2E937AA-CF24-420F-AD81-E8CEADBD7649";
    DateTime = "20140219095144.641000+000";
    PolicyNamespace = "\\\\.\\root\\ccm\\policy\\machine\\actualconfig";
    ProcessID = 1748;
    ThreadID = 2900;
    PolicyAgent_PolicyEvaluator
    19-02-2014 10:51:44 2900 (0x0B54)
    UpdatesHandler.log:
    No errors. A couple of lines:
    Successfully initiated scan. UpdatesHandler
    19-02-2014 10:54:10 1768 (0x06E8)
    Updates scan completion received, result = 0x0.
    UpdatesHandler 19-02-2014 10:55:23
    3572 (0x0DF4)
    UpdatesStore.log
    No errors. Just quering updates, and the last line:
    Querying update status completed successfully.
    UpdatesStore 19-02-2014 10:56:27
    3300 (0x0CE4)
    In the smsts.log I found an interesting thing:
    Successfully initiated RefreshUpdates operation
    InstallSWUpdate 19-02-2014 10:51:37
    3424 (0x0D60)
    Waiting for RefreshUpdates complete notification from Updates Deployment Agent
    InstallSWUpdate 19-02-2014 10:51:37
    3424 (0x0D60)
    FALSE, HRESULT=800705b4 (e:\nts_sccm_release\sms\client\osdeployment\installswupdate\installswupdate.cpp,1273)
    InstallSWUpdate 19-02-2014 11:21:37
    3424 (0x0D60)
    Timedout waiting for updates refresh complete notification
    InstallSWUpdate 19-02-2014 11:21:37
    3424 (0x0D60)
    It times out after exactly 30 minutes. Does 2012 have the same "feature" as 2007? (http://support.microsoft.com/kb/2009754/da)
    Still the last event in windowsupdate.log is:
    2014-02-19 10:55:37:251
    324 dd0
    Report CWERReporter finishing event handling. (00000000)
    Regards,
    FC

  • IChat latest update 3.1.6 did not fix problem

    A few days ago, I updated from OSX 10.4.7 to 10.4.8 and now no one can see video of me in a video chat, I can see them, and they see themselves. I then updated iChat today 3.1.6 and it has still not fixed the problem. Is anyone else having this problem?

    Steve,
    Thanks for that. I'm not sure if I was clear. Apart from the minor glitch with iChat, which actually doesn't bother me at all, my machine is fine and 10.4.8 works as I expect it to. As for iChat, it works perfectly too.
    The glitch with the update is just a curiousity to me. I realise that the update represents some additional security benefit, but whatever that is I can do without it if the alternative is a reinstall of the OS.
    Your download, install, update procedure is exactly what I had to do for the combo updater. I've had more fun!
    Anyway, as per my earlier post, I've just repeated that approach with the iChat update and two reinstalls. It has not worked.
    Regards,
    Mark

  • How to fix problem with installed and working add-ons disappearing after update to 20.0.1?

    I updated to version 20.0.1 of Firefox the other day. I had the theme Qute 3++ 1.19 installed and it took 3 restarts of the browser before it kicked in and worked again, for some reason.
    Then I noticed that my MillBar Community toolbar 3.18.0.7 had disappeared, which I use for the feature of collecting my email accounts to get fast notifications about new emails. Also my Adblock Plus 2.2.3 seems to not be working because all of a sudden I see ads everywhere and I also discovered a bunch of pop-ups from nowhere. I used these add-ons for such a long time that I was shocked.
    When i went to type a message to a friend, I also noticed that my american-english dictionary/spellchecker was not working.
    The first thing I checked was that none of these add-ons was inactivated or said to need updates. The dictionary had disappeared, so i re-installed that. I also reinstalled Adblock Plus. Still it doesn't work.
    When i entered the email information into the toolbar options, it collects my emails for a while, but suddenly it stops and the information is not there anymore. If I restart the browser it also disappears.
    Same thing with the dictionary. it works for a while, and then suddenly it's like it's disabled.
    And the add-ons are still in what seems like working conditions in my lists. No errors that I can see, no updates available.
    I'm really at a loss as to what to do, I've never had problems like this before that couldn't be solved with an update of the add-on. So I'd be very grateful for help with this and hope that I have provided enough information.

    this help is not useful.
    Since the new firefox version 20.0.1, '''no more of my add-ons work''' (except firebug ). They are installed '''but not visible '''(no toolbar, no menus) !!! same for the new add - ons that I installed. I tried everything: to reinstall add-on, to reinstall firefox.
    this new version of firefox is really horrible, '''thank you for making a corrective because I cannot work any more with'''

  • Troubleshoot problems with installing updates on Windows Server 2012 Standart Edition

    When trying to install last update, receiving next errors:
    Installation Failure: Windows failed to install the following update with error 0x80070020: Cumulative Security Update for Internet Explorer 10 for Windows Server 2012 (KB3003057).
    Security Update for Microsoft .NET Framework 4.5, 4.5.1 and 4.5.2 on Windows 8 and Windows Server 2012 x64 (KB2978127).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Windows Server 2012 (KB2982998).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Windows Server 2012 (KB2993958).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Windows Server 2012 (KB3002885).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Windows Server 2012 (KB3010788).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Microsoft .NET Framework 3.5 on Windows 8 and Windows Server 2012 for x64-based Systems (KB2978121).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Windows Server 2012 (KB3006226).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Windows Server 2012 (KB3005607).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Update for Windows Server 2012 (KB2975331).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Update for Windows Server 2012 (KB3008627).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Windows Server 2012 (KB3011780).
    Installation Failure: Windows failed to install the following update with error 0x80070020: Security Update for Windows Server 2012 (KB3003743).
    This problem reproduced on all my web-servers (Windows Server 2012 Std). How can I fix these problems

    Hi,
    Windows update error 0x80070020 can occur if a program is interfering with the automatic update process.
    Restart your computer or restart your computer in safe mode with network, then try to install the updates. Detailed information you may reference the link below(this applies also to Windows Server 2012 ):
    You receive error 0x80070020 when you use the Windows Update Web site or the Microsoft Update Web site to install updates
    http://support.microsoft.com/kb/883825/en-us
    If the problem still exits, open Run, type %windir% and hit
    Enter, find a text file named WindowsUpdate, uploaded the log file.
    Best Regards,           
    Eve Wang

  • Everytime I turn on my computer running on Windows XP, a message appears from AppleSynchNotifier.exe-Unable to locate component - "this application has failed to start because CoreFoundation .dll was not found," Reinstalling did not fix problem.

    Everytime I turn on my computer running on Windows XP, a message appears from AppleSynchNotifier.exe - Unable to Locate Component -
    "This application has failed to start because CoreFoundation.dll was not found.  Re-installing the application may fix this problem.
    I uninstalled and re-installed itunes and the message still appears.
    How do I fix this??
    Thank you

    With that one, first try uninstalling and reinstalling your MobileMe Control Panel for Windows, robin. Does that make the error go away?

  • New power supply did't fix problem with geforce 4400

    I continue to get flashing on the monitor and locking up problems with my new MSI geforce 4 ti 4400 card despite installing the latest Nvidia driver and new Compuserve 500W power supply (30A on the +3.3).  Everything I've read here said it was probably my old 350W power supply.  Not so.  What do I try now?  
    Here's my specs:
    P4 2.0
    Soyo Ps4 Dragon Ultra
    1 gb ddr ram
    80gb WD hard drive
    Soundblaster Live 5.1
    Windows XP
    Compuserve 500W ps
    Viewsonic VA 800 monitor
    I really need help!

    I had similar problems when I tried to use an MSI GF4 Ti4600 and Windows XP Professional locks up at the splash screen. I also tried a Leadtek GF4 Ti4600 and got the same results. I had already upgraded my power supply from a Antec TruePower 330 watts to 480 but to no avail.
    Turns out the problem was caused by my brand new Gigabyte GA-8IEXP rev. 1.2 motherboard not fully supporting AGP 2.0 voltage requirements required by the power hungry GF4 Ti4600 cards though their tech support would not confirm nor deny this. Even upping the core and AGP voltages via the BIOS didn't help.
    I then bought an Intel D845EBG2L motherboard (that stated AGP 2.0 compliance in the manual in addition to AGP 4X support) and the GF4 Ti4600 ran great  :P

  • I am having problems attaching files to my email using the latest Firefox 13.0.1, Comcast is my internet provider, but I did not have problem with Safari.

    Why am I having problems attaching files to my email using Firefox 13.0.1.?
    I am using a MAC, OS 10.6.8, and have Comcast as my internet provider. I noticed after I upgraded to Firefox 13.0.1 that I am having problems attaching files to my email. I do not experience the same problem with Safari, but I prefer to use Firefox, as all of my bookmarks and passwords are saved there. I just like the way Firefox works better than Safari.
    I am a free-lance graphic designer and rely on my internet connection to my customers. I need this resolved ASAP!

    Could you start by resetting the zoom level on the page? To do that, you can either:
    * Press Ctrl+0 (that's a zero) on the keyboard
    * View menu > Zoom > Reset
    You also can use zoom to increase/decrease the size from there. This article describes the various mouse, keyboard, and menu methods: [[Font size and zoom - increase the size of web pages]].
    Any luck?

  • Service Pack for Proliant installing successfully but returning failure in OSD task sequence

    Building bare metal servers with SCCM 2012 SP1 CU2 OSD and running into an issue with HPs where they attempt to install the Service Pack for Proliant 2013.02.0.  I am using a package with a program.  Here is the program command line:
    Hpsum.exe /use_latest /allow_non_bundle_components /current_credential /silent
    The application installs successfully but there is a distinct delay and then errors thrown that fails the TS.  Setting 'continue on error' is a work around but not what I want to have in the production environment.  How can I get around this issue?
     This is the same exact package and program that ran perfectly fine in SCCM 2007, but we are seeing this as a new issue since the migration to SCCM 2012.
    I'd like to solve this issue as well as get rid of the "Waiting for job status notification....InstallSoftware"
    Any suggestions?
    SMSTS.LOG
    Invoking Execution Manager to install software InstallSoftware
    12/3/2013 9:59:49 AM 1568 (0x0620)
    Installing software for PackageID='WCD002D2' ProgramID='Silent install' AdvertID='WC120008' has started, jobID='{8B4082A9-9477-4D1F-9DEC-6A3F19EC3F6F}'
    InstallSoftware 12/3/2013 9:59:50 AM
    1568 (0x0620)
    Setting TSEnv variable 'SMSTSInstallSoftwareJobID_WCD002D2_WC120008_Silent install'='{8B4082A9-9477-4D1F-9DEC-6A3F19EC3F6F}'
    InstallSoftware 12/3/2013 9:59:50 AM
    1568 (0x0620)
    Waiting for installation job to complete.. InstallSoftware
    12/3/2013 9:59:50 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:00:20 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:00:50 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:01:20 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:01:50 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:02:20 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:02:50 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:03:20 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:03:50 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:04:20 AM 1568 (0x0620)
    Launching command shell. OSDSetupHook
    12/3/2013 10:04:25 AM 2696 (0x0A88)
    Windows station: WinSta0 OSDSetupHook
    12/3/2013 10:04:25 AM 2696 (0x0A88)
    Desk"Apple-tab-span" style="white-space:pre;"> OSDSetupHook
    12/3/2013 10:04:25 AM 2696 (0x0A88)
    executing command: C:\WINDOWS\system32\cmd.exe /k
    OSDSetupHook 12/3/2013 10:04:25 AM
    2696 (0x0A88)
    executed command: C:\WINDOWS\system32\cmd.exe /k
    OSDSetupHook 12/3/2013 10:04:25 AM
    2696 (0x0A88)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:04:50 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:05:20 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:05:50 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:06:20 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:06:50 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:07:20 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:07:50 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:08:20 AM 1568 (0x0620)
    Waiting for job status notification... InstallSoftware
    12/3/2013 10:08:50 AM 1568 (0x0620)
    CompleteExecution received InstallSoftware
    12/3/2013 10:09:00 AM 3320 (0x0CF8)
    CompleteExecution processed InstallSoftware
    12/3/2013 10:09:00 AM 3320 (0x0CF8)
    Received job completion notification from Execution Manager
    InstallSoftware 12/3/2013 10:09:00 AM
    1568 (0x0620)
    Installation completed with exit code 0x80070001
    InstallSoftware 12/3/2013 10:09:00 AM
    1568 (0x0620)
    Installation failed with error (0x80070001)
    InstallSoftware 12/3/2013 10:09:00 AM
    1568 (0x0620)
    Setting TSEnv variable 'SMSTSInstallSoftwareJobID_WCD002D2_WC120008_Silent install'=''
    InstallSoftware 12/3/2013 10:09:00 AM
    1568 (0x0620)
    GetExecRequestMgrInterface successful InstallSoftware
    12/3/2013 10:09:00 AM 1568 (0x0620)
    Releasing job request, jobID='{8B4082A9-9477-4D1F-9DEC-6A3F19EC3F6F}'
    InstallSoftware 12/3/2013 10:09:00 AM
    1568 (0x0620)
    Releasing of Job Request successful InstallSoftware
    12/3/2013 10:09:00 AM 1568 (0x0620)
    CompleteJob successful InstallSoftware
    12/3/2013 10:09:00 AM 1568 (0x0620)
    Entering ReleaseSource() for D:\_SMSTaskSequence\Packages\WCD002D2
    InstallSoftware 12/3/2013 10:09:00 AM
    1568 (0x0620)
    reference count 1 for the source D:\_SMSTaskSequence\Packages\WCD002D2 before releasing
    InstallSoftware 12/3/2013 10:09:00 AM
    1568 (0x0620)
    Released the resolved source D:\_SMSTaskSequence\Packages\WCD002D2
    InstallSoftware 12/3/2013 10:09:00 AM
    1568 (0x0620)
    pInstall->Install(sPackageID, sProgramName), HRESULT=80070001 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\main.cpp,361)
    InstallSoftware 12/3/2013 10:09:00 AM
    1568 (0x0620)
    Install Software failed, hr=0x80070001 InstallSoftware
    12/3/2013 10:09:00 AM 1568 (0x0620)
    Process completed with exit code 2147942401
    TSManager 12/3/2013 10:09:00 AM
    3372 (0x0D2C)
    TSManager 12/3/2013 10:09:00 AM
    3372 (0x0D2C)
    Failed to run the action: HP Server Pack for ProLiant 2013.02. 
    Incorrect function. (Error: 80070001; Source: Windows)
    TSManager 12/3/2013 10:09:00 AM
    3372 (0x0D2C)
    MP server http://MP_server.company.com. Ports 80,443. CRL=false.
    TSManager 12/3/2013 10:09:00 AM
    3372 (0x0D2C)
    Setting authenticator TSManager
    12/3/2013 10:09:00 AM 3372 (0x0D2C)
    Set authenticator in transport TSManager
    12/3/2013 10:09:00 AM 3372 (0x0D2C)
    Sending StatusMessage TSManager
    12/3/2013 10:09:00 AM 3372 (0x0D2C)
    Setting message signatures. TSManager
    12/3/2013 10:09:00 AM 3372 (0x0D2C)
    Setting the authenticator. TSManager
    12/3/2013 10:09:00 AM 3372 (0x0D2C)
    CLibSMSMessageWinHttpTransport::Send: URL: MP_server.company.com:80  CCM_POST /ccm_system/request
    TSManager 12/3/2013 10:09:00 AM
    3372 (0x0D2C)
    Request was succesful. TSManager
    12/3/2013 10:09:00 AM 3372 (0x0D2C)
    Set a global environment variable _SMSTSLastActionRetCode=-2147024895
    TSManager 12/3/2013 10:09:00 AM
    3372 (0x0D2C)
    Set a global environment variable _SMSTSLastActionSucceeded=false
    TSManager 12/3/2013 10:09:00 AM
    3372 (0x0D2C)
    Clear local default environment TSManager
    12/3/2013 10:09:00 AM 3372 (0x0D2C)
    Let the parent group (System Management Install) decides whether to continue execution
    TSManager 12/3/2013 10:09:00 AM
    3372 (0x0D2C)
    The execution of the group (System Management Install) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)
    TSManager 12/3/2013 10:09:00 AM
    3372 (0x0D2C)
    Failed to run the last action: HP Server Pack for ProLiant 2013.02. Execution of task sequence failed.
    Incorrect function. (Error: 80070001; Source: Windows)
    TSManager 12/3/2013 10:09:00 AM
    3372 (0x0D2C)

    Hello Guys!
    HP ProLiant Support Pack / Service Pack uses different Exit Codes, due to that this software support other operating systems than Windows. Therefore HP has standardized to use other Exit Codes, which Windows Detect as failures.
    HPSum Exit Codes:
    ExitCode 1 = "Installation Successful"
    ExitCode 2 = "Installation Successful, but a reboot is required"
    ExitCode 3 = "Installation was canceled, or no components were updated"
    EcitCode 9009 = "Installation did not complete.  Check the path and make sure that the Installation exists at the specified location"
    HP recommends to use following Batch File to workaround this issue for SCCM:
    =======================START_BatchFile=============================
    :Init
      @Echo Off
      Cls
    :Main
      Echo HP Proliant Service Pack Setup
      Echo Source : %~dp0
      Echo ===============================================================================
      Echo Installing the HP Proliant Service Pack Setup
      Echo Command: "%~dp0hpsum.exe" /use_latest /target:%COMPUTERNAME% /force /Use_WMI /s
      "%~dp0hpsum.exe" /use_latest /target:%COMPUTERNAME% /force /Use_WMI /s
    :CheckForErrors
      Echo HP Proliant Service Pack Stauts:
      If "%errorlevel%"=="0" (
         Echo *******************************************************************************
      Echo                            INSTALLATION FAILED!
      Echo *******************************************************************************
      exit 1
      If "%errorlevel%"=="1" (
         Echo Installation Successful!
         exit 0
      If "%errorlevel%"=="2" (
         Echo Installation Successful, but a reboot is required.
         exit 3010
      If "%errorlevel%"=="3" (
         Echo Installation was canceled, or no components were updated
         exit 0
      If "%errorlevel%"=="9009" (
         Echo Installation did not complete.  Check the path and make sure that the
      Echo Installation exists at the specified location:
      Echo Path: %~dp0
      Exit 1
    :End
      Echo An unknown status code was returned from the PSP.
      Echo This status code is [%errorlevel%].  This will be treated as a success,
      Echo but please check the installation to make sure it completedly properly!
      Exit 0
    =======================STOP_BatchFile=============================
    God Luck!
    Best Regards Anders Horgen

  • Blue screen keeps popping up, format and reinstall did not fix problem

    My wife has a Toshiba Satellite A55-S3063 Laptop with Windows XP Home. After we got married in 2008, I noticed SP2 was installed and there was an update ready. She said SP3 never installed and I couldn't get it to install. Even with Registry checks, removing anti-virus, and other suggestions from the MS site, I still couldn't get it to install. I told her we would do a format and reinstall "someday." A month ago, the blue screen of death started coming on regularly and the computer would restart quickly after flashing the blue screen. I did a System Restore from a previous point, but a few days later, it started happening again. I decided to take this opportunity to do a format and reinstall, so I backed everything up. Her computer came with a recovery disk that only gives you the option to do a format and reinstall, not a recovery like I've done on other computers. So the format was really our only option. I did this and installed all the Service Packs (including 3). I put a new battery in (that we hadn't used before) because the old one didn't last very long and I got a blue screen and restart the next time I turned on the computer. AFter that one time, it worked fine the rest of the day. The next day I plugged in the external hard drive (Simpletech 500gb) to move her info back over. A few minutes later, blue screen and system crash. On restart, same thing. Next restart, just a black screen. I decided no big loss if I reinstall again, so I reinstalled again. Now I just get the blue screen during setup. Right after I type in the computer name and click "Next" I can hear the hard drive spinning and then the blue screen and system restarts. The blue screen is not up long enough to read, so I can't give you an error message. 
    I can only assume this a hardware problem, but I don't know what or how to fix it. We have her sister's old computer which is the same computer, bought at the same time, but stopped working years ago. So with explicit instructions, I might be able to retrieve hardware from that. Except the hard disk; her sister kept that and is using it as a small external drive. 

    this link should give you some info on how to get it open to everything
    A55 disassembly
    toshiba doesnt offer any manuals so this is about as good as you will find
    hope that helps
    -civicman4-
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Post all info about your laptop and version of windows. We are working on it but still do not have the powers to read your mind.

  • HT1926 problems with installing updates

    Tried to install the latest update for itunes on 2/2/2014.
    Received  two error messages every time I tried to update.
    =====================================
    Error Message #1
    Runtime Error!
    Program: C/Program Files (x86)\iTunes\iTunes.exe
    R6034
    An application has made an attempt to load the C runtime library incorrectly.
    Please contact the application's support team for more information.
    =====================================
    Error Message #2
    iTunes was not installed correctly.  Please reinstall iTunes.
    Error 7 (Windows error 1114)
    =====================================
    Did all of the Windows updates.
    Uninstalled iTunes and tried to reinstall.  Same messages.
    What can I do now?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

Maybe you are looking for