Initialize update always fail with error 0x6982

My card was working fine but now everytime I call initialize update I get 0x6982, I have used the card multiple times with initialize update without External Authenticate command, each time I reset the card after Initialize update, yet now it is not work, does it mean that there is some blocking happened to the card because of the many Initialize update I have sent.

Hi,
This card is now locked and you will no longer be able to authenticate to the card manager. It is not the reseting of the card that resets the retry counter, it is a successful external authenticate that does this. This way an attacker cannot reset the retry counter when attempting to brute force the card keys.
If you are testing the INIT UPDATE and EXT AUTH steps, you should perform the INIT UPDATE once and record the data (host and card challenges etc) and keep working on this static data (without even having a card in the reader) and try to authenticate the card cryptogram received. Once you have the card cryptogram verified you should be able to execute EXT AUTH successfully.
Cheers,
Shane

Similar Messages

  • First flexunit test is always failing with Error Error #1009: Cannot access a property or method of

    Hi,
    I have flexunit project which I am trying to run on linux server.
    1. I have Tests project.
    2. I am trying to compile it on linux server and creating Tests.swf file and then executing Tests.swf using ant on 64 bit linux server using standalone flash debug player.
    3. Tests project contains 4 tests and first tests always fail with following error,
        test:
         [flexunit] Validating task attributes ...
         [flexunit] Generating default values ...
         [flexunit] Using default working dir [/mnt/build/VinitFlexUnitBranch/workspace/src/Tests]
         [flexunit] Using the following settings for the test run:
         [flexunit] FLEX_HOME: [/var/lib/flex4.1sdk]
         [flexunit] haltonfailure: [true]
         [flexunit] headless: [false]
         [flexunit] display: [99]
         [flexunit] localTrusted: [true]
         [flexunit] player: [flash]
         [flexunit] port: [1024]
         [flexunit] swf: [/mnt/build/VinitFlexUnitBranch/workspace/bin/Tests.swf]
         [flexunit] timeout: [60000ms]
         [flexunit] toDir: [/mnt/build/VinitFlexUnitBranch/workspace/src/Tests/report]
         [flexunit] Setting up server process ...
         [flexunit] Entry [/mnt/build/VinitFlexUnitBranch/workspace/bin] already available in local trust file at [/home/deploy/.macromedia/Flash_Player/#Security/FlashPlayerTrust/flexUnit.cfg].
         [flexunit] Executing 'gflashplayer' with arguments:
         [flexunit] '/mnt/build/VinitFlexUnitBranch/workspace/bin/Tests.swf'
         [flexunit]
         [flexunit] The ' characters around the executable and arguments are
         [flexunit] not part of the command.
         [flexunit]
         [flexunit] Starting server ...
         [flexunit] Opening server socket on port [1024].
         [flexunit] Waiting for client connection ...
         [flexunit] Client connected.
         [flexunit] Setting inbound buffer size to [262144] bytes.
         [flexunit] Receiving data ...
         [flexunit] Sending acknowledgement to player to start sending test data ...
         [flexunit]
         [flexunit] FlexUnit test pause in suite Tests.Classes.DummyASyncTest had errors.
         [flexunit]
         [flexunit] Stopping server ...
         [flexunit] End of test data reached, sending acknowledgement to player ...
         [flexunit] Closing client connection ...
         [flexunit] Closing server on port [1024] ...
         [flexunit] <testcase classname="Tests.Classes::DummyASyncTest" name="pause" time="8" status="error"><error message="Error #1009: Cannot access a property or method of a null object reference." type="Tests.Classes::DummyASyncTest.pause" ><![CDATA[TypeError: Error #1009: Cannot access a property or method of a null object reference.
         [flexunit] at org.fluint.uiImpersonation.flex::FlexEnvironmentBuilder/buildVisualTestEnvironment()
         [flexunit] at org.fluint.uiImpersonation::VisualTestEnvironmentBuilder/buildVisualTestEnvironment()
         [flexunit] at org.flexunit.internals.runners.watcher::FrameWatcher/getStage()
         [flexunit] at org.flexunit.internals.runners.watcher::FrameWatcher()
         [flexunit] at org.flexunit.internals.runners.statements::StackAndFrameManagement()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/withStackManagement()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/withDecoration()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/methodBlock()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runners::Suite/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runners::Suite/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runner::FlexUnitCore/beginRunnerExecution()
         [flexunit] at org.flexunit.runner::FlexUnitCore/verifyRunnerCanBegin()
         [flexunit] at org.flexunit.token::AsyncCoreStartupToken/sendReady()
         [flexunit] at org.flexunit.runner.notification.async::AsyncListenerWatcher/sendReadyNotification()
         [flexunit] at org.flexunit.runner.notification.async::AsyncListenerWatcher/handleListenerReady()
         [flexunit] at flash.events::EventDispatcher/dispatchEventFunction()
         [flexunit] at flash.events::EventDispatcher/dispatchEvent()
         [flexunit] at org.flexunit.listeners::CIListener/setStatusReady()
         [flexunit] at org.flexunit.listeners::CIListener/dataHandler()
         [flexunit] at flash.events::EventDispatcher/dispatchEventFunction()
         [flexunit] at flash.events::EventDispatcher/dispatchEvent()
         [flexunit] at flash.net::XMLSocket/scanAndSendEvent()]]></error></testcase>
         [flexunit] <endOfTestRun/>
         [flexunit] Analyzing reports ...
         [flexunit]
         [flexunit] Suite: Tests.Classes.DummyASyncTest
         [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec
         [flexunit]
         [flexunit] Results :
         [flexunit]
         [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec
         [flexunit]
        BUILD FAILED
        /mnt/build/VinitFlexUnitBranch/workspace/src/Tests/build.xml:26: FlexUnit tests failed during the test run.
        at org.flexunit.ant.tasks.TestRun.analyzeReports(Unknown Source)
        at org.flexunit.ant.tasks.TestRun.run(Unknown Source)
        at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:809)
        at org.apache.tools.ant.Main.startAnt(Main.java:217)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
        Total time: 1 second
    Exited with status 1
    [deploy]$
    4. Everytime I run this, any test which is run first will fail and all other tests will pass.
    My Tests.as file is as below:
    * Tests.as
    package
    import Tests.XTestSuite;
    import flash.display.Sprite;
    import mx.core.FlexSprite;
    import org.flexunit.listeners.CIListener;
    import org.flexunit.listeners.UIListener;
    import org.flexunit.runner.FlexUnitCore;
    public class Tests extends Sprite
    public var flexSprite:FlexSprite;
    public function Tests()
    onCreationComplete();
    public function onCreationComplete() : void {
    var core : FlexUnitCore = new FlexUnitCore();
    core.addListener(new CIListener());
    core.runClasses(Tests.XTestSuite);
    public function currentRunTestSuite():Array
    var testsToRun:Array = new Array();
    testsToRun.push(Tests.XTestSuite);
    return testsToRun;
    XTestSuite try to run 4 flexunit test classes.
    one of that flexunit test script class is as below:
    package Tests.Classes
    import flexunit.framework.Assert;
    import org.flexunit.Assert;
    import org.flexunit.asserts.assertEquals;
    public class DummyASyncTest
    [Test]
    public function pause() : void
    assertEquals(true, true);
    trace("I M in dummy");
    All other tests are dummy tests which just asserts(true, true).
    I am not sure if I doing something wrong or forgot to take care of something.

    Hi,
    I have flexunit project which I am trying to run on linux server.
    1. I have Tests project.
    2. I am trying to compile it on linux server and creating Tests.swf file and then executing Tests.swf using ant on 64 bit linux server using standalone flash debug player.
    3. Tests project contains 4 tests and first tests always fail with following error,
        test:
         [flexunit] Validating task attributes ...
         [flexunit] Generating default values ...
         [flexunit] Using default working dir [/mnt/build/VinitFlexUnitBranch/workspace/src/Tests]
         [flexunit] Using the following settings for the test run:
         [flexunit] FLEX_HOME: [/var/lib/flex4.1sdk]
         [flexunit] haltonfailure: [true]
         [flexunit] headless: [false]
         [flexunit] display: [99]
         [flexunit] localTrusted: [true]
         [flexunit] player: [flash]
         [flexunit] port: [1024]
         [flexunit] swf: [/mnt/build/VinitFlexUnitBranch/workspace/bin/Tests.swf]
         [flexunit] timeout: [60000ms]
         [flexunit] toDir: [/mnt/build/VinitFlexUnitBranch/workspace/src/Tests/report]
         [flexunit] Setting up server process ...
         [flexunit] Entry [/mnt/build/VinitFlexUnitBranch/workspace/bin] already available in local trust file at [/home/deploy/.macromedia/Flash_Player/#Security/FlashPlayerTrust/flexUnit.cfg].
         [flexunit] Executing 'gflashplayer' with arguments:
         [flexunit] '/mnt/build/VinitFlexUnitBranch/workspace/bin/Tests.swf'
         [flexunit]
         [flexunit] The ' characters around the executable and arguments are
         [flexunit] not part of the command.
         [flexunit]
         [flexunit] Starting server ...
         [flexunit] Opening server socket on port [1024].
         [flexunit] Waiting for client connection ...
         [flexunit] Client connected.
         [flexunit] Setting inbound buffer size to [262144] bytes.
         [flexunit] Receiving data ...
         [flexunit] Sending acknowledgement to player to start sending test data ...
         [flexunit]
         [flexunit] FlexUnit test pause in suite Tests.Classes.DummyASyncTest had errors.
         [flexunit]
         [flexunit] Stopping server ...
         [flexunit] End of test data reached, sending acknowledgement to player ...
         [flexunit] Closing client connection ...
         [flexunit] Closing server on port [1024] ...
         [flexunit] <testcase classname="Tests.Classes::DummyASyncTest" name="pause" time="8" status="error"><error message="Error #1009: Cannot access a property or method of a null object reference." type="Tests.Classes::DummyASyncTest.pause" ><![CDATA[TypeError: Error #1009: Cannot access a property or method of a null object reference.
         [flexunit] at org.fluint.uiImpersonation.flex::FlexEnvironmentBuilder/buildVisualTestEnvironment()
         [flexunit] at org.fluint.uiImpersonation::VisualTestEnvironmentBuilder/buildVisualTestEnvironment()
         [flexunit] at org.flexunit.internals.runners.watcher::FrameWatcher/getStage()
         [flexunit] at org.flexunit.internals.runners.watcher::FrameWatcher()
         [flexunit] at org.flexunit.internals.runners.statements::StackAndFrameManagement()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/withStackManagement()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/withDecoration()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/methodBlock()
         [flexunit] at org.flexunit.runners::BlockFlexUnit4ClassRunner/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runners::Suite/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runners::Suite/runChild()
         [flexunit] at org.flexunit.internals.runners::ChildRunnerSequencer/executeStep()
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/handleChildExecuteComplete( )
         [flexunit] at org.flexunit.internals.runners.statements::StatementSequencer/evaluate()
         [flexunit] at org.flexunit.runners::ParentRunner/run()
         [flexunit] at org.flexunit.runner::FlexUnitCore/beginRunnerExecution()
         [flexunit] at org.flexunit.runner::FlexUnitCore/verifyRunnerCanBegin()
         [flexunit] at org.flexunit.token::AsyncCoreStartupToken/sendReady()
         [flexunit] at org.flexunit.runner.notification.async::AsyncListenerWatcher/sendReadyNotification()
         [flexunit] at org.flexunit.runner.notification.async::AsyncListenerWatcher/handleListenerReady()
         [flexunit] at flash.events::EventDispatcher/dispatchEventFunction()
         [flexunit] at flash.events::EventDispatcher/dispatchEvent()
         [flexunit] at org.flexunit.listeners::CIListener/setStatusReady()
         [flexunit] at org.flexunit.listeners::CIListener/dataHandler()
         [flexunit] at flash.events::EventDispatcher/dispatchEventFunction()
         [flexunit] at flash.events::EventDispatcher/dispatchEvent()
         [flexunit] at flash.net::XMLSocket/scanAndSendEvent()]]></error></testcase>
         [flexunit] <endOfTestRun/>
         [flexunit] Analyzing reports ...
         [flexunit]
         [flexunit] Suite: Tests.Classes.DummyASyncTest
         [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec
         [flexunit]
         [flexunit] Results :
         [flexunit]
         [flexunit] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.008 sec
         [flexunit]
        BUILD FAILED
        /mnt/build/VinitFlexUnitBranch/workspace/src/Tests/build.xml:26: FlexUnit tests failed during the test run.
        at org.flexunit.ant.tasks.TestRun.analyzeReports(Unknown Source)
        at org.flexunit.ant.tasks.TestRun.run(Unknown Source)
        at org.flexunit.ant.tasks.FlexUnitTask.execute(Unknown Source)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
        at org.apache.tools.ant.Task.perform(Task.java:348)
        at org.apache.tools.ant.Target.execute(Target.java:390)
        at org.apache.tools.ant.Target.performTasks(Target.java:411)
        at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
        at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:809)
        at org.apache.tools.ant.Main.startAnt(Main.java:217)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
        Total time: 1 second
    Exited with status 1
    [deploy]$
    4. Everytime I run this, any test which is run first will fail and all other tests will pass.
    My Tests.as file is as below:
    * Tests.as
    package
    import Tests.XTestSuite;
    import flash.display.Sprite;
    import mx.core.FlexSprite;
    import org.flexunit.listeners.CIListener;
    import org.flexunit.listeners.UIListener;
    import org.flexunit.runner.FlexUnitCore;
    public class Tests extends Sprite
    public var flexSprite:FlexSprite;
    public function Tests()
    onCreationComplete();
    public function onCreationComplete() : void {
    var core : FlexUnitCore = new FlexUnitCore();
    core.addListener(new CIListener());
    core.runClasses(Tests.XTestSuite);
    public function currentRunTestSuite():Array
    var testsToRun:Array = new Array();
    testsToRun.push(Tests.XTestSuite);
    return testsToRun;
    XTestSuite try to run 4 flexunit test classes.
    one of that flexunit test script class is as below:
    package Tests.Classes
    import flexunit.framework.Assert;
    import org.flexunit.Assert;
    import org.flexunit.asserts.assertEquals;
    public class DummyASyncTest
    [Test]
    public function pause() : void
    assertEquals(true, true);
    trace("I M in dummy");
    All other tests are dummy tests which just asserts(true, true).
    I am not sure if I doing something wrong or forgot to take care of something.

  • Windows update KB3000850 fails with error: 0x800700a1

    Windows update KB3000850 fails with the following error: 0x800700a1
    In WindowsUpdate.log there is the following:
    FATAL: CBS called Error with 0x800700a1
    In CBS.log there is the following error:
    2014-11-25 11:17:54, Error                 CSI    00000ea8 (F) STATUS_OBJECT_PATH_SYNTAX_BAD #11395486# from Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile(flags = 0, handle = {provider=NULL, handle=0, name= ("null")}, da = (SYNCHRONIZE|FILE_WRITE_ATTRIBUTES), oa = @0xa81c89d2f0->OBJECT_ATTRIBUTES {s:48; rd:NULL; on:[9]"MSDTC.LOG"; a:(OBJ_CASE_INSENSITIVE)}, iosb = @0xa81c89d398, as = (null), fa = (FILE_ATTRIBUTE_NORMAL), sa = (FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE), cd = FILE_OPEN, co = (FILE_NON_DIRECTORY_FILE|FILE_SYNCHRONOUS_IO_NONALERT|0x00004000), eab = NULL, eal = 0, disp = Invalid)[gle=0xd000003b]2014-11-25 11:17:54, Error                 CSI    00000ea9@2014/11/25:11:17:54.259 (F) base\wcp\sil\merged\ntu\ntsystem.cpp(2155): Error STATUS_OBJECT_PATH_SYNTAX_BAD originated in function Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile expression: (null)[gle=0x80004005]

    Tried all the suggestions in that thread, including running the DSIM tool.
    Still getting the same error: 800700a1
    I've uploaded the complete logs here: https://mega.co.nz/#F!wpZCHQRB!1GI7_PRJ3_S2nwITYVxDsg
    This is a bigger snip from CBS.log around the errors:
    2014-11-26 16:28:39, Info                  CSI    00000458 'From' Namespace [wcm://Microsoft-Windows-IPMIProvider?version=6.3.9600.16384&language=neutral&processorArchitecture=x86&publicKeyToken=31bf3856ad364e35&versionScope=nonSxS&scope=allUsers] not found, servicing aborted, reverting to Install of 'To'
    2014-11-26 16:28:39, Info                  CSI    00000459 Processing Namespace [wcm://Microsoft-Windows-IPMIProvider?version=6.3.9600.17415&language=neutral&processorArchitecture=x86&publicKeyToken=31bf3856ad364e35&versionScope=nonSxS&scope=allUsers]
    2014-11-26 16:28:39, Info                  CSI    0000045a done
    2014-11-26 16:28:39, Info                  CSI    00000e98 Regenerating payload files from delta files on component: [ml:280{140},l:186{93}]"amd64_microsoft-windows-com-dtc-runtime_31bf3856ad364e35_6.3.9600.16384_none_0a1162f033fa01f6"
    2014-11-26 16:28:39, Info                  CSI    00000e99 Creating NT transaction (seq 2), objectname [6]"(null)"
    2014-11-26 16:28:39, Info                  CSI    00000e9a Created NT transaction (seq 2) result 0x00000000, handle @0xf7c
    2014-11-26 16:28:39, Error                 CSI    00000e9b (F) STATUS_OBJECT_PATH_SYNTAX_BAD #8867646# from Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile(flags = 0, handle = {provider=NULL, handle=0, name= ("null")}, da = (SYNCHRONIZE|FILE_WRITE_ATTRIBUTES), oa = @0xa2a758d410->OBJECT_ATTRIBUTES {s:48; rd:NULL; on:[9]"MSDTC.LOG"; a:(OBJ_CASE_INSENSITIVE)}, iosb = @0xa2a758d4b8, as = (null), fa = (FILE_ATTRIBUTE_NORMAL), sa = (FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE), cd = FILE_OPEN, co = (FILE_NON_DIRECTORY_FILE|FILE_SYNCHRONOUS_IO_NONALERT|0x00004000), eab = NULL, eal = 0, disp = Invalid)
    [gle=0xd000003b]
    2014-11-26 16:28:39, Error                 CSI    00000e9c@2014/11/26:16:28:39.304 (F) base\wcp\sil\merged\ntu\ntsystem.cpp(2155): Error STATUS_OBJECT_PATH_SYNTAX_BAD originated in function Windows::Rtl::SystemImplementation::DirectFileSystemProvider::SysCreateFile expression: (null)
    [gle=0x80004005]
    2014-11-26 16:28:39, Info                  CBS    Added C:\WINDOWS\Logs\CBS\CBS.log to WER report.
    2014-11-26 16:28:39, Info                  CBS    Added C:\WINDOWS\Logs\CBS\CbsPersist_20141126162432.log to WER report.
    2014-11-26 16:28:39, Info                  CBS    Added C:\WINDOWS\Logs\CBS\CbsPersist_20141120100026.cab to WER report.
    2014-11-26 16:28:39, Info                  CBS    Added C:\WINDOWS\Logs\CBS\CbsPersist_20141028123021.cab to WER report.
    2014-11-26 16:28:39, Info                  CBS    Not able to add pending.xml to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2014-11-26 16:28:39, Info                  CBS    Not able to add pending.xml.bad to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2014-11-26 16:28:39, Info                  CBS    Not able to add SCM.EVM to Windows Error Report. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2014-11-26 16:28:39, Error                 CSI    00000e9d (F) STATUS_OBJECT_PATH_SYNTAX_BAD #8867645# from Windows::Rtl::SystemImplementation::CSystemIsolationLayer_IRtlSystemIsolationLayerTearoff::TransferFile(flags = (ReplaceIfExists|OpenForBackupIntent), op = [8]"HardLink", odir = NULL, oname = [l:18{9}]"MSDTC.LOG", ndir = @0xa29be2af38, nname = [l:18{9}]"MSDTC.LOG", disp = (null))
    [gle=0xd000003b]
    2014-11-26 16:28:39, Error                 CSI    00000e9e (F) STATUS_OBJECT_PATH_SYNTAX_BAD #8867523# from CFileInstaller::DoComponentOperation(...)[gle=0xd000003b]
    2014-11-26 16:28:39, Error                 CSI    00000e9f (F) STATUS_OBJECT_PATH_SYNTAX_BAD #8867522# from CFileInstaller::ProcessComponentChange(...)[gle=0xd000003b]
    2014-11-26 16:28:39, Error                 CSI    00000ea0 (F) STATUS_OBJECT_PATH_SYNTAX_BAD #8867521# from PrimitiveInstaller::CCoordinator::ProcessChange(Change 6.3.9600.16384 -> 6.3.9600.17415 for Microsoft-Windows-COM-DTC-Runtime, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral)[gle=0xd000003b]
    2014-11-26 16:28:39, Info                  CSI    0000045b SMI Primitive Installer [done]
    2014-11-26 16:28:40, Error                 CSI    00000ea1 (F) STATUS_OBJECT_PATH_SYNTAX_BAD #4347192# from CCSDirectTransaction::PerformChangeAnalysis(...)[gle=0xd000003b]
    2014-11-26 16:28:40, Error                 CSI    00000ea2 (F) STATUS_OBJECT_PATH_SYNTAX_BAD #4347191# from CCSDirectTransaction::PrepareForCommit(...)[gle=0xd000003b]
    2014-11-26 16:28:40, Error                 CSI    00000ea3 (F) STATUS_OBJECT_PATH_SYNTAX_BAD #4347190# from CCSDirectTransaction::ExamineTransaction(...)[gle=0xd000003b]
    2014-11-26 16:28:40, Error                 CSI    00000ea4 (F) STATUS_OBJECT_PATH_SYNTAX_BAD #4347189# from CCSDirectTransaction_IRtlTransaction::ExamineTransaction(...)[gle=0xd000003b]
    2014-11-26 16:28:40, Info                  CSI    0000045c SMI Primitive Installer [started]
    2014-11-26 16:28:40, Info                  CSI    0000045d 'From' Namespace [wcm://Microsoft-Windows-Installer-Engine?version=6.3.9600.17399&language=neutral&processorArchitecture=wow64&publicKeyToken=31bf3856ad364e35&versionScope=nonSxS&scope=allUsers] not found, servicing aborted, reverting to Install of 'To'
    2014-11-26 16:28:40, Info                  CSI    0000045e Processing Namespace [wcm://Microsoft-Windows-Installer-Engine?version=6.3.9600.17415&language=neutral&processorArchitecture=wow64&publicKeyToken=31bf3856ad364e35&versionScope=nonSxS&scope=allUsers]
    2014-11-26 16:28:40, Info                  CSI    0000045f done
    2014-11-26 16:28:40, Info                  CSI    00000460 'From' Namespace [wcm://Microsoft.Windows.WinHTTP?version=5.1.9600.16384&language=neutral&processorArchitecture=wow64&publicKeyToken=31bf3856ad364e35&versionScope=nonSxS&scope=allUsers] not found, servicing aborted, reverting to Install of 'To'
    2014-11-26 16:28:40, Info                  CSI    00000461 Processing Namespace [wcm://Microsoft.Windows.WinHTTP?version=5.1.9600.17415&language=neutral&processorArchitecture=wow64&publicKeyToken=31bf3856ad364e35&versionScope=nonSxS&scope=allUsers]
    2014-11-26 16:28:40, Info                  CSI    00000462 done
    Is this the root cause?
    2014-11-26 16:28:39, Info                  CSI    00000e99 Creating NT transaction (seq 2), objectname [6]"(null)"
    Is there supposed to be a "null" going into whatever that is?

  • RoboHelp 10.0.1 Update installation fails with error code: U44M2P7

    After installing RoboHelp 10, I ran the 10.0.1 Update's installer.  It failed with the following error log:
    Adobe RoboHelp 10.0.1 Update
    Installation failed. Error Code: U44M2P2
    I tried re-installing RoboHelp 10, followed by a reboot of the machine.  Several attempts to run the 10.0.1 updater gave me exactly the same error.  No applications were running when the installation was attempted.
    Any help is greatly appreciated!
    Layne

    Only Adobe can tell the meaning of the error codes.
    Are you downloading the update or running it from Adobe's site.
    Try downloading from here. http://www.adobe.com/support/robohelp/downloads.html
    Otherwise this is an installation problem that is supported free. Contact Adobe.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Tried to update reader to V 11.0.7 under Windows 8.1. Update always stops with Error: 1116

    I tried to update my Adobe Reader to version 11.0.7
    I have win 8.1 64 latest updates. The update procedure ends with error : 1116.
    I downloaded `AdbeRdrUpd11007.msp` und tried to update  and got error message: The File `acrosup64.dll`is not marked for installation.
    Therefore an update is not possible.
    obiobi

    Uninstall using http://labs.adobe.com/downloads/acrobatcleaner.html then download and reinstall from http://get.adobe.com/reader/enterprise/

  • Windows Update KB2926765 fails with error code 8024200D.

    Note: it was recommended that I post this to TechNet. It was originally posted at http://answers.microsoft.com/en-us/windows/forum/windows_vista-windows_update/vista-update-bug/ed9baacd-edd3-449f-b679-8f71614f3a15?msgId=ca75efe9-beea-41e9-afda-7ffe15f9b0f3.
    Windows Update KB2926765 keeps failing to install. The error code is 8024200D.
    I've run sfc /scannow with no errors.
    I used the System File Checker tool http://support.microsoft.com/kb/929833/en-us.
    I ran the System Update Readiness tool.  http://www.microsoft.com/en-us/download/confirmation.aspx?id=1540
    The update still failed to install.
    I've also run the MGADiag tool and the Microsoft FixIt windows update (wu) tool.
    I then downloaded the update from the Microsoft Update Catalog http://catalog.update.microsoft.com/v7/site/Home.aspx
    and copied it to the Windows\CheckSUR\packages folder (after creating the "packages" folder) , and ran the Readiness tool again.
    The update failed to install.
    I ran the readiness tool again. This time the readiness tool found no errors.
    =================================
    Checking System Update Readiness.
    Binary Version 6.0.6002.23186
    Package Version 24.0
    2014-06-14 15:33
    Checking Windows Servicing Packages
    Checking Package Manifests and Catalogs
    Checking Package Watchlist
    Checking Component Watchlist
    Checking Packages
    Checking Component Store
    Summary:
    Seconds executed: 2169
     No errors detected
    Checking CoreOS key for repairing corruptions.
    Winner version: 6.0.6002.18971.
    Processor architecture: x86.
    Check key to be repaired: wcm://Microsoft-Windows-CoreOS?version=6.0.6002.18971&language=neutral&processorArchitecture=x86&publicKeyToken=31bf3856ad364e35&versionScope=nonSxS&scope=allUsers\metadata\elements\ComputerName
    Recreated value: @_type.
    Recreated value: @dataOnly.
    Recreated value: @default.
    Recreated value: @description.
    Recreated value: @displayName.
    Recreated value: @handler.
    Recreated value: @legacyName.
    Recreated value: @legacyType.
    Recreated value: @migrate.
    Recreated value: @scope.
    Recreated value: @xsd:type.
    =======================================
    The update still fails to install.
    I also recently ran the "automatic troubleshooter" MicrosoftFixit.wu.LB.236326420485116200.3.1.Run.exe and still have the problem.
    We're using Windows Vista Business SP2 32 bit upgraded from XP. Antivirus - Bitdefender up to date. Previous antivirus - Avira Antivir and AVG. Firewall - Online Armor. The last successful update installation was Security Update for Office 2003 (KB2726929).
    It and other updates have installed successfully (after the KB2926765 failure) and KB2926765 keeps failing.
    Thanks.

    Go  through the following thread:
    Windows Update Error Code 8024200D
    You may create another user account with administrative privileges and recheck the issue.
    S.Sengupta, Windows Entertainment and Connected Home MVP

  • Windows Update KB2467173 fails with Error code 1603

    My windows update is failing over and over again with this message and it won't update C++ redistributable that a new program I started using requires.
    The event log says as follows:
    Product: Microsoft Visual C++ 2010  x86 Redistributable - 10.0.30319 - Update 'KB2467173' could not be installed. Error code 1603. Additional information is available in the log file C:\DOCUME~1\me\LOCALS~1\Temp\Microsoft Visual C++
    2010  x86 Redistributable Setup_20150210_173547615-MSI_vc_red.msi.txt.
    Thank you in Advance.

    I would recommend that you start with recommendations shared here: http://answers.microsoft.com/en-us/windows/forum/windows_xp-windows_update/failure-to-install-windows-updates-error-code/934854af-0e1b-451e-889c-2fa869bab82f
    If this does not help then you will need to examine the txt log file (The path is in the error message) to get more details.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Can not install this update for kb2667402 windows 7 professional. I tried various fix-it but it did not help Update KB2667402 failed with error 80004005

    I'm not sure where to turn now and am soooooooooo frustrated! I have been trying to get security update KB2667402 with error code 80004005 to install for a couple months without any success.
    So, I finally turned to microsoft tech support... Case# 1186572463
    On Fri. Oct. 26 I was on the phone with a microsoft tech for over 3 hours. The tech that took remote access of my computer said she did not know how to fix my problem and that my case would have to be escalated to a higher level and that I would
    receive a call back on Mon. Oct. 29th. However, I never got a return call.
    Yesterday - Tues. Oct. 30th I called in again and was on the phone for 4.5 hrs with a microsoft tech and he also took remote access of my computer but was not able to fix the problem. I asked to speak to someone at a higher tech level and was told to call
    back into the microsoft helpline.
    The 3rd call - Although I had been told during the prior 2 calls that I was still covered under my warrenty I was now told that I needed to pay for the support call. It took a while to get that straighteded out and to give all my information again to
    the call center but I finally worked with a 3rd tech for over 2 hrs. but had to terminate the call for a conference call I had with a client. The person I worked with said he would call me back between 7-8pmEST so he could continue helping me but I never
    got a return call.
    I have already invested over 10 hrs in the last few days regarding this issue and fear that if I call back in I will once again start over completely with no success which is why I am reaching out here. Is there anyone that has the knowledge of how to fix
    the problem?

    I've been having the same problem and today did some searching and found something that worked.  Check that the download hasn't already been installed - look in the Installed Updates listing for an entry.  If it exists there, uninstall it, and
    then force a Check For Updates and retry the install. This worked for me and I hope it helps.
    Good day, Chuck.

  • Windows 7 update KB2868626 fails with error ERROR_ACCESS_DENIED (0x8007005)

    Hi,
    I can't install Windows Update KB2868626 on my Windows 7 Enterprise PC. I've searched but found nothing that could help me, it keeps installing, and revering changes when rebooting.
    Here you can find an extract form my CBS.log file, the link to the whole file: https://skydrive.live.com/redir?resid=D3508B4B962EDB24!107&authkey=!AFy6TDqI3l2nXkc&ithint=file%2c.zip
    2014-02-17 14:53:06, Error                 CSI    00000001 (F) Logged @2014/2/17:13:53:06.853 : [ml:288{144},l:286{143}]"events installer: online=1, install=1,
    component=x86_Microsoft-Windows-CAPI2-instrumentation_31bf3856ad364e35_6.1.7601.18277_neutral_release__."
    [gle=0x80004005]
    2014-02-17 14:53:06, Error                 CSI    00000002 (F) Logged @2014/2/17:13:53:06.931 : [ml:170{85},l:168{84}]"WmiCmiPlugin wevtcfg.cpp(2219): InstrumentationManifestAssert
    failed. HR=0x80070005."
    [gle=0x80004005]
    2014-02-17 14:53:06, Error                 CSI    00000003 (F) Logged @2014/2/17:13:53:06.931 : [ml:166{83},l:164{82}]"WmiCmiPlugin eventloghandler.cpp(192):
    ProcessEventsInstall failed. HR=0x80070005."
    [gle=0x80004005]
    2014-02-17 14:53:06, Error                 CSI    00000004 (F) Logged @2014/2/17:13:53:06.931 : [ml:170{85},l:168{84}]"WmiCmiPlugin eventloghandler.cpp(212):
    EventLogHandlerInstall failed. HR=0x80070005."
    [gle=0x80004005]
    2014-02-17 14:53:06, Error                 CSI    00000005 @2014/2/17:13:53:06.931 (F) CMIADAPTER: Inner Error Message from AI HRESULT = HRESULT_FROM_WIN32(ERROR_ACCESS_DENIED)
    [18]"Acceso denegado.
    [gle=0x80004005]
    2014-02-17 14:53:06, Error                 CSI    00000006@2014/2/17:13:53:06.931 (F) CMIADAPTER: AI failed. HRESULT = HRESULT_FROM_WIN32(ERROR_ACCESS_DENIED)
     Element:
     [18295]"<events xmlns="http://schemas.microsoft.com/win/2004/08/events">
      <provider guid="{5bbca4a8-b209-48dc-a8c7-b23d3e5216fb}" message="$(string.MSServicingProviderName)" messageFileName="%SystemRoot%\System32\crypt32.dll" name="Microsoft-Windows-CAPI2" resourceFileName="%SystemRoot%\System32\crypt32.dll"
    symbol="CAPI2_PROVIDER">
        <channels>
          <importChannel chid="Application" name="Application" />
          <channel access="O:BAG:SYD:(A;;0x7;;;BA)(A;;0x2;;;AU)" chid="OpCh" message="$(string.OperationalChannel.Name)" name="Microsoft-Windows-CAPI2/Operational" type="Operational"
    />
        </channels>
        <keywords>
          <keyword mask="0x00001" message="$(string.PathValidation.KeywordMessage)" name="PathValidation" symbol="CAPI2_PATH_VALIDATION_KEYWORD" />
          <keyword mask="0x00002" message="$(string.PathDiscovery.KeywordMessage)" name="PathDiscovery" symbol="CAPI2_PATH_DISCOVERY_KEYWORD" />
          <keyword mask="0x00004" message="$(string.Revocation.KeywordMessage)" name="Revocation" symbol="CAPI2_REVOCATION_KEYWORD" />
          <keyword mask="0x00008" message="$(string.Cache.KeywordMessage)" name="Cache" symbol="CAPI2_CACHE_KEYWORD" />
          <keyword mask="0x00010" message="$(string.Retrieval.KeywordMessage)" name="Retrieval" symbol="CAPI2_RETRIEVAL_KEYWORD" />
          <keyword mask="0x00020" message="$(string.AutoRootUpdate.KeywordMessage)" name="AutoRootUpdate" symbol="CAPI2_AUTO_ROOT_UPDATE_KEYWORD" />
          <keyword mask="0x00040" message="$(string.WinVerifyTrust.KeywordMessage)" name="WinVerifyTrust" symbol="CAPI2_WVT_KEYWORD" />
          <keyword mask="0x00080" message="$(string.PrivateKey.KeywordMessage)" name="PrivateKey" symbol="CAPI2_PRIVATE_KEY_KEYWORD" />
          <keyword mask="0x00100" message="$(string.CertificateStore.KeywordMessage)" name="CertificateStore" symbol="CAPI2_CERTIFICATE_STORE_KEYWORD" />
          <keyword mask="0x00200" message="$(string.C[gle=0x80004005]
    2014-02-17 14:53:06, Error                 CSI    ertificateDetails.KeywordMessage)" name="CertificateDetails" symbol="CAPI2_CERTIFICATE_DETAILS_KEYWORD"
    />
          <keyword mask="0x00400" message="$(string.Catalog.KeywordMessage)" name="Catalog" symbol="CAPI2_CATALOG_KEYWORD" />
        </keywords>
        <tasks>
          <task message="$(string.CertGetCertificateChain.TaskMessage)" name="CertGetCertificateChain" symbol="CAPI2_CERT_GET_CERTIFICATE_CHAIN_TASK" value="11" />
          <task message="$(string.CertAIAUrlRetrievalCache.TaskMessage)" name="CertAIAUrlRetrievalCache" symbol="CAPI2_AIA_URL_RETRIEVAL_CACHE_TASK" value="13" />
          <task message="$(string.CertAIAUrlRetrievalWire.TaskMessage)" name="CertAIAUrlRetrievalWire" symbol="CAPI2_AIA_URL_RETRIEVAL_WIRE_TASK" value="15" />
          <task message="$(string.CertRejectAIAUrlRetrieval.TaskMessage)" name="CertRejectAIAUrlRetrieval" symbol="CAPI2_REJECT_AIA_URL_RETRIEVAL_TASK" value="16" />
          <task message="$(string.CertAutoRootUrlRetrievalCache.TaskMessage)" name="CertAutoRootUrlRetrievalCache" symbol="CAPI2_AUTO_ROOT_URL_RETRIEVAL_CACHE_TASK" value="18" />
          <task message="$(string.CertAutoRootUrlRetrievalWire.TaskMessage)" name="CertAutoRootUrlRetrievalWire" symbol="CAPI2_AUTO_ROOT_URL_RETRIEVAL_WIRE_TASK" value="20" />
          <task message="$(string.CertCrossCertUrlRetrievalCache.TaskMessage)" name="CertCrossCertUrlRetrievalCache" symbol="CAPI2_CROSS_CERT_URL_RETRIEVAL_CACHE_TASK" value="22" />
          <task message="$(string.CertCrossCertUrlRetrievalWire.TaskMessage)" name="CertCrossCertUrlRetrievalWire" symbol="CAPI2_CROSS_CERT_URL_RETRIEVAL_WIRE_TASK" value="24" />
          <task message="$(string.CertVerifyCertificateChainPolicy.TaskMessage)" name="CertVerifyCertificateChainPolicy" symbol="CAPI2_VERIFY_CERTIFICATE_CHAIN_POLICY_TASK" value="30" />
          <task message="$(string.CertVerifyRevocation.TaskMessage)" name="CertVerifyRevocation" symbol="CAPI2_VERIFY_REVOCATION_TASK" value="41" />
          <task message="$(string.CertRejectedRevocationInfo.TaskMessage)" name="CertRejectedRevocatio[gle=0x80004005]
    2014-02-17 14:53:06, Error                 CSI    nInfo" symbol="CAPI2_REJECTED_REVOCATION_INFO_TASK" value="42" />
          <task message="$(string.CryptRetrieveObjectByUrlCache.TaskMessage)" name="CryptRetrieveObjectByUrlCache" symbol="CAPI2_RETRIEVE_OBJECT_BY_URL_CACHE_TASK" value="51" />
          <task message="$(string.CryptRetrieveObjectByUrlWire.TaskMessage)" name="CryptRetrieveObjectByUrlWire" symbol="CAPI2_RETRIEVE_OBJECT_BY_URL_WIRE_TASK" value="53" />
          <task message="$(string.CertOpenStore.TaskMessage)" name="CertOpenStore" symbol="CAPI2_OPEN_STORE_TASK" value="60" />
          <task message="$(string.CryptAcquireCertificatePrivateKey.TaskMessage)" name="CryptAcquireCertificatePrivateKey" symbol="CAPI2_ACQUIRE_CERTIFICATE_PRIVATE_KEY_TASK" value="70" />
          <task message="$(string.WinVerifyTrust.TaskMessage)" name="WinVerifyTrust" symbol="CAPI2_WVT_TASK" value="80" />
          <task message="$(string.CryptCATAdminEnumCatalogFromHash.TaskMessage)" name="CryptCATAdminEnumCatalogFromHash" symbol="CAPI2_ENUM_CATALOG_FROM_HASH_TASK" value="82" />
          <task message="$(string.X509Objects.TaskMessage)" name="X509Objects" symbol="CAPI2_X509_OBJECTS_TASK" value="90" />
        </tasks>
        <templates>
          <template tid="TXml">
            <data inType="win:UnicodeString" name="EventWriteData" outType="win:Xml" />
          </template>
          <template tid="TXml2">
            <data inType="win:UnicodeString" name="%1" />
            <UserData>
              <XmlData xmlns="CertDiagNS">
                <EventData>%1</EventData>
              </XmlData>
            </UserData>
          </template>
          <template tid="tid_1S">
            <data inType="win:UnicodeString" name="%1" outType="xs:string" />
          </template>
          <template tid="tid_1S_2S">
            <data inType="win:UnicodeString" name="%1" outType="xs:string" />
            <data inType="win:UnicodeString" name="%2" outType="xs:string" />
          </template>
        </templates>
        <events>
          <event channel="Application" level="win:Informational" message="$(string.ROOT_AUTO_UPDATE_INFORMATI[gle=0x80004005]
    2014-02-17 14:53:06, Error                 CSI    ONAL)" symbol="ROOT_AUTO_UPDATE_INFORMATIONAL" template="tid_1S_2S" value="0x1001"
    />
          <event channel="Application" level="win:Informational" message="$(string.ROOT_LIST_AUTO_UPDATE_URL_RETRIEVAL_INFORMATIONAL)" symbol="ROOT_LIST_AUTO_UPDATE_URL_RETRIEVAL_INFORMATIONAL"
    template="tid_1S" value="0x1002" />
          <event channel="Application" level="win:Error" message="$(string.ROOT_LIST_AUTO_UPDATE_URL_RETRIEVAL_ERROR)" symbol="ROOT_LIST_AUTO_UPDATE_URL_RETRIEVAL_ERROR" template="tid_1S_2S"
    value="0x1003" />
          <event channel="Application" level="win:Informational" message="$(string.ROOT_CERT_AUTO_UPDATE_URL_RETRIEVAL_INFORMATIONAL)" symbol="ROOT_CERT_AUTO_UPDATE_URL_RETRIEVAL_INFORMATIONAL"
    template="tid_1S" value="0x1004" />
          <event channel="Application" level="win:Error" message="$(string.ROOT_CERT_AUTO_UPDATE_URL_RETRIEVAL_ERROR)" symbol="ROOT_CERT_AUTO_UPDATE_URL_RETRIEVAL_ERROR" template="tid_1S_2S"
    value="0x1005" />
          <event channel="Application" level="win:Informational" message="$(string.CRYPT32_EVENT_LOG_THRESHOLD_WARNING)" symbol="CRYPT32_EVENT_LOG_THRESHOLD_WARNING" template="tid_1S_2S"
    value="0x1006" />
          <event channel="Application" level="win:Informational" message="$(string.ROOT_SEQUENCE_NUMBER_AUTO_UPDATE_URL_RETRIEVAL_INFORMATIONAL)" symbol="ROOT_SEQUENCE_NUMBER_AUTO_UPDATE_URL_RETRIEVAL_INFORMATIONAL"
    template="tid_1S" value="0x1007" />
          <event channel="Application" level="win:Error" message="$(string.ROOT_SEQUENCE_NUMBER_AUTO_UPDATE_URL_RETRIEVAL_ERROR)" symbol="ROOT_SEQUENCE_NUMBER_AUTO_UPDATE_URL_RETRIEVAL_ERROR"
    template="tid_1S_2S" value="0x1008" />
          <event channel="Application" level="win:Informational" message="$(string.UNTRUSTED_ROOT_INFORMATIONAL)" symbol="UNTRUSTED_ROOT_INFORMATIONAL" template="tid_1S_2S" value="0x1009"
    />
          <event channel="Application" level="win:Informational" message="$(string.PARTIAL_CHAIN_INFORMATIONAL)" symbol="PARTIAL_CHAIN_INFORMATIONAL" template="tid_1S_2S" value="0x100A"
    />
          <event channel="Applicatio[gle=0x80004005]
    2014-02-17 14:53:06, Error                 CSI    n" level="win:Error" message="$(string.ROOT_LIST_AUTO_UPDATE_EXTRACT_ERROR)" symbol="ROOT_LIST_AUTO_UPDATE_EXTRACT_ERROR"
    template="tid_1S_2S" value="0x100B" />
          <event channel="Application" level="win:Informational" message="$(string.ROOT_AUTO_DELETE_INFORMATIONAL)" symbol="ROOT_AUTO_DELETE_INFORMATIONAL" template="tid_1S_2S" value="0x100C"
    />
          <event channel="Application" level="win:Informational" message="$(string.ROOT_AUTO_PROPERTY_UPDATE_INFORMATIONAL)" symbol="ROOT_AUTO_UPDATE_PROPERTY_INFORMATIONAL" template="tid_1S_2S"
    value="0x100D" />
          <event channel="Application" level="win:Error" message="$(string.ROOT_LIST_AUTO_UPDATE_ADD_ERROR)" symbol="ROOT_LIST_AUTO_UPDATE_ADD_ERROR" template="tid_1S_2S" value="0x100E"
    />
          <event channel="Application" level="win:Informational" message="$(string.ROOT_LIST_AUTO_UPDATE_INFORMATIONAL)" symbol="ROOT_LIST_AUTO_UPDATE_INFORMATIONAL" template="tid_1S"
    value="0x100F" />
          <event channel="Application" level="win:Informational" message="$(string.DISALLOWED_LIST_AUTO_UPDATE_INFORMATIONAL)" symbol="DISALLOWED_LIST_AUTO_UPDATE_INFORMATIONAL" template="tid_1S"
    value="0x1010" />
          <event channel="Application" level="win:Error" message="$(string.PFX_MAX_AUTHSAFES_EXCEEDED_ERROR)" symbol="PFX_MAX_AUTHSAFES_EXCEEDED_ERROR" template="tid_1S_2S" value="0x1050"
    />
          <event channel="Application" level="win:Error" message="$(string.PFX_MAX_ITERATION_COUNT_EXCEEDED_ERROR)" symbol="PFX_MAX_ITERATION_COUNT_EXCEEDED_ERROR" template="tid_1S_2S"
    value="0x1051" />
          <event channel="Application" level="win:Error" message="$(string.PFX_MAX_SAFEBAGS_COUNT_EXCEEDED_ERROR)" symbol="PFX_MAX_SAFEBAGS_COUNT_EXCEEDED_ERROR" template="tid_1S_2S"
    value="0x1052" />
          <event channel="Application" level="win:Error" message="$(string.CATDB_INIT_ERROR)" symbol="CATDB_INIT_ERROR" template="tid_1S_2S" value="0x0100" />
          <event channel="Application" level="win:Error" message="$(string.CATDB_JET_INIT_ERROR)" symbol="CATDB_JET_INIT_ERROR" template="ti[gle=0x80004005]
    2014-02-17 14:53:06, Error                 CSI    d_1S" value="0x0101" />
          <event channel="Application" level="win:Critical" message="$(string.SYSTEMWRITER_INIT_FAILURE)" symbol="SYSTEMWRITER_INIT_FAILURE" template="tid_1S" value="0x0200"
    />
          <event channel="Application" level="win:Critical" message="$(string.SYSTEMWRITER_ONIDENTITY_FAILURE)" symbol="SYSTEMWRITER_ONIDENTITY_FAILURE" template="tid_1S" value="0x0201"
    />
          <event channel="OpCh" keywords="PathValidation PathDiscovery" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Start" symbol="CAPI2_CERT_GET_CERTIFICATE_CHAIN_START_EVENT"
    task="CertGetCertificateChain" template="TXml" value="10" />
          <event channel="OpCh" keywords="PathValidation PathDiscovery" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Stop" symbol="CAPI2_CERT_GET_CERTIFICATE_CHAIN_STOP_EVENT"
    task="CertGetCertificateChain" template="TXml" value="11" />
          <event channel="OpCh" keywords="PathDiscovery Cache" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Start" symbol="CAPI2_AIA_URL_RETRIEVAL_CACHE_START_EVENT"
    task="CertAIAUrlRetrievalCache" template="TXml" value="12" />
          <event channel="OpCh" keywords="PathDiscovery Cache" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Stop" symbol="CAPI2_AIA_URL_RETRIEVAL_CACHE_STOP_EVENT"
    task="CertAIAUrlRetrievalCache" template="TXml" value="13" />
          <event channel="OpCh" keywords="PathDiscovery Retrieval" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Start" symbol="CAPI2_AIA_URL_RETRIEVAL_WIRE_START_EVENT"
    task="CertAIAUrlRetrievalWire" template="TXml" value="14" />
          <event channel="OpCh" keywords="PathDiscovery Retrieval" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Stop" symbol="CAPI2_AIA_URL_RETRIEVAL_WIRE_STOP_EVENT"
    task="CertAIAUrlRetrievalWire" template="TXml" value="15" />
          <event channel="OpCh" keywords="PathDiscover[gle=0x80004005]
    2014-02-17 14:53:06, Error                 CSI    y Cache Retrieval" level="win:Error" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Info"
    symbol="CAPI2_REJECT_AIA_URL_RETRIEVAL_INFO_EVENT" task="CertRejectAIAUrlRetrieval" template="TXml" value="16" />
          <event channel="OpCh" keywords="PathDiscovery AutoRootUpdate Cache" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Start" symbol="CAPI2_AUTO_ROOT_URL_RETRIEVAL_CACHE_START_EVENT"
    task="CertAutoRootUrlRetrievalCache" template="TXml" value="17" />
          <event channel="OpCh" keywords="PathDiscovery AutoRootUpdate Cache" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Stop" symbol="CAPI2_AUTO_ROOT_URL_RETRIEVAL_CACHE_STOP_EVENT"
    task="CertAutoRootUrlRetrievalCache" template="TXml" value="18" />
          <event channel="OpCh" keywords="PathDiscovery AutoRootUpdate Retrieval" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Start" symbol="CAPI2_AUTO_ROOT_URL_RETRIEVAL_WIRE_START_EVENT"
    task="CertAutoRootUrlRetrievalWire" template="TXml" value="19" />
          <event channel="OpCh" keywords="PathDiscovery AutoRootUpdate Retrieval" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Stop" symbol="CAPI2_AUTO_ROOT_URL_RETRIEVAL_WIRE_STOP_EVENT"
    task="CertAutoRootUrlRetrievalWire" template="TXml" value="20" />
          <event channel="OpCh" keywords="PathDiscovery Cache" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Start" symbol="CAPI2_CROSS_CERT_URL_RETRIEVAL_CACHE_START_EVENT"
    task="CertCrossCertUrlRetrievalCache" template="TXml" value="21" />
          <event channel="OpCh" keywords="PathDiscovery Cache" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Stop" symbol="CAPI2_CROSS_CERT_URL_RETRIEVAL_CACHE_STOP_EVENT"
    task="CertCrossCertUrlRetrievalCache" template="TXml" value="22" />
          <event channel="OpCh" keywords="PathDiscovery Retrieval" level="win:Informational" message="$(string.Defaul[gle=0x80004005]
    2014-02-17 14:53:06, Error                 CSI    tCAPI2.EventMessage)" opcode="win:Start" symbol="CAPI2_CROSS_CERT_URL_RETRIEVAL_WIRE_START_EVENT"
    task="CertCrossCertUrlRetrievalWire" template="TXml" value="23" />
          <event channel="OpCh" keywords="PathDiscovery Retrieval" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Stop" symbol="CAPI2_CROSS_CERT_URL_RETRIEVAL_WIRE_STOP_EVENT"
    task="CertCrossCertUrlRetrievalWire" template="TXml" value="24" />
          <event channel="OpCh" keywords="PathValidation" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Info" symbol="CAPI2_VERIFY_CERTIFICATE_CHAIN_POLICY_INFO_EVENT"
    task="CertVerifyCertificateChainPolicy" template="TXml" value="30" />
          <event channel="OpCh" keywords="PathValidation Revocation" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Start" symbol="CAPI2_VERIFY_REVOCATION_START_EVENT"
    task="CertVerifyRevocation" template="TXml" value="40" />
          <event channel="OpCh" keywords="PathValidation Revocation" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Stop" symbol="CAPI2_VERIFY_REVOCATION_STOP_EVENT"
    task="CertVerifyRevocation" template="TXml" value="41" />
          <event channel="OpCh" keywords="PathValidation Revocation" level="win:Error" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Info" symbol="CAPI2_REJECTED_REVOCATION_INFO_INFO_EVENT"
    task="CertRejectedRevocationInfo" template="TXml" value="42" />
          <event channel="OpCh" keywords="PathDiscovery Revocation AutoRootUpdate Cache" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Start"
    symbol="CAPI2_RETRIEVE_OBJECT_BY_URL_CACHE_START_EVENT" task="CryptRetrieveObjectByUrlCache" template="TXml" value="50" />
          <event channel="OpCh" keywords="PathDiscovery Revocation AutoRootUpdate Cache" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Stop" symbol="CAPI2_RETRIEVE_OBJECT_BY_URL_CACHE_STOP_EVENT"
    task="CryptRet[gle=0x80004005]
    2014-02-17 14:53:06, Error                 CSI    rieveObjectByUrlCache" template="TXml" value="51" />
          <event channel="OpCh" keywords="PathDiscovery Revocation AutoRootUpdate Retrieval" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Start"
    symbol="CAPI2_RETRIEVE_OBJECT_BY_URL_WIRE_START_EVENT" task="CryptRetrieveObjectByUrlWire" template="TXml" value="52" />
          <event channel="OpCh" keywords="PathDiscovery Revocation AutoRootUpdate Retrieval" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Stop"
    symbol="CAPI2_RETRIEVE_OBJECT_BY_URL_WIRE_STOP_EVENT" task="CryptRetrieveObjectByUrlWire" template="TXml" value="53" />
          <event channel="OpCh" keywords="CertificateStore" level="win:Verbose" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Info" symbol="CAPI2_OPEN_STORE_INFO_EVENT"
    task="CertOpenStore" template="TXml" value="60" />
          <event channel="OpCh" keywords="PrivateKey" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Info" symbol="CAPI2_ACQUIRE_CERTIFICATE_PRIVATE_KEY_INFO_EVENT"
    task="CryptAcquireCertificatePrivateKey" template="TXml" value="70" />
          <event channel="OpCh" keywords="WinVerifyTrust" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Start" symbol="CAPI2_WVT_START_EVENT"
    task="WinVerifyTrust" template="TXml" value="80" />
          <event channel="OpCh" keywords="WinVerifyTrust" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Stop" symbol="CAPI2_WVT_STOP_EVENT"
    task="WinVerifyTrust" template="TXml" value="81" />
          <event channel="OpCh" keywords="Catalog" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Info" symbol="CAPI2_ENUM_CATALOG_FROM_HASH_INFO_EVENT"
    task="CryptCATAdminEnumCatalogFromHash" template="TXml" value="82" />
          <event channel="OpCh" keywords="CertificateDetails" level="win:Informational" message="$(string.DefaultCAPI2.EventMessage)" opcode="win:Info" symbol="CAPI2_X509_OBJEC[gle=0x80004005]
    2014-02-17 14:53:06, Error                 CSI    TS_INFO_EVENT" task="X509Objects" template="TXml" value="90" />
        </events>
      </provider>
    </events>"
    [gle=0x80004005]
    2014-02-17 14:53:06, Error                 CSI    00000016@2014/2/17:13:53:06.931 (F) d:\w7rtm\base\wcp\cmiadapter\installers.cpp(352): Error HRESULT_FROM_WIN32(ERROR_ACCESS_DENIED)
    originated in function Windows::WCP::CmiAdapter::CMIWrapperBasicInstaller::ResolveAndInvokeInstaller expression: hr
    [gle=0x80004005]
    2014-02-17 14:53:07, Info                  CBS    Progress: UI message updated. Operation type: Update. Stage: 1 out of 1. Percent progress: 67.
    2014-02-17 14:53:08, Error                 CSI    00000007@2014/2/17:13:53:08.819 (F) CMIADAPTER: Exiting with HRESULT code = HRESULT_FROM_WIN32(ERROR_ACCESS_DENIED).
    [gle=0x80004005]
    2014-02-17 14:53:08, Error                 CSI    00000017@2014/2/17:13:53:08.819 (F) d:\w7rtm\base\wcp\cmiadapter\installers.cpp(123): Error HRESULT_FROM_WIN32(ERROR_ACCESS_DENIED)
    originated in function Windows::WCP::CmiAdapter::CMIWrapperBasicInstaller::Install expression: hr
    [gle=0x80004005]
    2014-02-17 14:53:09, Info                  CSI    00000018@2014/2/17:13:53:09.708 CSI Advanced installer perf trace:
    CSIPERF:AIDONE;{3bb9fd2b-351e-4b9c-b1fc-ed0758805998};Microsoft-Windows-CAPI2-instrumentation, Version = 6.1.7601.18277, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral,
    TypeName neutral, PublicKey neutral;5114798
    2014-02-17 14:53:09, Info                  CSI    00000019 Performing 1 operations; 1 are not lock/unlock and follow:
      LockComponentPath (10): flags: 0 comp: {l:16 b:1a579497e72bcf01070000004804c005} pathid: {l:16 b:1a579497e72bcf01080000004804c005} path: [l:234{117}]"\SystemRoot\WinSxS\x86_microsoft.windows.s..ation.badcomponents_31bf3856ad364e35_6.1.7600.16385_none_3868158f24725705"
    pid: 448 starttime: 130371187001140291 (0x01cf2be762262443)
    2014-02-17 14:53:10, Error      [0x01802b] CSI    0000001a (F) Failed execution of queue item Installer: Events ({3bb9fd2b-351e-4b9c-b1fc-ed0758805998}) with HRESULT HRESULT_FROM_WIN32(ERROR_ACCESS_DENIED).  Failure
    will not be ignored: A rollback will be initiated after all the operations in the installer queue are completed; installer is reliable (2)[gle=0x80004005]
    Thanks!

    Hi,
    From the error code, this issue may be caused by incorrect permission on registry.
    Please download
    Subinacl.msi and run this command to grant registry with administrator rights.
    Open CMD, type these commands below:
    subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f
    subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f
    subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f
    subinacl /subdirectories %SystemDrive% /grant=administrators=f
    subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=system=f
    subinacl /subkeyreg HKEY_CURRENT_USER /grant=system=f
    subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=system=f
    subinacl /subdirectories %SystemDrive% /grant=system=f
    After this, please try re-installing the update again.
    Andy Altmann
    TechNet Community Support

  • Update KB3033929 fails with error code 80004005

    Security Update for Windows 7 for x64-based Systems (KB3033929)
    Installation date: ‎3/‎11/‎2015 8:57 AM
    Installation status: Failed
    Error details: Code 80004005
    Update type: Important
    A security update. . .
    I can't find any info on this error.  Tried the update twice and both times it failed.

    OK, I ran it again.. and I think this is the relevant part of the +200M log.  It does seem to have something to do with the boot manager or knowing which drive is the 'globalroot', perhaps.
    2015-03-13 08:33:13, Info CSI 0000003d Begin executing advanced installer phase 38 (0x00000026) index 16 (0x0000000000000010) (sequence 55)
    Old component: [ml:360{180},l:358{179}]"Microsoft-Windows-BootEnvironment-Core-MemoryDiagnostic, Culture=neutral, Version=6.1.7601.18741, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=amd64, versionScope=NonSxS"
    New component: [ml:360{180},l:358{179}]"Microsoft-Windows-BootEnvironment-Core-MemoryDiagnostic, Culture=neutral, Version=6.1.7601.17514, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=amd64, versionScope=NonSxS"
    Install mode: install
    Installer ID: {81a34a10-4256-436a-89d6-794b97ca407c}
    Installer name: [15]"Generic Command"
    2015-03-13 08:33:13, Info CSI 0000003e Performing 1 operations; 1 are not lock/unlock and follow:
    LockComponentPath (10): flags: 0 comp: {l:16 b:9c8942df895dd0011800000074043c05} pathid: {l:16 b:9c8942df895dd0011900000074043c05} path: [l:238{119}]"\SystemRoot\WinSxS\amd64_microsoft-windows-b..re-memorydiagnostic_31bf3856ad364e35_6.1.7601.18741_none_3637d03b1b5800bc" pid: 474 starttime: 130707235496916126 (0x01d05d89c55df49e)
    2015-03-13 08:33:13, Info CSI 0000003f Performing 1 operations; 1 are not lock/unlock and follow:
    LockComponentPath (10): flags: 0 comp: {l:16 b:9c8942df895dd0011a00000074043c05} pathid: {l:16 b:9c8942df895dd0011b00000074043c05} path: [l:238{119}]"\SystemRoot\WinSxS\amd64_microsoft-windows-b..re-memorydiagnostic_31bf3856ad364e35_6.1.7601.17514_none_365b53d91b3ce4ff" pid: 474 starttime: 130707235496916126 (0x01d05d89c55df49e)
    2015-03-13 08:33:13, Info CSI 00000040 Calling generic command executable (sequence 3): [20]"C:\Windows\bfsvc.exe"
    CmdLine: [47]""C:\Windows\bfsvc.exe" C:\Windows\boot /nofonts"
    2015-03-13 08:33:45, Error [0x018009] CSI 00000041 (F) Done with generic command 3; CreateProcess returned 0, CPAW returned S_OK
    Process exit code 112 (0x00000070) resulted in success? FALSE
    Process output: [l:8995 [4096]"BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 1 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 2 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 3 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 4 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 5 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 6 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 7 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 8 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 9 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 10 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 11 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 12 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\Harddis[gle=0x80004005]
    2015-03-13 08:33:45, Error [0x018009] CSI kVolume1\Boot\bootmgr) failed! (Attempt 13 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 14 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 15 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 16 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 17 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 18 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 19 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 20 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 21 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 22 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 23 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 24 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 25 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 26 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\[gle=0x80004005]
    2015-03-13 08:33:45, Error [0x018009] CSI bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 27 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed!"[4096]" (Attempt 28 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 29 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 30 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 31 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 32 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 33 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 34 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 35 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 36 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 37 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 38 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 39 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 40 of 60) Last Error = 0x[gle=0x80004005]
    2015-03-13 08:33:45, Error [0x018009] CSI 70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 41 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 42 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 43 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 44 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 45 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 46 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 47 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 48 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 49 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 50 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 51 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 52 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 53 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) fail[gle=0x80004005]
    2015-03-13 08:33:45, Error [0x018009] CSI ed! (Attempt 54 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 55 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALR"[803]"OOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 56 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 57 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 58 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 59 of 60) Last Error = 0x70
    BFSVC: BfspCopyFile(C:\Windows\boot\PCAT\bootmgr, \\?\GLOBALROOT\Device\HarddiskVolume1\Boot\bootmgr) failed! (Attempt 60 of 60) Last Error = 0x70
    BFSVC: Error copying boot files from C:\Windows\boot\PCAT to \\?\GLOBALROOT\Device\HarddiskVolume1\Boot! Last Error = 0x70
    "][gle=0x80004005]
    2015-03-13 08:33:45, Info CSI 00000042 Calling generic command executable (sequence 4): [24]"C:\Windows\fveupdate.exe"
    CmdLine: [35]""C:\Windows\fveupdate.exe" /memtest"
    2015-03-13 08:33:45, Info CSI 00000043 Done with generic command 4; CreateProcess returned 0, CPAW returned S_OK
    Process exit code 0 resulted in success? TRUE
    Process output: [l:248 [248]"BitLockerUpdate: Running.
    BitLockerUpdate: Service request is for memtest.exe.
    BitLockerUpdate: BitLocker Drive Encryption is not turned ON on the OS volume.
    BitLockerUpdate: No servicing was performed on the OS volume.
    BitLockerUpdate: Done.
    Edit: One thing I've noticed on that PC, the 'system reserved' partition is only 25M, versus the usual 100M.  I might try to boot using the recovery console and see what happens.

  • Windows Update / WSUS failing with Error Code 80070005

    I have a small network (~40 systems) that I use WSUS to keep up to date.  Because of errors I was getting, I elected to rebuild my WSUS server, which is running Windows
    2012R2 and WSUS is the only thing running on that server.  However, now none of my clients can receive updates from the WSUS server even though they will connect to the Microsoft Update site and download/install without a problem.  Any time I try
    to install updates from the WSUS server, Windows Update says that it needs to “Install new Windows Update software”.  When I click the “Install now” button, it closes and reopens the window and then report error code 80070005, which I know is an access
    denied.  The WindowsUpdate.log also reports the same error code and also indicates a reboot is required, even after I reboot the client.  I’ve run Process Monitor and am not able to see where the access denied is even coming from.  WindowsUpdate.log
    file information available upon request.  Any help would be appreciated.

    Because of errors I was getting, I elected to rebuild my WSUS server
    I suggest we start back at this point.
    What errors were you getting, and what exactly did you do to "rebuild" your WSUS server?
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Update_SM-N900V_MJ7_to_MJE - 402 fails with error code 402

    The update always fails with the error code 402.   Anyone else having the same issue? Thanks.

    If you are getting this error OTA, try to update with the Verizon Software Assistant which can be installed off your phone when you plug in the computer. Make sure the phone is back to stock before you do the update.

  • Hi, I've been trying for days to download Windows support software via Bootcamp assistant, but it always failed with message 'Can't install Windows Support Software because it is not currently available from the Software update server.' Any advice welcome

    Hi,
    I've been trying for days to download Windows support software via Bootcamp assistant but it always fails with message 'Can't install windows software because it is not currently available from the software update server.'
    Anyone else had problems or success with this?
    Thanks in advance.

    9thdoc wrote:
    I'm getting a similar but distinct error message in snow leopard: Download could not continue. "The windows support software is not available" and have no original snow leopard instal disc with me.
    Your issue is completely different. You are running Snow Leopard. There is no download for Windows Support software for Snow Leopard, hence the error you see. Snow Leopard Windows Support software is on the Snow Leopard installation disk.
    You need the Snow Leopard installation disk or a replacement for it.

  • CC app manager update  failed with error code 50 after reaching about 35%

    Trying to update the CC app manager. The update is always very slow  (I have ATT DSL, lowest level) and I usually terminate it after an hour or so. Today I let it run and it failed with error code 50 after reaching about 35%. Any ideas?

    Update to my original post. I read through some of the suggestions that I found in other threads for fixing this problem, and it appears that this has been an ongoing issue. Numerous fixes have been suggested, some very convoluted, difficult, and involved, including those that came from the customer support folks.  I passed on those as this should be something simple. How Adobe manages to let updating of their own software turn into an ongoing problem is beyond me and sort of defeats the purpose of subscribing. I then noticed that a simple fix had been suggested a few times, so I tried that.
    The user suggested fix that worked for me was:
    1) Restarted computer (Asus Windows 7 i3 machine for me) in Safe Mode with Networking. Logged into my separate Admin account just in case.
    2) Started the creative cloud desktop app.
    3) The app said it needed to be updated. I hit the update button.
    4) Update started and proceeded slowly as it had in many previous failed attempts (I have ATT DSL at the slowest level, but it is not dial-up). Within about 30 min, the update succeeded.
    5) Restarted computer in normal mode.
    6) The creative cloud desktop app now did not say it needs to be updated, and I can update my other apps normally. Have not updated LR or PS yet, but plan to try. If that fails, I may try doing it in the Safe Mode with Networking.
    So, that was relatively painless and much much simpler than many of the other suggestions I saw. Do not know if it will work for everyone, but I wanted to post the fix that worked for me. Thank you very much to the 2 or 3 users who had suggested this fix earlier (sorry, I did not write down your IDs, but the threads can be found by searching for creative cloud desktop update fail error code 50). Hope this saves some people a lot of time.

  • Software update always fails due to "unknown error"

    When I attempt to install software updates on my Macbook Air the process always fails with an error message that says "unable to install due to unexpected error" (or something like that). Any ideas how to fix this problem? I've found some references to this problem in the discussions but the proposed fix didn't work for me.
    Bruce

    Nov 12 10:37:29 Bruces-MacBook-Air Software Update[986]: JS: 10.7.4
    Nov 12 10:37:30 Bruces-MacBook-Air diskmanagementd[1006]: DM ->T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: inHostDiskUDS=0x10ad36c20=disk0s2=Macintosh HD inWhatStr=RecoveryInfoBaseSystemVersion
    Nov 12 10:37:30 Bruces-MacBook-Air diskmanagementd[1006]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did get booterRecoveryUDS=0x10ad36ae0=disk0s3=Recovery HD
    Nov 12 10:37:30 Bruces-MacBook-Air diskmanagementd[1006]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did mount nobrowse; MP=/Volumes/Recovery HD OMS=0x7fdf6a5067f0
    Nov 12 10:37:30 Bruces-MacBook-Air diskmanagementd[1006]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: getting dict from file=/Volumes/Recovery HD/com.apple.recovery.boot/SystemVersion.plist
    Nov 12 10:37:30 Bruces-MacBook-Air diskmanagementd[1006]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: got dict (or NULL=will return err): oooInfoDict=0x7fdf6c006f00
    Nov 12 10:37:30 Bruces-MacBook-Air diskmanagementd[1006]: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did if-needed-best-effort unmount
    Nov 12 10:37:30 Bruces-MacBook-Air diskmanagementd[1006]: DM <-T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: retErr=0 outInfoDict={
            ProductBuildVersion = 11E2702;
            ProductCopyright = "1983-2012 Apple Inc.";
            ProductName = "Mac OS X";
            ProductUserVisibleVersion = "10.7.4";
            ProductVersion = "10.7.4";
    Nov 12 10:37:30 Bruces-MacBook-Air Software Update[986]: JS: 10.7.4
    Nov 12 10:37:31: --- last message repeated 1 time ---
    Nov 12 10:37:31 Bruces-MacBook-Air Software Update[986]: JS: Firmware is up to date.
    Nov 12 10:37:31 Bruces-MacBook-Air Software Update[986]: JS: model = MacBookAir5,2
    Nov 12 10:37:31 Bruces-MacBook-Air Software Update[986]: JS: 10.7.4
    Nov 12 10:37:37: --- last message repeated 4 times ---
    Nov 12 10:37:37 Bruces-MacBook-Air Software Update[996]: Acquired Lock: 501, 986, 0
    Nov 12 10:37:37 Bruces-MacBook-Air Software Update[996]: Releasing Lock: 501, 986, 0
    Nov 12 10:37:41 Bruces-MacBook-Air Software Update[986]: Calculated need 5167.634 MB; 91316.322 MB free; 91316.322 MB available with MTM reclaim
    Nov 12 10:37:50 Bruces-MacBook-Air Software Update[996]: Acquired Lock: 501, 986, 0
    ---- download, install and reboot started here -----
    Nov 12 11:12:15 Bruces-MacBook-Air Software Update[986]: Calculated need 3686.898 MB; 89835.094 MB free; 89835.094 MB available with MTM reclaim
    Nov 12 11:12:15 Bruces-MacBook-Air Software Update[996]: Releasing Lock: 501, 986, 0
    Nov 12 11:12:18 Bruces-MacBook-Air Software Update[996]: Acquired Lock: 0, 1060, 0
    Nov 12 11:12:20 Bruces-MacBook-Air installd[1061]: PackageKit: ----- Begin install -----
    Nov 12 11:12:20 Bruces-MacBook-Air installd[1061]: PackageKit: request=PKInstallRequest <5 packages, destination=/>
    Nov 12 11:12:20 Bruces-MacBook-Air installd[1061]: PackageKit: packages=(
            "PKLeopardPackage <file://localhost/Library/Updates/041-6215/FlashbackMalwareRemover.pkg>",
            "PKLeopardPackage <file://localhost/Library/Updates/041-6259/MacBookAirMid2012SoftwareUpd1.0.pkg> ",
            "PKLeopardPackage <file://localhost/Library/Updates/041-6725/MacBookAirandMacBookProUpd1.0.pkg>",
            "PKLeopardPackage <file://localhost/Library/Updates/041-7916/MacOSXUpd10.7.5.pkg>",
            "PKLeopardPackage <file://localhost/Library/Updates/041-7916/RemoteDesktop.pkg>"
    Nov 12 11:12:20 Bruces-MacBook-Air installd[1061]: PackageKit: Skipping component "com.apple.ColorSyncUtility" (4.7.4-4.7.4-235011000000000-*) because version 4.7.5-4.7.5-235012000000000-* will also be installed.
    --- many more lines of "Skipping component" deleted ---
    Nov 12 11:12:21 Bruces-MacBook-Air installd[1061]: PackageKit: Skipping component "com.apple.iokit.IOUSBFamily" (5.0.8-5.0.8-508004001000000-*) because version 5.1.0-5.1.0-510004006000000-* will also be installed.
    Nov 12 11:12:26 Bruces-MacBook-Air installd[1061]: PackageKit: Will do receipt-based obsoleting for package identifier com.apple.pkg.RemoteDesktop (prefix path=/)
    Nov 12 11:12:26 Bruces-MacBook-Air installd[1061]: PackageKit: Extracting file://localhost/Library/Updates/041-6215/FlashbackMalwareRemover.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov 12 11:12:27 Bruces-MacBook-Air installd[1061]: PackageKit: Extracting file://localhost/Library/Updates/041-6259/MacBookAirMid2012SoftwareUpd1.0.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov 12 11:12:30 Bruces-MacBook-Air installd[1061]: PackageKit: Extracting file://localhost/Library/Updates/041-6725/MacBookAirandMacBookProUpd1.0.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov 12 11:12:36 Bruces-MacBook-Air installd[1061]: PackageKit: Extracting file://localhost/Library/Updates/041-7916/MacOSXUpd10.7.5.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov 12 11:13:12 Bruces-MacBook-Air installd[1061]: PackageKit: Extracting file://localhost/Library/Updates/041-7916/RemoteDesktop.pkg (destination=/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root, uid=0)
    Nov 12 11:13:12 Bruces-MacBook-Air installd[1061]: PackageKit: update_dyld_shared_cache -overlay /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root
    Nov 12 11:13:13 Bruces-MacBook-Air installd[1061]: update_dyld_shared_cache[1068] updating i386 cache because current cache file contains a different set of dylibs
    Nov 12 11:13:18 Bruces-MacBook-Air installd[1061]: update_dyld_shared_cache[1068] updating x86_64 cache because current cache file contains a different set of dylibs
    Nov 12 11:13:23 Bruces-MacBook-Air installd[1061]: PackageKit: Using sandbox version of /usr/libexec/xpchelper
    Nov 12 11:13:23 Bruces-MacBook-Air installd[1061]: PackageKit: xpchelper --rebuild-cache --overlay /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/Cleanup At Startup/PKInstallSandbox-tmp/Root
    Nov 12 11:13:23 Bruces-MacBook-Air installd[1061]: Deferred path /System/Library/PreferencePanes/.Displays/V1/Displays.prefPane/Contents/Resourc es/Dutch.lproj/DisplaysPref.nib/objects.nib is not in sandbox and will be skipped.
    --- many, many more lines of "Deferred path ... is not in sandbot and will be skipped ---
    Nov 12 11:13:24 Bruces-MacBook-Air installd[1061]: Deferred path /System/Library/PreferencePanes/UniversalAccessPref.prefPane/Contents/version.p list is not in sandbox and will be skipped.
    Nov 12 11:13:24 Bruces-MacBook-Air installd[1061]: open on /System/DeferredInstall/Scripts/Shove: File exists
    Nov 12 11:13:26 Bruces-MacBook-Air installd[1061]: PackageKit: Install Failed: Error Domain=PKInstallErrorDomain Code=114 "An error occurred while setting up files for deferred installation." UserInfo=0x7fd263b62cc0 {NSLocalizedDescription=An error occurred while setting up files for deferred installation., NSUnderlyingError=0x7fd263c16a20 "“Shove” couldn’t be copied to “Scripts” because an item with the same name already exists."} {
            NSLocalizedDescription = "An error occurred while setting up files for deferred installation.";
            NSUnderlyingError = "Error Domain=NSCocoaErrorDomain Code=516 \"\U201cShove\U201d couldn\U2019t be copied to \U201cScripts\U201d because an item with the same name already exists.\" UserInfo=0x7fd263ba9890 {NSUserStringVariant=(\n    Copy\n), NSDestinationFilePath=/System/DeferredInstall/Scripts/Shove, NSFilePath=/private/tmp/PKInstallSandbox.RfMmtE/Scripts/com.apple.pkg.update.os .10.7.5.11G63b.delta.6mH88d/Shove, NSUnderlyingError=0x7fd263c4da50 \"The operation couldn\U2019t be completed. File exists\"}";
    Nov 12 11:13:26 Bruces-MacBook-Air Software Update[996]: Releasing Lock: 0, 1060, 0
    Nov 12 11:13:26 Bruces-MacBook-Air Software Update[1060]: Error: An error occurred while setting up files for deferred installation. (PKInstallErrorDomain code 114)

Maybe you are looking for

  • Reg. Generic Object Services - GOS

    Hi All, I've a requirement where I need to call the toolbox and make attachments for a Custom create transaction from screen 100 to 200. Everything is working fine but my problem is I'm not able to view the Attachment list Icon (It is in Disable mode

  • Looping Multiple Text files in SSIS

    Hi, I have a requirement in which i have 100 text files having one row each in it. Now i need to load Each row of data into a SQL table using SSIS and i dont want to stop the package even though it fails for any reason ( like inapporiate Data somethi

  • Two Main process and a common sub flow

    Hi I am having Two Process namely Process 1 with Role 1 Process 2 with Role 2 and a sub Process 3 is common to above both Process. My problem is When i was trying to create a Process 3 in BPM studio by default it it is creating in Default Automatic R

  • Save tektronix waveform into csv file

    Hello, I am trying to save the waveform that from tektronix oscilloscope into a csv file by using Write to the Spreadsheet.vi . But only one data is in the spreadsheet? How should I do this? Thanks,

  • How Do I Import a Website?

    How Do I Import an Existing Website into Dreamweaver? I would like to work on an existing website with Dreamweaver 8... I cannot find any way to import a complete website, only ways to browse for and open existing HTML pages. Is there a way to simply