Sequence failure

Hi All,
Pls anybody help ,what would be output of STEP-5*:
Step-1:
CREATE SEQUENCE seq_test
MINVALUE 1
START WITH 1
INCREMENT BY 1
CACHE 20;
Step-2:
SELECT seq_test.nextval FROM dual;
--output - 1
Step-3:
SELECT seq_test.nextval FROM dual;
--output - 2
Step-4: system failure occurs
Step-5:
SELECT seq_test.nextval FROM dual;
--output - ??                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

What sort of "system failure" do you mean? Is it just an error occured and rollback was issued? Is it the session ending? Is it the database server being restarted?
You have caching on your sequence so there's a possibility you will get a gap depending on the nature of the failure.
If you're looking to create gapless sequences, then think again as it's not possible to guarantee a gap free sequence even if the caching is disabled from the sequence.

Similar Messages

  • Step failure causes sequence failure Option

    Hi !
    I need some clarification about the Step failure causes sequence failure Option , I'm using TS 4.2 Under Win XP .
    Lets say i have a Seq with 4 steps in all of then Step failure causes sequence failure Option is Checked .
    Record Result in all of the3 steps is Checked , If the first step will fail will it perform the next steps ? and will it record the result for this steps ?
    Thank U . 
    Kobi Kalif
    Software Engineer

    Record Result in all of the3 steps is Checked , If the first step will fail will it perform the next steps ? YES
    and will it record the result for this steps ? YES
    What this is signifying, is if a Step fails then when the Sequence has completed and returned back to the caller the status of this step will be FAILED.
    If you need to jump to Cleanup then you will need to set the Post Action.
    regards
    Ray Farmer
    Regards
    Ray Farmer

  • Activate or skip "Record Results" and "Step Failure Cause Sequence Failure" for all steps of a step type

    Hello all,
    I am using teststand 3.1
    Is it possible to skip or activate ´"Record Results" and "Step Failure Cause Sequence Failure" for all steps of a step type.
    It is very much work to do this for all steps, because I have hundred of steps
    regards
    samuel

    hi,
    here is an example that will change the TS.NoResult. You just have to change this area of the sequence to suit your needs
    I haven't added any fancy stuff, such as adding a filedialog to get the seq file to change, you will find the various variables in the Locals.
    Hope it helps
    There is a version for 3.1 and 3.5.
    Regards
    Ray Farmer
    Regards
    Ray Farmer
    Attachments:
    ChangeStepTypeRunMode.zip ‏30 KB

  • How to terminate on Sequence Failure?

    HI,
    I would like to terminate the test upon a sequence failure.  However ONLY from sequences called by the MainSequence!!
    I tried to set in the PostAction --> Terminate on Fail, but it didn't stop?!
    Can you recommend a way to accomplish it?
    Also, I would like to see a Failure mark (red FAIL) on the failed sequence (if possilbe)
    Thanks
    Rafi

    Rafi,
    i tested your request and most of the things are working just as you request them:
    - A failing step configured as Post-Action Terminate at Fail will terminate the execution.
    - A sequence terminating by this action will get the result "Terminated"
    What does not work as you (seem to) desire:
    - The execution will never instantly stop, not with termination nor with abort.
    - The result "Terminated" is displayed in a dark blue box within the Sequence Editor. There will not be the result Failed for the subsequence.
    The execution will never instantly stop because TestStand always waits until possible active modules have finished. If you use the default SequentialModel, this method of temination should instantly initiate the termination procedure. Within this procedure though, all steps in the "Cleanup"-stepgroups are called going up the callstack. This is an important feature which cannot be changed.
    Regarding your failure mark: do you use an UI other than the Sequence Editor?
    hope this helps,
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Reading Configure- Station Options- Immediately Goto Cleanup on Sequence Failure Checkbox Setting

    In TestStand 3.5, how do you programatically read the status of the Configure->Station Options->Immediately Goto Cleanup on Sequence Failure checkbox?  How would you programatically set this value?
    Solved!
    Go to Solution.

    Thanks for the reply, but I tried your suggestion and it cannot resolve the reference.  When I typed in Engine. it was immediately replaced by RunState.Engine. so I used RunState.Engine.StationOptions.AlwaysGotoCleanupOn Failure.  When the step was executed, there was an error stating "Unknown variable or property name RunState.Engine.StationOptions".  When I go to the context tab, I see the Engine object, but I cannot expand to see what elements it contains.  Any further suggestions?   How does one find out what "Engine" contains anyway?

  • Where is "Immediately Goto Cleanup on Sequence Failure" stored?

    1. When I set "Immediately Goto Cleanup on Sequence Failure" on the Station Options dialog, where is that property stored? I want to have the process model set it and not let operators set it.
    2. If I am running the Batch model, and one socket fails, what is a good way to terminate the other socket(s), or make the other socket(s) jump to their own cleanups?
    Thanks,
    cc

    Hello cc,
    For your first question, you can use the TestStand API to set the Engine.StationOptions.AlwaysGotoCleanupOnFailure property to True.  This has the same affect as setting the Station Options manually.
    You second question is more tricky.  One way that you can have the other TestSockets go to their clean up is by sharing a FileGlobal.  If one TestSocket fails, then it would set this variable to true.  Then all of the other TestSockets would check this variable before each step to see if there is an error; if so, then they would branch to clean-up of that sequence.  You will most likely want to use the ProcessModelPreStep and ProcessModelPostStepFailure Engine callbacks in your process model.  They will fire at the appropriate time in your client sequence file (not in the process model where you defined them).  I hope this helps.  Have a greay day!
    Best Regards,
    Software Engineer
    Jett R

  • 0x800700002 Tast Sequence Failure

    Hi guy's,
    I'm having a bit of a problem in trying to image a Dell OptiPlex 7020 machine in SCCM. I have downloaded the SCCM CAB & WinPE drivers from the Dell website, split them off so I am only using 32bit drivers, and I have then imported them into SCCM, adding
    the WinPE drivers to our WinPE image and updating the corresponding distribution points.
    The image process appears to go fine, and when it gets to the very very end of the TS, it throws up a 0x800700002 Task Sequence Failure error message when trying to access one of the packages. I did an ipconfig at this stage and the machine didn't have
    any IP address settings......I checked this again at the start of the image process, and the machine DOES have an IP address assigned at the beginning, and accesses this very same package perfectly fine at the beginning when it has an IP address. 
    I have re-imported the drivers a number of occasions, but this hasn't made a difference. All access rights appear to be in place, and older model machines we have image perfectly fine without any issues.
    I tried posting up the log, but the forum here has complained about not allowing images/links until my account is verified.
    Can anyone offer any assistance? I've been testing and trialling for nearly a week trying all sorts without success.
    Thanks  

    Anyone? Any suggestions? :)

  • Option ReTest Sequence Failure

    Hi All,
    I'm quite new in test stand and I need some help on my test program.
    I have a local sequence created on my main sequence. I shall call this sequence as "tuning".
    This "tuning" sequence actualy tests if the unit is tuned properly.
    In most cases the first tuning always fail. So I want to give them the option to retune it and redo the sequence again.
    I can do a pass fail count on the looping properties for example "Stop after 1 pass or a maximum of 10 Iterations" in which to my understanding
    is the operator can tune it upto 10 ten times before it could be considered a fail unit.
    My problem is that sometimes after one tuning test the operator can tell right away that it is a helpless case and it can not be tuned. So i dont want them
    to wait until ten times before failing a unit since the sequence cycle time is quite long.
    I want to give them an option to fail the unit right away if they think its a failure maybe after trying 4-5 times.
    This where my question goes::: how do i approach it?
    Advise will be gladly appreciated.
    Best Regards,Ray

    This is what I have done.. I don't know where I'm getting wrong..
    Attachments:
    11.seq ‏9 KB

  • SCCM 2012 Task Sequence Failure 0x8007000e

    I have an SCCM 2012 RTM setup that was previously working fine. Now it will not Deploy any task sequences at all giving me the error 0x800700e. I have read up on this error and it seems to be that there is not enough disk space.
    1 TB is not enough? We all got issues then. I know this isnt the problem. I read on technet that it may be because of the updates being too large. I have disabled the updates. Same problems. This happens with any deployment or capture using TS. Even the
    ones that have worked fine for ages.
    The only change I have made is installing MDT and uninstalling it makes no difference at all.
    Here is SMSTS.log:
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012.stw.local:80 GET /SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_b3571cfa-e19e-44e6-9feb-b62895c33409/VI.SHA256:9B58FAE13D775572FFC29B4CC6DCF35AF740331A2769B83D2FAF69DDE0AC51BF]LOG]!><time="10:11:25.581-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="10:11:25.597-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8758">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="10:11:25.597-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:736">
    <![LOG[Decompression (zlib) succeeded: original size 5692, uncompressed size 41914.]LOG]!><time="10:11:25.597-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:647">
    <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="10:11:25.597-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:481">
    <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="10:11:25.597-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:528">
    <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_B3571CFA-E19E-44E6-9FEB-B62895C33409/VI.SHA256:9B58FAE13D775572FFC29B4CC6DCF35AF740331A2769B83D2FAF69DDE0AC51BF]LOG]!><time="10:11:25.597-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4806">
    <![LOG[Response ID: SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_B3571CFA-E19E-44E6-9FEB-B62895C33409/VI]LOG]!><time="10:11:25.597-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4807">
    <![LOG[Reading Policy Body.]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2023">
    <![LOG[Parsing Policy Body.]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2030">
    <![LOG[Downloading policy body ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_9ec5f064-8ab2-474a-84c4-383c95425a94/VI.]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="tspolicy.cpp:1992">
    <![LOG[Preparing Policy Body Request.]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1995">
    <![LOG[ Setting transport.]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1996">
    <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_9ec5f064-8ab2-474a-84c4-383c95425a94/VI.SHA256:7F558FDF821B09FEB1E0F78FF7D4BB42BBC8720B80240FCF42F0B1AF02B03E5E.]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1998">
    <![LOG[Executing Policy Body Request.]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2015">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012.stw.local:80 GET /SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_9ec5f064-8ab2-474a-84c4-383c95425a94/VI.SHA256:7F558FDF821B09FEB1E0F78FF7D4BB42BBC8720B80240FCF42F0B1AF02B03E5E]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="10:11:25.613-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8758">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:736">
    <![LOG[Decompression (zlib) succeeded: original size 5690, uncompressed size 41914.]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:647">
    <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:481">
    <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:528">
    <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_9EC5F064-8AB2-474A-84C4-383C95425A94/VI.SHA256:7F558FDF821B09FEB1E0F78FF7D4BB42BBC8720B80240FCF42F0B1AF02B03E5E]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4806">
    <![LOG[Response ID: SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_9EC5F064-8AB2-474A-84C4-383C95425A94/VI]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4807">
    <![LOG[Reading Policy Body.]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2023">
    <![LOG[Parsing Policy Body.]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2030">
    <![LOG[Downloading policy body ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_c997022a-37c3-44bf-9ce0-0c8c121eeec4/VI.]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="tspolicy.cpp:1992">
    <![LOG[Preparing Policy Body Request.]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1995">
    <![LOG[ Setting transport.]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1996">
    <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_c997022a-37c3-44bf-9ce0-0c8c121eeec4/VI.SHA256:8BE3B28D2D723FD3F7660A4CA2B49A7A05DA934A0BB795249FBBED520DF71C46.]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1998">
    <![LOG[Executing Policy Body Request.]LOG]!><time="10:11:25.628-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2015">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012.stw.local:80 GET /SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_c997022a-37c3-44bf-9ce0-0c8c121eeec4/VI.SHA256:8BE3B28D2D723FD3F7660A4CA2B49A7A05DA934A0BB795249FBBED520DF71C46]LOG]!><time="10:11:25.644-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="10:11:25.644-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8758">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="10:11:25.644-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:736">
    <![LOG[Decompression (zlib) succeeded: original size 5691, uncompressed size 41914.]LOG]!><time="10:11:25.644-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:647">
    <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="10:11:25.644-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:481">
    <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="10:11:25.644-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:528">
    <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_C997022A-37C3-44BF-9CE0-0C8C121EEEC4/VI.SHA256:8BE3B28D2D723FD3F7660A4CA2B49A7A05DA934A0BB795249FBBED520DF71C46]LOG]!><time="10:11:25.644-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4806">
    <![LOG[Response ID: SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_C997022A-37C3-44BF-9CE0-0C8C121EEEC4/VI]LOG]!><time="10:11:25.644-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4807">
    <![LOG[Reading Policy Body.]LOG]!><time="10:11:25.659-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2023">
    <![LOG[Parsing Policy Body.]LOG]!><time="10:11:25.659-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2030">
    <![LOG[Downloading policy body ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_713e6bec-89a5-455e-9cd0-bf8b23746ae7/VI.]LOG]!><time="10:11:25.659-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="tspolicy.cpp:1992">
    <![LOG[Preparing Policy Body Request.]LOG]!><time="10:11:25.659-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1995">
    <![LOG[ Setting transport.]LOG]!><time="10:11:25.659-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1996">
    <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_713e6bec-89a5-455e-9cd0-bf8b23746ae7/VI.SHA256:BEF5E952005AB913BF0E56BB474D2DB333E016735A381E6DA252D0B797149858.]LOG]!><time="10:11:25.659-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1998">
    <![LOG[Executing Policy Body Request.]LOG]!><time="10:11:25.659-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2015">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012.stw.local:80 GET /SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_713e6bec-89a5-455e-9cd0-bf8b23746ae7/VI.SHA256:BEF5E952005AB913BF0E56BB474D2DB333E016735A381E6DA252D0B797149858]LOG]!><time="10:11:25.659-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8758">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:736">
    <![LOG[Decompression (zlib) succeeded: original size 5695, uncompressed size 41914.]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:647">
    <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:481">
    <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:528">
    <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_713E6BEC-89A5-455E-9CD0-BF8B23746AE7/VI.SHA256:BEF5E952005AB913BF0E56BB474D2DB333E016735A381E6DA252D0B797149858]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4806">
    <![LOG[Response ID: SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_713E6BEC-89A5-455E-9CD0-BF8B23746AE7/VI]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4807">
    <![LOG[Reading Policy Body.]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2023">
    <![LOG[Parsing Policy Body.]LOG]!><time="10:11:25.675-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2030">
    <![LOG[Downloading policy body ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_cecff080-53d3-45e7-9700-bfa3f0a82127/VI.]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="tspolicy.cpp:1992">
    <![LOG[Preparing Policy Body Request.]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1995">
    <![LOG[ Setting transport.]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1996">
    <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_cecff080-53d3-45e7-9700-bfa3f0a82127/VI.SHA256:DCDE9C38C9931ABEDC46A88AC9E60F170A6D69AB700E6A6E3D0389AC0B306FE3.]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1998">
    <![LOG[Executing Policy Body Request.]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2015">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012.stw.local:80 GET /SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_cecff080-53d3-45e7-9700-bfa3f0a82127/VI.SHA256:DCDE9C38C9931ABEDC46A88AC9E60F170A6D69AB700E6A6E3D0389AC0B306FE3]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8758">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:736">
    <![LOG[Decompression (zlib) succeeded: original size 5709, uncompressed size 41914.]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:647">
    <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:481">
    <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="10:11:25.691-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:528">
    <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_CECFF080-53D3-45E7-9700-BFA3F0A82127/VI.SHA256:DCDE9C38C9931ABEDC46A88AC9E60F170A6D69AB700E6A6E3D0389AC0B306FE3]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4806">
    <![LOG[Response ID: SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_CECFF080-53D3-45E7-9700-BFA3F0A82127/VI]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4807">
    <![LOG[Reading Policy Body.]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2023">
    <![LOG[Parsing Policy Body.]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2030">
    <![LOG[Downloading policy body ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_24e4c0e2-6033-488c-81f0-e6361efaf4ba/VI.]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="tspolicy.cpp:1992">
    <![LOG[Preparing Policy Body Request.]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1995">
    <![LOG[ Setting transport.]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1996">
    <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_24e4c0e2-6033-488c-81f0-e6361efaf4ba/VI.SHA256:91E2397794682FD60D8805B2D8B02FEC4AF42B6FBC85EC47F7FF9703C24D0E01.]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1998">
    <![LOG[Executing Policy Body Request.]LOG]!><time="10:11:25.706-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2015">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012.stw.local:80 GET /SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_24e4c0e2-6033-488c-81f0-e6361efaf4ba/VI.SHA256:91E2397794682FD60D8805B2D8B02FEC4AF42B6FBC85EC47F7FF9703C24D0E01]LOG]!><time="10:11:25.722-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="10:11:25.722-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8758">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="10:11:25.722-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:736">
    <![LOG[Decompression (zlib) succeeded: original size 5708, uncompressed size 41914.]LOG]!><time="10:11:25.722-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:647">
    <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="10:11:25.722-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:481">
    <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="10:11:25.722-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:528">
    <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_24E4C0E2-6033-488C-81F0-E6361EFAF4BA/VI.SHA256:91E2397794682FD60D8805B2D8B02FEC4AF42B6FBC85EC47F7FF9703C24D0E01]LOG]!><time="10:11:25.722-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4806">
    <![LOG[Response ID: SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_24E4C0E2-6033-488C-81F0-E6361EFAF4BA/VI]LOG]!><time="10:11:25.722-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4807">
    <![LOG[Reading Policy Body.]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2023">
    <![LOG[Parsing Policy Body.]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2030">
    <![LOG[Downloading policy body ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_9ab18845-3f52-4e1f-a607-3b5997e703c6/VI.]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="tspolicy.cpp:1992">
    <![LOG[Preparing Policy Body Request.]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1995">
    <![LOG[ Setting transport.]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1996">
    <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_9ab18845-3f52-4e1f-a607-3b5997e703c6/VI.SHA256:E63F2274353FAA063DEDF28F614588D802E2768D53AA87F9791D7543C3E3BE42.]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1998">
    <![LOG[Executing Policy Body Request.]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2015">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012.stw.local:80 GET /SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_9ab18845-3f52-4e1f-a607-3b5997e703c6/VI.SHA256:E63F2274353FAA063DEDF28F614588D802E2768D53AA87F9791D7543C3E3BE42]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="10:11:25.737-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8758">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:736">
    <![LOG[Decompression (zlib) succeeded: original size 5715, uncompressed size 41914.]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:647">
    <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:481">
    <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:528">
    <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_9AB18845-3F52-4E1F-A607-3B5997E703C6/VI.SHA256:E63F2274353FAA063DEDF28F614588D802E2768D53AA87F9791D7543C3E3BE42]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4806">
    <![LOG[Response ID: SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_9AB18845-3F52-4E1F-A607-3B5997E703C6/VI]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4807">
    <![LOG[Reading Policy Body.]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2023">
    <![LOG[Parsing Policy Body.]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2030">
    <![LOG[Downloading policy body ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_51631236-80d5-4b53-a270-92b0e24c090e/VI.]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="tspolicy.cpp:1992">
    <![LOG[Preparing Policy Body Request.]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1995">
    <![LOG[ Setting transport.]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1996">
    <![LOG[ Setting policy location = http://<mp>/SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_51631236-80d5-4b53-a270-92b0e24c090e/VI.SHA256:B15A1F8969E8DF2EA29784A9E6DCAB3C9AD60C3F7283453B73200C216EF4D539.]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:1998">
    <![LOG[Executing Policy Body Request.]LOG]!><time="10:11:25.753-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2015">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012.stw.local:80 GET /SMS_MP/.sms_pol?ScopeId_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AuthList_51631236-80d5-4b53-a270-92b0e24c090e/VI.SHA256:B15A1F8969E8DF2EA29784A9E6DCAB3C9AD60C3F7283453B73200C216EF4D539]LOG]!><time="10:11:25.769-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8422">
    <![LOG[Request was succesful.]LOG]!><time="10:11:25.769-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8758">
    <![LOG[::DecompressBuffer(65536)]LOG]!><time="10:11:26.829-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:736">
    <![LOG[Decompression (zlib) succeeded: original size 777343, uncompressed size 6459734.]LOG]!><time="10:11:27.110-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:647">
    <![LOG[Hash computed from CSP: Microsoft Enhanced RSA and AES Cryptographic Provider, AlgID: 32780, HashSize: 32 ]LOG]!><time="10:11:27.157-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:481">
    <![LOG[Expected Hash size: 32, Computed Hash size: 32 ]LOG]!><time="10:11:27.157-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="libcrypt.cpp:528">
    <![LOG[Request location: HTTP://<MP>/SMS_MP/.SMS_POL?SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_51631236-80D5-4B53-A270-92B0E24C090E/VI.SHA256:B15A1F8969E8DF2EA29784A9E6DCAB3C9AD60C3F7283453B73200C216EF4D539]LOG]!><time="10:11:27.656-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4806">
    <![LOG[Response ID: SCOPEID_6018FCB4-5D22-4CF7-8309-5B1E7E79C657/AUTHLIST_51631236-80D5-4B53-A270-92B0E24C090E/VI]LOG]!><time="10:11:27.656-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4807">
    <![LOG[Reading Policy Body.]LOG]!><time="10:11:28.343-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2023">
    <![LOG[Parsing Policy Body.]LOG]!><time="10:11:28.358-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tspolicy.cpp:2030">
    <![LOG[::CompressBuffer(65536,-1)]LOG]!><time="10:11:29.310-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:696">
    <![LOG[Compression (zlib) succeeded: original size 42856010, compressed size 4996942.]LOG]!><time="10:11:32.679-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="ccmzlib.cpp:485">
    <![LOG[((p.Header->UsedBytes + nNameBytes + nNewValueBytes) < 0xA00000) != 0, HRESULT=8007000e (e:\nts_sccm_release\sms\framework\tscore\environmentscope.cpp,430)]LOG]!><time="10:11:34.723-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="environmentscope.cpp:430">
    <![LOG[m_pGlobalScope->setValue (pszName, c_szBinaryType + sEncodedValue), HRESULT=8007000e (e:\nts_sccm_release\sms\framework\tscore\environmentlib.cpp,524)]LOG]!><time="10:11:34.723-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="environmentlib.cpp:524">
    <![LOG[TS::Environment::SharedEnvironment.setValue( TS::EnvironmentVar::CIVersionInfoPolicy, (const BYTE*)sPolicyXML.c_str(), (sPolicyXML.length()+1)*sizeof(WCHAR) ), HRESULT=8007000e (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,1887)]LOG]!><time="10:11:34.723-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tsmediawizardcontrol.cpp:1887">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="10:11:34.739-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="commandline.cpp:228">
    <![LOG[Set command line: "X:\sms\bin\x64\TsProgressUI.exe" /Unregister]LOG]!><time="10:11:34.739-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="commandline.cpp:705">
    <![LOG[Executing command line: "X:\sms\bin\x64\TsProgressUI.exe" /Unregister]LOG]!><time="10:11:34.739-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="commandline.cpp:801">
    <![LOG[==========[ TsProgressUI started in process 1116 ]==========]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TsProgressUI" context="" type="1" thread="1120" file="winmain.cpp:329">
    <![LOG[Command line: "X:\sms\bin\x64\TsProgressUI.exe" /Unregister]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TsProgressUI" context="" type="0" thread="1120" file="winmain.cpp:332">
    <![LOG[Unregistering COM classes]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TsProgressUI" context="" type="1" thread="1120" file="winmain.cpp:204">
    <![LOG[Unregistering class objects]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TsProgressUI" context="" type="1" thread="1120" file="winmain.cpp:495">
    <![LOG[Shutdown complete.]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TsProgressUI" context="" type="1" thread="1120" file="winmain.cpp:512">
    <![LOG[Process completed with exit code 0]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="commandline.cpp:1098">
    <![LOG[Successfully unregistered TS Progress UI.]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="1084" file="utils.cpp:2075">
    <![LOG[ExecuteSelectedTaskSequence(fpCallbackProc,pv,hCancelEvent), HRESULT=8007000e (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,1484)]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tsmediawizardcontrol.cpp:1484">
    <![LOG[hrReturn, HRESULT=8007000e (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediaresolveprogresspage.cpp,408)]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="1084" file="tsmediaresolveprogresspage.cpp:408">
    <![LOG[ThreadToResolveAndExecuteTaskSequence failed. Code(0x8007000E)]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="3" thread="1084" file="tsmediaresolveprogresspage.cpp:408">
    <![LOG[ThreadToResolveAndExecuteTaskSequence returned code 0x8007000E]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="840" file="tsmediaresolveprogresspage.cpp:221">
    <![LOG[Setting wizard error: An error occurred while starting the task sequence (0x8007000E). For more information, contact your system administrator or helpdesk operator.]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="840" file="tsmediawizardcontrol.cpp:1504">
    <![LOG[ResolveProgressPage::OnWizardNext()]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="840" file="tsmediaresolveprogresspage.cpp:113">
    <![LOG[Activating Finish Page.]LOG]!><time="10:11:34.754-60" date="06-29-2012" component="TSPxe" context="" type="0" thread="840" file="tsmediafinishpage.cpp:107">
    <![LOG[Loading bitmap]LOG]!><time="10:11:34.770-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="840" file="tsmbootstrap.cpp:1065">
    <![LOG[Exiting task sequence wizard.]LOG]!><time="10:11:38.951-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="840" file="tsmediawizardcontrol.cpp:2278">
    <![LOG[Exiting with return code 0x00000000]LOG]!><time="10:11:39.294-60" date="06-29-2012" component="TSPxe" context="" type="1" thread="840" file="tsmbootstrap.cpp:1032">
    <![LOG[Execution complete.]LOG]!><time="10:11:39.309-60" date="06-29-2012" component="TSBootShell" context="" type="1" thread="788" file="bootshell.cpp:616">
    <![LOG[Finalizing logging from process 776]LOG]!><time="10:11:39.309-60" date="06-29-2012" component="TSBootShell" context="" type="1" thread="788" file="tslogging.cpp:1741">
    <![LOG[Finalizing logs to root of first available drive]LOG]!><time="10:11:39.309-60" date="06-29-2012" component="TSBootShell" context="" type="1" thread="788" file="tslogging.cpp:1583">
    <![LOG[Successfully finalized logs to C:\SMSTSLog]LOG]!><time="10:11:39.356-60" date="06-29-2012" component="TSBootShell" context="" type="1" thread="788" file="tslogging.cpp:1640">
    <![LOG[Cleaning up task sequencing logging configuration.]LOG]!><time="10:11:39.356-60" date="06-29-2012" component="TSBootShell" context="" type="0" thread="788" file="tslogging.cpp:584">
    Please help. Its so frustrating because literally last week there were no problems at all....

    This issue is not solely related to windows updates.  I am getting the same thing while trying to deploy a package via OSD Task sequence.  The app installs but will report a 7000e error.  It is a small test ts that id made so I can mimic the
    actual osd steps and I disable successful steps so I can then troubleshoot the broken steps.  Now I am down to the last one.  My next step will be to create it as an application and test that way.  Was hoping to simply hammer out some quick
    OSD only based items as packages instead of Applications.
    Any help would be appreciated.
    Here is an excerpt from the smsts log
    Successfully finalized logs to SMS client log directory from C:\WINDOWS\CCM\Logs TSManager 7/11/2013 12:21:26 PM 3484 (0x0D9C)
    ?<![LOG[Set a global environment variable _SMSTSCurrentActionName=CF-52 Specific]LOG]!><time="13:50:33.686+300" date="07-11-2013" component="TSManager" context="" type="0" thread="924" file="executionenv.cxx:668">   1/1/1601 12:00:00 AM 383985212
    (0x16E3263C)
    Set a global environment variable _SMSTSNextInstructionPointer=2 TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Evaluating an AND expression TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Evaluating a WMI condition expression TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Expand a string: root\cimv2 TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Expand a string: Select * from win32_computersystem where model like "CF-52%" TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    The condition for the group (CF-52 Specific) is evaluated to be true TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    The group (CF-52 Specific) has been successfully started TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Updated security on object C:\_SMSTaskSequence. TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=3 TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Set a TS execution environment variable _SMSTSNextInstructionPointer=3 TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Set a global environment variable _SMSTSInstructionStackString=1 2 TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Set a TS execution environment variable _SMSTSInstructionStackString=1 2 TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Save the current environment block TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install Dashboard. Instruction pointer: 3 TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install Dashboard TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=3 TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    The action (Install Dashboard) has been skipped because it is disabled TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:33 PM 924 (0x039C)
    Clear local default environment TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Execution of the instruction (Install Dashboard) has been skipped TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install quick boot. Instruction pointer: 4 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install quick boot TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=4 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    The action (Install quick boot) has been skipped because it is disabled TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Clear local default environment TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Execution of the instruction (Install quick boot) has been skipped TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install system interface. Instruction pointer: 5 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install system interface TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=5 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    The action (Install system interface) has been skipped because it is disabled TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Clear local default environment TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Execution of the instruction (Install system interface) has been skipped TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install SD Card Reader. Instruction pointer: 6 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install SD Card Reader TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=6 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    The action (Install SD Card Reader) has been skipped because it is disabled TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Clear local default environment TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Execution of the instruction (Install SD Card Reader) has been skipped TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install 52v audio. Instruction pointer: 7 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install 52v audio TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=7 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    The action (Install 52v audio) has been skipped because it is disabled TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Clear local default environment TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Execution of the instruction (Install 52v audio) has been skipped TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install 52 s or t series audio. Instruction pointer: 8 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install 52 s or t series audio TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=8 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a local default variable _SMSSWDProgramName TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSLogPath=C:\WINDOWS\CCM\Logs\SMSTSLog TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Evaluating an AND expression TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Evaluating an OR expression TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Evaluating a WMI condition expression TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Expand a string: root\cimv2 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Expand a string: Select * from win32_computersystem where model like "CF-52s%" TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Evaluating a WMI condition expression TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Expand a string: root\cimv2 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Expand a string: Select * from win32_computersystem where model like "CF-52t%" TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    The action (Install 52 s or t series audio) has been skipped because the condition is evaluated to be false TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Clear local default environment TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Execution of the instruction (Install 52 s or t series audio) has been skipped TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install 52v video. Instruction pointer: 9 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install 52v video TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=9 TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    The action (Install 52v video) has been skipped because it is disabled TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:34 PM 924 (0x039C)
    Clear local default environment TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Execution of the instruction (Install 52v video) has been skipped TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install Intel ME support. Instruction pointer: 10 TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install Intel ME support TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=10 TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    The action (Install Intel ME support) has been skipped because it is disabled TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Set authenticator in transport TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Clear local default environment TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Execution of the instruction (Install Intel ME support) has been skipped TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Start executing an instruction. Instruction name: Install USB 3.0. Instruction pointer: 11 TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Set a global environment variable _SMSTSCurrentActionName=Install USB 3.0 TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Set a global environment variable _SMSTSNextInstructionPointer=11 TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Set a local default variable _SMSSWDProgramName TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Set a global environment variable _SMSTSLogPath=C:\WINDOWS\CCM\Logs\SMSTSLog TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Evaluating an AND expression TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Evaluating a WMI condition expression TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Expand a string: root\cimv2 TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Expand a string: Select * from win32_computersystem where model like "CF-52v%" TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    The condition for the action (Install USB 3.0) is evaluated to be true TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Expand a string: smsswd.exe /pkg:CMP00276 /install /basevar: /continueOnError: TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Expand a string:  TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Start executing the command line: smsswd.exe /pkg:CMP00276 /install /basevar: /continueOnError: TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    !--------------------------------------------------------------------------------------------! TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Expand a string: FullOS TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    Executing command line: smsswd.exe /pkg:CMP00276 /install /basevar: /continueOnError: TSManager 7/11/2013 1:50:35 PM 924 (0x039C)
    [ smsswd.exe ] InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    PackageID = 'CMP00276' InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    BaseVar = '', ContinueOnError='' InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    ProgramName = 'CF-52_usb30' InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    SwdAction = '0002' InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    ResolveSource flags: 0x00000000 InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    SMSTSPersistContent: . The content for package CMP00276 will be persisted InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Set authenticator in transport InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    WinHttp credentials set InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    List of files to be downloaded InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0401/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0401/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0404/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0404/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0405/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0405/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0406/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0406/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0407/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0407/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0408/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0408/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0409/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0409/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/040B/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/040B/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/040C/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/040C/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/040D/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/040D/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/040E/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/040E/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0410/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0410/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0411/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0411/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0412/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0412/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0413/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0413/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0414/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0414/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0415/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0415/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0416/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0416/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/0419/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/0419/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/041B/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/041B/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from
    http://cm12servername:80/SMS_DP_SMSPKG$/CMP00276/sccm?/apps/041D/iusb3mon.exe.mui to C:\_SMSTaskSequence\Packages\CMP00276\apps/041D/iusb3mon.exe.mui  InstallSoftware 7/11/2013 1:50:35 PM 764 (0x02FC)
    Downloaded file from http://cm12servername:80/SMS_DP_SMSPKG$

  • Task sequence failure - Cannot find file

    Guys,
    My TS to deploy an OS ends in failure.  The main error seems to be The system cannot find the file specified. (Error: 80070002
    I have attached a copy of the smsts.log.  Does anyone have any ideas ?
    The OS, boot and packages have all been distributed successfully. I have also attached a screen shot of my TS

    unknown host (gethostbyname failed) ApplyOperatingSystem
    9/23/2014 2:10:20 PM 1172 (0x0494)
    hr, HRESULT=80072ee7 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,8919)
    ApplyOperatingSystem 9/23/2014 2:10:20 PM
    1172 (0x0494)
    sending with winhttp failed; 80072ee7 ApplyOperatingSystem
    9/23/2014 2:10:20 PM 1172 (0x0494)
    oHttpTransport.Send ((char *) S_DAVQUERY, (sizeof(S_DAVQUERY)/sizeof(S_DAVQUERY[0])) - sizeof(char), pReply, nReplySize), HRESULT=80072ee7 (e:\nts_sccm_release\sms\framework\tscore\downloadcontent.cpp,799)
    ApplyOperatingSystem 9/23/2014 2:10:20 PM
    1172 (0x0494)
    SendResourceRequest() failed. 80072ee7 ApplyOperatingSystem
    9/23/2014 2:10:20 PM 1172 (0x0494)
    SendResourceRequest(), HRESULT=80072ee7 (e:\nts_sccm_release\sms\framework\tscore\downloadcontent.cpp,516)
    ApplyOperatingSystem 9/23/2014 2:10:20 PM
    1172 (0x0494)
    oDavRequest.GetDirectoryListing (setDirs, setFiles), HRESULT=80072ee7 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,2516)
    ApplyOperatingSystem 9/23/2014 2:10:20 PM
    1172 (0x0494)
    Download() failed. 80072ee7. ApplyOperatingSystem
    9/23/2014 2:10:20 PM 1172 (0x0494)
    DownloadContentAndVerifyHash() failed. 80070002.
    ApplyOperatingSystem 9/23/2014 2:10:20 PM
    1172 (0x0494)
    DownloadContentAndVerifyHash ( pszPackageID, L"SMSPackage", saHttpContentSources, saSMBContentSources, saMulticastContentSources, sDestination, dwFlags, L"", 0, dwPackageFlags, mapNetworkAccess ), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,3052)
    ApplyOperatingSystem 9/23/2014 2:10:20 PM
    1172 (0x0494)
    DownloadContentLocally (pszSource, sSourceDirectory, dwFlags, hUserToken, mapNetworkAccess), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\tscore\resolvesource.cpp,3273)
    ApplyOperatingSystem 9/23/2014 2:10:20 PM
    1172 (0x0494)
    TS::Utility::ResolveSource( this->packageID, this->packagePath, TS::Utility::ResolveSourceFlags::PersistContents | (this->forceRunFromNet ? TS::Utility::ResolveSourceFlags::ForceRunFromNet : 0) ), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,1767)
    ApplyOperatingSystem 9/23/2014 2:10:20 PM
    1172 (0x0494)
    resolvePkgSource(), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,1810)
    ApplyOperatingSystem 9/23/2014 2:10:20 PM
    1172 (0x0494)
    Apply(), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,2019)
    ApplyOperatingSystem 9/23/2014 2:10:20 PM
    1172 (0x0494)
    Installation of image 1 in package CCM0001C failed to complete.. 
    The system cannot find the file specified. (Error: 80070002; Source: Windows)
    ApplyOperatingSystem 9/23/2014 2:10:20 PM
    1172 (0x0494)
    installer.install(), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,2094)
    ApplyOperatingSystem 9/23/2014 2:10:20 PM
    1172 (0x0494)
    ReleaseSource() for C:\_SMSTaskSequence\Packages\CCM0001C.
    ApplyOperatingSystem 9/23/2014 2:10:21 PM
    1172 (0x0494)
    The user tries to release a source directory C:\_SMSTaskSequence\Packages\CCM0001C that is either already released or we have not connected to it.
    ApplyOperatingSystem 9/23/2014 2:10:21 PM
    1172 (0x0494)
    InstallImage( g_InstallPackageID, g_ImageIndex, targetVolume, ImageType_OS, g_ConfigPackageID, g_ConfigFileName, bOEMMedia, g_RunFromNet ), HRESULT=80070002 (e:\nts_sccm_release\sms\client\osdeployment\applyos\applyos.cpp,509)
    ApplyOperatingSystem 9/23/2014 2:10:21 PM
    1172 (0x0494)
    Process completed with exit code 2147942402
    TSManager 9/23/2014 2:10:21 PM
    1076 (0x0434)
    TSManager 9/23/2014 2:10:21 PM
    1076 (0x0434)
    Failed to run the action: Apply Operating System. 
    The system cannot find the file specified. (Error: 80070002; Source: Windows)
    TSManager 9/23/2014 2:10:21 PM
    1076 (0x0434)
    MP server .org. Ports 80,443. CRL=false. TSManager
    9/23/2014 2:10:21 PM 1076 (0x0434)
    Setting authenticator TSManager
    9/23/2014 2:10:21 PM 1076 (0x0434)
    Set authenticator in transport TSManager
    9/23/2014 2:10:21 PM 1076 (0x0434)
    Sending StatusMessage TSManager
    9/23/2014 2:10:21 PM 1076 (0x0434)
    Setting message signatures. TSManager
    9/23/2014 2:10:21 PM 1076 (0x0434)
    Setting the authenticator. TSManager
    9/23/2014 2:10:21 PM 1076 (0x0434)
    CLibSMSMessageWinHttpTransport::Send: URL: .org:80  CCM_POST /ccm_system/request
    TSManager 9/23/2014 2:10:21 PM
    1076 (0x0434)
    Error. Received 0x80072ee7 from WinHttpSendRequest.
    TSManager 9/23/2014 2:10:21 PM
    1076 (0x0434)
    unknown host (gethostbyname failed) TSManager
    9/23/2014 2:10:21 PM 1076 (0x0434)
    hr, HRESULT=80072ee7 (e:\nts_sccm_release\sms\framework\osdmessaging\libsmsmessaging.cpp,8919)
    TSManager 9/23/2014 2:10:21 PM
    1076 (0x0434)
    sending with winhttp failed; 80072ee7 TSManager
    9/23/2014 2:10:21 PM 1076 (0x0434)

  • Timer expiry to cause sequence failure

    Hi,
    I would like to cause a sequence to go to cleanup and the result to fail after a timer has expired.
    At the moment in the 'Post Conditions' of the timers I have specified a custom condition expression: Step.Result.TimeoutOccured
    On condition True: Go to Cleannup
    On condition False: Go to next step.
    How would it possible to modify the result to fail once the timer has expired?
    Many thanks,

    Hi feb,
    Just had a look around the forums.  Without a bit more information I'm not able to answer the question but maybe these posts will help you out?
    http://forums.ni.com/ni/board/message?board.id=330&message.id=2605&requireLogin=False
    http://forums.ni.com/ni/board/message?board.id=330&message.id=4915&requireLogin=False
    http://forums.ni.com/ni/board/message?board.id=330&message.id=1982&requireLogin=False
    Hope these help.
    Is there any chance (if this doesn't help, you could forward on some of your code and I could have a closer look?)
    AdamB
    Applications Engineer
    National Instruments
    Applications Engineering Team Leader | National Instruments | UK & Ireland

  • [SOLVED] - MDT2010 ZTIWindowsUpdate FAILURE (Err): -2145107934 0x80244022

    Doing a fresh stock Windows 7 x64 SP1 deployment with MDT2010, the Windows Update Pre Application Installation step sometimes fails with error -2145107934  0x80244022.
    The MDT DeploymentShare is on a Lenovo T440s (Core i7, 8GB, 256GB SSD) and I'm imaging two VirtualBox VM's (1 core & 1GB RAM) on the T440s.
    For Both: I have not customized the WIM - its straight from the ISO from MSDN.
    For Both: This is a stock Task Sequence.
    For Both: I have not made any post-OS installation customizations.
    For Both: I'm not joined to a domain.
    For Both: I'm not pointing to a WSUS server.
    For Machine 1: I'm not installing any applications.
    For Machine 2: I'm installing Office 2010 Pro Plus via Applications001 in CustomSettings.ini.
    Machine 1 failed during the "Windows Update (Pre-Application Installation)" task sequence step.  (Logs below)
    Machine 2 is still running, the "Windows Update (Pre-Application Installation)" task sequence step and seems to be working from what I can tell.
    ZTIWindowsUpdate log from Machine 1:
    Microsoft Deployment Toolkit version: 5.1.1642.01 ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    The task sequencer log is located at C:\Users\ADMINI~1\AppData\Local\Temp\SMSTSLog\SMSTS.LOG. For task sequence failures, please consult this log. ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Write all logging text to \\MDTSERVER.f.q.d.n\DeploymentShare$\Logs\VMAF7BF583 ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Validating connection to \\MDTSERVER.f.q.d.n\DeploymentShare$\Logs\VMAF7BF583 ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Already connected to server MDTSERVER.f.q.d.n as that is where this script is running from. ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Begin Windows Update. Reboot=[] Retry=[] Count = 0 ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Property MSIT_WU_Count is now = 1 ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Configuring Windows Update settings (manual update, use server) ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Archive NoAUtoUpdate State: Was [<empty>]. ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Property NoAutoUpdate_Previous is now = <empty> ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Windows Update Agent verion 6 found, OK to continue ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Ready to Opt-In to Microsoft Update: WUA Version: 7.5.7601.17514 ZTIWindowsUpdate 9/5/2014 10:19:15 AM 0 (0x0000)
    Microsoft Update Service: Enabled = False ZTIWindowsUpdate 9/5/2014 10:19:25 AM 0 (0x0000)
    FindFile: The file muauth.cab could not be found in any standard locations. ZTIWindowsUpdate 9/5/2014 10:19:25 AM 0 (0x0000)
    about to begin add service [] ZTIWindowsUpdate 9/5/2014 10:19:25 AM 0 (0x0000)
    Status: 3 ZTIWindowsUpdate 9/5/2014 10:20:10 AM 0 (0x0000)
    Command Line Procesed Query=False Registered=False UpdateCommand=[IsInstalled = 0 and IsHidden = 0] ZTIWindowsUpdate 9/5/2014 10:20:10 AM 0 (0x0000)
    Start Search... ZTIWindowsUpdate 9/5/2014 10:20:10 AM 0 (0x0000)
    FAILURE (Err): -2145107934 0x80244022: Windows Update, search for updates. - ZTIWindowsUpdate 9/5/2014 10:22:09 AM 0 (0x0000)
    Restore NoAutoUpdateKey to <empty>. ZTIWindowsUpdate 9/5/2014 10:22:09 AM 0 (0x0000)
    ZTI ERROR - Non-zero return code by ZTIWindowsUpdate, rc = 1 ZTIWindowsUpdate 9/5/2014 10:22:09 AM 0 (0x0000)
    Windows Update log from Machine 1:
    2014-09-05 10:18:40:936 948 368 Misc =========== Logging initialized (build: 7.5.7601.17514, tz: -0400) ===========
    2014-09-05 10:18:40:936 948 368 Misc = Process: C:\Windows\system32\svchost.exe
    2014-09-05 10:18:40:936 948 368 Misc = Module: c:\windows\system32\wuaueng.dll
    2014-09-05 10:18:40:936 948 368 Service *************
    2014-09-05 10:18:40:936 948 368 Service ** START ** Service: Service startup
    2014-09-05 10:18:40:936 948 368 Service *********
    2014-09-05 10:18:40:936 948 368 Agent * WU client version 7.5.7601.17514
    2014-09-05 10:18:40:952 948 368 Agent * Base directory: C:\Windows\SoftwareDistribution
    2014-09-05 10:18:40:952 948 368 Agent * Access type: No proxy
    2014-09-05 10:18:40:952 948 368 Agent * Network state: Connected
    2014-09-05 10:18:41:296 948 368 DtaStor Default service for AU is {00000000-0000-0000-0000-000000000000}
    2014-09-05 10:18:41:343 948 368 DtaStor Default service for AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2014-09-05 10:18:41:343 948 368 Agent WARNING: Failed to read the service id for re-registration 0x80070002
    2014-09-05 10:18:41:343 948 368 Agent WARNING: Missing service entry in the backup data store; cleaning up
    2014-09-05 10:18:41:405 948 3c0 Report CWERReporter::Init succeeded
    2014-09-05 10:18:41:405 948 3c0 Agent *********** Agent: Initializing Windows Update Agent ***********
    2014-09-05 10:18:41:405 948 3c0 Agent *********** Agent: Initializing global settings cache ***********
    2014-09-05 10:18:41:405 948 3c0 Agent * WSUS server: <NULL>
    2014-09-05 10:18:41:405 948 3c0 Agent * WSUS status server: <NULL>
    2014-09-05 10:18:41:405 948 3c0 Agent * Target group: (Unassigned Computers)
    2014-09-05 10:18:41:405 948 3c0 Agent * Windows Update access disabled: No
    2014-09-05 10:18:41:405 948 368 Agent Created new random SusClientId db66d74b-a895-4f38-bd12-586e27811b39. Old Id: none.
    2014-09-05 10:18:41:405 948 368 Report *********** Report: Initializing static reporting data ***********
    2014-09-05 10:18:41:405 948 368 Report * OS Version = 6.1.7601.1.0.65792
    2014-09-05 10:18:41:405 948 368 Report * OS Product Type = 0x00000004
    2014-09-05 10:18:41:436 948 3c0 DnldMgr Download manager restoring 0 downloads
    2014-09-05 10:18:41:436 948 3c0 AU ########### AU: Initializing Automatic Updates ###########
    2014-09-05 10:18:41:436 948 3c0 AU AU setting next sqm report timeout to 2014-09-05 14:18:41
    2014-09-05 10:18:41:436 948 3c0 AU AU setting next featured software notification timeout to 2014-09-05 14:18:41
    2014-09-05 10:18:41:436 948 3c0 AU AU featured software notification sequence number is 1507, Generation Time:2014-09-05 14:18:41
    2014-09-05 10:18:41:436 948 3c0 AU # AU is not configured yet
    2014-09-05 10:18:41:436 948 3c0 AU # Will interact with non-admins (Non-admins are elevated (User preference))
    2014-09-05 10:18:41:436 948 3c0 AU # Accelerated install is required
    2014-09-05 10:18:41:436 948 3c0 Agent Switching to hardware-verified ClientId.
    2014-09-05 10:18:41:436 948 3c0 AU AU is not configured yet, generating timeout to launch setup wizard
    2014-09-05 10:18:41:436 948 3c0 AU Initializing featured updates
    2014-09-05 10:18:41:436 948 3c0 AU Found 0 cached featured updates
    2014-09-05 10:18:41:686 948 368 Report * Computer Brand = innotek GmbH
    2014-09-05 10:18:41:686 948 368 Report * Computer Model = VirtualBox
    2014-09-05 10:18:41:702 948 368 Report * Bios Revision = VirtualBox
    2014-09-05 10:18:41:702 948 368 Report * Bios Name = Default System BIOS
    2014-09-05 10:18:41:702 948 368 Report * Bios Release Date = 2006-12-01T00:00:00
    2014-09-05 10:18:41:702 948 368 Report * Locale ID = 1033
    2014-09-05 10:18:41:749 948 3c0 Agent Created new random SusClientId 2f4a5fb1-bc6a-4837-ac1e-554ca80f9369. Old Id: db66d74b-a895-4f38-bd12-586e27811b39.
    2014-09-05 10:18:41:749 948 3c0 AU Successfully wrote event for AU health state:0
    2014-09-05 10:18:41:749 948 3c0 AU Successfully wrote event for AU health state:0
    2014-09-05 10:18:41:749 948 3c0 AU AU finished delayed initialization
    2014-09-05 10:18:41:749 948 3c0 AU ########### AU: Setting new AU options ###########
    2014-09-05 10:18:41:749 948 3c0 AU Setting AU Approval Type to 4
    2014-09-05 10:18:41:749 948 3c0 AU Setting Install Schedule Day to 0
    2014-09-05 10:18:41:749 948 3c0 AU Setting Install Schedule Time to 3
    2014-09-05 10:18:41:749 948 3c0 AU Successfully wrote event for AU health state:0
    2014-09-05 10:18:41:749 948 3c0 AU # Policy changed, AU refresh required = Yes
    2014-09-05 10:18:41:749 948 3c0 AU # Approval type: Scheduled (User preference)
    2014-09-05 10:18:41:749 948 3c0 AU # Scheduled install day/time: Every day at 3:00
    2014-09-05 10:18:41:749 948 3c0 AU # Auto-install minor updates: Yes (User preference)
    2014-09-05 10:18:41:749 948 3c0 AU # Will interact with non-admins (Non-admins are elevated (User preference))
    2014-09-05 10:18:41:749 948 3c0 AU # Accelerated install is required
    2014-09-05 10:18:41:749 948 3c0 AU AU Refresh required....
    2014-09-05 10:18:41:749 948 3c0 AU AU setting next detection timeout to 2014-09-05 14:18:41
    2014-09-05 10:18:41:749 948 3c0 AU AU setting next sqm report timeout to 2014-09-05 14:18:41
    2014-09-05 10:18:41:749 948 3c0 AU AU setting next featured software notification timeout to 2014-09-05 14:18:41
    2014-09-05 10:18:41:749 948 3c0 AU Successfully wrote event for AU health state:0
    2014-09-05 10:18:41:749 948 3c0 AU Triggering Online detection (non-interactive)
    2014-09-05 10:18:41:749 948 368 AU #############
    2014-09-05 10:18:41:749 948 368 AU ## START ## AU: Search for updates
    2014-09-05 10:18:41:749 948 368 AU #########
    2014-09-05 10:18:41:764 948 368 AU <<## SUBMITTED ## AU: Search for updates [CallId = {D25F956B-F486-4B14-9F85-E242F2430CBF}]
    2014-09-05 10:18:41:764 948 368 AU AU setting next sqm report timeout to 2014-09-06 14:18:41
    2014-09-05 10:18:41:764 948 488 Agent *************
    2014-09-05 10:18:41:764 948 488 Agent ** START ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-09-05 10:18:41:764 948 488 Agent *********
    2014-09-05 10:18:41:764 948 488 Agent * Online = Yes; Ignore download priority = No
    2014-09-05 10:18:41:764 948 488 Agent * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1"
    2014-09-05 10:18:41:764 948 488 Agent * ServiceID = {9482F4B4-E343-43B6-B170-9A65BC822C77} Windows Update
    2014-09-05 10:18:41:764 948 488 Agent * Search Scope = {Machine}
    2014-09-05 10:18:41:764 948 488 Setup Checking for agent SelfUpdate
    2014-09-05 10:18:41:764 948 488 Setup Client version: Core: 7.5.7601.17514 Aux: 7.5.7601.17514
    2014-09-05 10:18:48:030 948 368 AU Setting timeout for delay launching accelerated install
    2014-09-05 10:18:48:827 948 368 AU Timeout for accelerated install is already set
    2014-09-05 10:18:52:593 948 488 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:
    2014-09-05 10:18:52:608 948 488 Misc Microsoft signed: Yes
    2014-09-05 10:18:55:983 948 488 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2014-09-05 10:18:55:983 948 488 Misc Microsoft signed: Yes
    2014-09-05 10:18:58:030 948 368 AU Triggering accelerated install by calling UpdateNow
    2014-09-05 10:18:58:030 948 368 AU No installable updates are available
    2014-09-05 10:18:59:280 948 488 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2014-09-05 10:18:59:280 948 488 Misc Microsoft signed: Yes
    2014-09-05 10:18:59:296 948 488 Setup Determining whether a new setup handler needs to be downloaded
    2014-09-05 10:18:59:296 948 488 Setup SelfUpdate handler is not found. It will be downloaded
    2014-09-05 10:18:59:296 948 488 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:18:59:389 948 488 Setup Setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320" is applicable and needs to be downloaded.
    2014-09-05 10:18:59:389 948 488 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:18:59:421 948 488 Setup Setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320" is applicable and needs to be downloaded.
    2014-09-05 10:18:59:421 948 488 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:18:59:468 948 488 Setup Setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320" is applicable and needs to be downloaded.
    2014-09-05 10:18:59:468 948 488 Setup SelfUpdate check completed. SelfUpdate is required.
    2014-09-05 10:18:59:468 948 488 Setup Downloading binaries required for SelfUpdate
    2014-09-05 10:18:59:468 948 488 Setup Downloading SelfUpdate handler WuSetupHandler.cab from http://ds.download.windowsupdate.com/v11/3/windowsupdate/selfupdate/WSUS3/x64/Win7SP1
    2014-09-05 10:19:00:468 948 488 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\Handler\WuSetupHandler.cab:
    2014-09-05 10:19:00:468 948 488 Misc Microsoft signed: Yes
    2014-09-05 10:19:00:483 948 488 Setup Successfully downloaded SelfUpdate handler
    2014-09-05 10:19:00:483 948 488 Setup Downloading setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:00:483 948 488 Setup Downloading setup package WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320.cab from http://ds.download.windowsupdate.com/v11/3/windowsupdate/selfupdate/WSUS3/x64/Win7SP1
    2014-09-05 10:19:01:514 948 488 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\Packages\WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320\WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320.cab:
    2014-09-05 10:19:01:530 948 488 Misc Microsoft signed: Yes
    2014-09-05 10:19:01:530 948 488 Setup Downloading setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:01:530 948 488 Setup Downloading setup package WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320.cab from http://ds.download.windowsupdate.com/v11/3/windowsupdate/selfupdate/WSUS3/x64/Win7SP1
    2014-09-05 10:19:02:952 948 488 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\Packages\WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320\WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320.cab:
    2014-09-05 10:19:02:999 948 488 Misc Microsoft signed: Yes
    2014-09-05 10:19:02:999 948 488 Setup Downloading setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:02:999 948 488 Setup Downloading setup package WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320.cab from http://ds.download.windowsupdate.com/v11/3/windowsupdate/selfupdate/WSUS3/x64/Win7SP1
    2014-09-05 10:19:04:754 948 488 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\Packages\WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320\WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320.cab:
    2014-09-05 10:19:04:832 948 488 Misc Microsoft signed: Yes
    2014-09-05 10:19:04:832 948 488 Setup Staging setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:06:051 948 488 Setup Successfully staged setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:06:051 948 488 Setup Staging setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:08:347 948 488 Setup Successfully staged setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:08:363 948 488 Setup Staging setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:11:629 948 488 Setup Successfully staged setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:11:801 948 488 Setup Download of SelfUpdate binaries succeeded
    2014-09-05 10:19:11:801 948 488 Setup Starting agent SelfUpdate
    2014-09-05 10:19:11:816 948 488 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\Handler\WuSetupV.exe:
    2014-09-05 10:19:11:816 948 488 Misc Microsoft signed: Yes
    2014-09-05 10:19:11:832 948 488 Report CWERReporter finishing event handling. (00000000)
    2014-09-05 10:19:11:832 948 488 Report REPORT EVENT: {BA03FFBE-6DAF-414C-A815-175BFC5C2121} 2014-09-05 10:19:11:801-0400 1 162 101 {61CA813A-7585-442E-A66B-B0D15CE6BDC0} 1 0 SelfUpdate Success Content Download Download succeeded.
    2014-09-05 10:19:11:832 948 488 Report REPORT EVENT: {D57FC52F-6612-4872-8C78-C55CA0BF31EA} 2014-09-05 10:19:11:816-0400 1 201 101 {E2FF4526-97D7-4926-8E75-295DBA39C6BF} 1 0 SelfUpdate Success Content Install Installation pending.
    2014-09-05 10:19:11:832 948 488 Report CWERReporter finishing event handling. (00000000)
    2014-09-05 10:19:11:832 2408 974 Misc =========== Logging initialized (build: 7.5.7601.17514, tz: -0400) ===========
    2014-09-05 10:19:11:832 2408 974 Misc = Process: C:\Windows\system32\wuauclt.exe
    2014-09-05 10:19:11:832 2408 974 Setup Closing WU explorer windows
    2014-09-05 10:19:11:879 2408 974 Setup Found 0 explorer windows
    2014-09-05 10:19:12:879 948 488 Setup Launching WuSetupV.exe to complete SelfUpdate
    2014-09-05 10:19:13:879 948 488 Setup WuSetupV.exe launched successfully
    2014-09-05 10:19:13:879 948 488 Agent * WARNING: Skipping scan, self-update check returned 0x8024001B
    2014-09-05 10:19:13:879 2076 a04 Misc =========== Logging initialized (build: 7.6.7600.320, tz: -0400) ===========
    2014-09-05 10:19:13:879 2076 a04 Misc = Process: C:\Windows\SoftwareDistribution\SelfUpdate\Handler\WuSetupV.exe
    2014-09-05 10:19:13:879 2076 a04 Setup Performing SelfUpdate installation
    2014-09-05 10:19:13:879 948 488 Agent * WARNING: Exit code = 0x8024001B
    2014-09-05 10:19:13:879 948 488 Agent *********
    2014-09-05 10:19:13:879 948 488 Agent ** END ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2014-09-05 10:19:13:879 948 488 Agent *************
    2014-09-05 10:19:13:879 948 488 Agent WARNING: WU client failed Searching for update with error 0x8024001b
    2014-09-05 10:19:13:879 948 a18 AU >>## RESUMED ## AU: Search for updates [CallId = {D25F956B-F486-4B14-9F85-E242F2430CBF}]
    2014-09-05 10:19:13:879 948 a18 AU # WARNING: Search callback failed, result = 0x8024001B
    2014-09-05 10:19:13:879 948 a18 AU # WARNING: Failed to find updates with error code 8024001B
    2014-09-05 10:19:13:879 948 a18 AU #########
    2014-09-05 10:19:13:879 948 a18 AU ## END ## AU: Search for updates [CallId = {D25F956B-F486-4B14-9F85-E242F2430CBF}]
    2014-09-05 10:19:13:879 948 a18 AU #############
    2014-09-05 10:19:13:894 948 a18 AU Successfully wrote event for AU health state:0
    2014-09-05 10:19:13:894 948 a18 AU Setting AU scheduled install time to 2014-09-06 07:00:00
    2014-09-05 10:19:13:894 948 a18 AU Successfully wrote event for AU health state:0
    2014-09-05 10:19:13:894 948 a18 AU Triggering accelerated install by calling UpdateNow
    2014-09-05 10:19:13:894 948 a18 AU No installable updates are available
    2014-09-05 10:19:13:894 948 a18 AU Successfully wrote event for AU health state:0
    2014-09-05 10:19:13:894 2076 a04 Setup Windows Update Agent Client Setup succeeded installing product root.
    2014-09-05 10:19:13:894 948 368 AU ########### AU: Uninitializing Automatic Updates ###########
    2014-09-05 10:19:13:910 948 368 Report CWERReporter finishing event handling. (00000000)
    2014-09-05 10:19:14:457 948 368 Setup Service shutting down while setup is in progress. Attempting to unload core client binaries
    2014-09-05 10:19:14:457 948 368 Setup Attempting to close open Windows Update explorer windows
    2014-09-05 10:19:14:457 1460 308 Misc =========== Logging initialized (build: 7.5.7601.17514, tz: -0400) ===========
    2014-09-05 10:19:14:457 1460 308 Misc = Process: C:\Windows\system32\wuauclt.exe
    2014-09-05 10:19:14:457 1460 308 Setup Closing WU explorer windows
    2014-09-05 10:19:14:488 1460 308 Setup Found 0 explorer windows
    2014-09-05 10:19:15:488 948 368 Setup Attempting to unload unused libraries from svchost
    2014-09-05 10:19:15:488 3000 bb4 Misc =========== Logging initialized (build: 7.5.7601.17514, tz: -0400) ===========
    2014-09-05 10:19:15:488 3000 bb4 Misc = Process: C:\Windows\system32\cscript.exe
    2014-09-05 10:19:15:488 3000 bb4 Misc = Module: C:\Windows\system32\wuapi.dll
    2014-09-05 10:19:15:488 3000 bb4 COMAPI Waiting for setup to complete before connecting to service.
    2014-09-05 10:19:19:472 948 368 Setup Attempting to unload binaries from event log service
    2014-09-05 10:19:19:488 948 368 Service *********
    2014-09-05 10:19:19:488 948 368 Service ** END ** Service: Service exit [Exit code = 0x240001]
    2014-09-05 10:19:19:488 948 368 Service *************
    2014-09-05 10:19:19:894 2076 a04 Setup Installing setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:20:488 3000 bb4 COMAPI Waiting for setup to complete before connecting to service.
    2014-09-05 10:19:21:004 2076 a04 Setup Install of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320" succeeded
    2014-09-05 10:19:21:004 2076 a04 Setup Installing setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:21:269 2076 a04 Setup Install of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320" succeeded
    2014-09-05 10:19:21:269 2076 a04 Setup Installing setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320"
    2014-09-05 10:19:23:160 2076 a04 Setup WARNING: CBS installation failed, error = 0x800F0806
    2014-09-05 10:19:23:160 2076 a04 Setup WARNING: Install of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320" failed, error = 0x8024D00E
    2014-09-05 10:19:23:160 2076 a04 Setup FATAL: Failed to install package, error = 0x8024D00E
    2014-09-05 10:19:23:160 2076 a04 Setup WARNING: Installing applicable setup packages failed, error = 0x8024D00E
    2014-09-05 10:19:23:176 2076 a04 Setup Reboot is required. Diagnostic: <0|0>
    2014-09-05 10:19:23:191 948 524 Misc =========== Logging initialized (build: 7.6.7600.320, tz: -0400) ===========
    2014-09-05 10:19:23:191 948 524 Misc = Process: C:\Windows\system32\svchost.exe
    2014-09-05 10:19:23:191 948 524 Misc = Module: c:\windows\system32\wuaueng.dll
    2014-09-05 10:19:23:191 948 524 Service *************
    2014-09-05 10:19:23:191 948 524 Service ** START ** Service: Service startup
    2014-09-05 10:19:23:191 948 524 Service *********
    2014-09-05 10:19:23:191 948 524 Agent * WU client version 7.6.7600.320
    2014-09-05 10:19:23:191 948 524 Agent * Base directory: C:\Windows\SoftwareDistribution
    2014-09-05 10:19:23:191 948 524 Agent * Access type: No proxy
    2014-09-05 10:19:23:191 948 524 Agent * Network state: Connected
    2014-09-05 10:19:23:238 948 524 Setup Service restarting after SelfUpdate
    2014-09-05 10:19:23:238 948 524 Setup Client version: Core: 7.6.7600.320 Aux: 7.5.7601.17514
    2014-09-05 10:19:23:238 948 524 Report CWERReporter::Init succeeded
    2014-09-05 10:19:23:254 948 524 Report *********** Report: Initializing static reporting data ***********
    2014-09-05 10:19:23:254 948 524 Report * OS Version = 6.1.7601.1.0.65792
    2014-09-05 10:19:23:254 948 524 Report * OS Product Type = 0x00000004
    2014-09-05 10:19:23:269 948 524 Report * Computer Brand = innotek GmbH
    2014-09-05 10:19:23:269 948 524 Report * Computer Model = VirtualBox
    2014-09-05 10:19:23:269 948 524 Report * Bios Revision = VirtualBox
    2014-09-05 10:19:23:269 948 524 Report * Bios Name = Default System BIOS
    2014-09-05 10:19:23:269 948 524 Report * Bios Release Date = 2006-12-01T00:00:00
    2014-09-05 10:19:23:269 948 524 Report * Locale ID = 1033
    2014-09-05 10:19:23:269 948 524 Setup Agent SelfUpdate is still pending.
    2014-09-05 10:19:23:269 948 524 Service * Service restarted after self update
    2014-09-05 10:19:23:269 948 524 Service WARNING: Failed to read back selfupdate handle from environment variable with error 0x800700cb
    2014-09-05 10:19:25:488 948 414 Agent *********** Agent: Initializing Windows Update Agent ***********
    2014-09-05 10:19:25:488 948 414 Agent * Prerequisite roots succeeded.
    2014-09-05 10:19:25:488 948 414 Agent *********** Agent: Initializing global settings cache ***********
    2014-09-05 10:19:25:488 948 414 Agent * WSUS server: <NULL>
    2014-09-05 10:19:25:488 948 414 Agent * WSUS status server: <NULL>
    2014-09-05 10:19:25:488 948 414 Agent * Target group: (Unassigned Computers)
    2014-09-05 10:19:25:488 948 414 Agent * Windows Update access disabled: No
    2014-09-05 10:19:25:488 948 414 DnldMgr Download manager restoring 0 downloads
    2014-09-05 10:19:25:535 3000 bb4 COMAPI ----------- COMAPI: IUpdateServiceManager::AddService2 -----------
    2014-09-05 10:19:25:535 3000 bb4 COMAPI - Service ID = {7971f918-a847-4430-9279-4a52d1efe18d}
    2014-09-05 10:19:25:535 3000 bb4 COMAPI - Allow pending registration = No; Allow online registration = Yes; Register service with AU = Yes
    2014-09-05 10:19:25:535 3000 bb4 COMAPI - Authorization cab path = <NULL>
    2014-09-05 10:19:26:191 2076 a04 Setup WuSetup has finished. Exit code is 0x00000000
    2014-09-05 10:19:28:332 948 410 Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80190194
    2014-09-05 10:19:28:332 948 410 Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80190194
    2014-09-05 10:19:28:332 948 410 Misc WARNING: DownloadFileInternal failed for http://ds.download.windowsupdate.com/v11/2/windowsupdate/redir/v6-win7sp1-wuredir.cab: error 0x80190194
    2014-09-05 10:19:31:894 948 410 Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80190194
    2014-09-05 10:19:31:894 948 410 Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80190194
    2014-09-05 10:19:31:894 948 410 Misc WARNING: DownloadFileInternal failed for http://download.microsoft.com/v11/2/windowsupdate/redir/v6-win7sp1-wuredir.cab: error 0x80190194
    2014-09-05 10:19:35:410 948 410 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\Redir\9482F4B4-E343-43B6-B170-9A65BC822C77\v6-win7sp1-wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:19:50:847 948 410 Misc Microsoft signed: NA
    2014-09-05 10:19:50:847 948 410 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\Redir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:19:50:847 948 410 Misc Microsoft signed: NA
    2014-09-05 10:19:50:847 948 410 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\Redir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP4AD1.tmp with dwProvFlags 0x00000080:
    2014-09-05 10:20:08:238 948 524 AU ########### AU: Initializing Automatic Updates ###########
    2014-09-05 10:20:08:238 948 524 AU Need to reset accelerated install required state
    2014-09-05 10:20:08:238 948 524 AU Accelerate Install required state reset
    2014-09-05 10:20:08:238 948 524 AU # AU disabled through Policy
    2014-09-05 10:20:08:238 948 524 AU # Will interact with non-admins (Non-admins are elevated (User preference))
    2014-09-05 10:20:08:238 948 524 AU Initializing featured updates
    2014-09-05 10:20:08:238 948 524 AU Found 0 cached featured updates
    2014-09-05 10:20:08:238 948 524 AU Successfully wrote event for AU health state:0
    2014-09-05 10:20:09:754 948 410 Misc Microsoft signed: NA
    2014-09-05 10:20:09:769 948 410 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\Redir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:09:769 948 410 Misc Microsoft signed: NA
    2014-09-05 10:20:09:769 948 410 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\Redir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP94BC.tmp with dwProvFlags 0x00000080:
    2014-09-05 10:20:09:769 948 410 Misc Microsoft signed: NA
    2014-09-05 10:20:09:769 948 410 Agent Downloading new auth cab for service 7971f918-a847-4430-9279-4a52d1efe18d at http://ds.download.windowsupdate.com/v11/2/microsoftupdate/redir/v6-muauth.cab
    2014-09-05 10:20:10:176 948 410 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:10:191 948 410 Misc Microsoft signed: NA
    2014-09-05 10:20:10:191 948 410 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:10:191 948 410 Misc Microsoft signed: NA
    2014-09-05 10:20:10:191 948 410 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\TMP9663.tmp with dwProvFlags 0x00000080:
    2014-09-05 10:20:10:207 948 410 Misc Microsoft signed: NA
    2014-09-05 10:20:10:207 948 410 DtaStor Default service for AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2014-09-05 10:20:10:222 948 410 Agent Caller My App successfully opted in to service 7971f918-a847-4430-9279-4a52d1efe18d
    2014-09-05 10:20:10:222 948 410 DtaStor Update service properties: service registered with AU is {7971F918-A847-4430-9279-4A52D1EFE18D}
    2014-09-05 10:20:10:222 948 9a4 Report REPORT EVENT: {CA51C263-479F-464D-ADED-8AAFDAD3DFBC} 2014-09-05 10:19:23:269-0400 1 190 101 {174EAAC7-5A3D-448F-BE6F-D6FE450E1DCF} 1 0 SelfUpdate Success Content Install Installation Successful: Windows successfully installed the following update: Windows Update ActiveX
    2014-09-05 10:20:10:222 948 9a4 Report REPORT EVENT: {AB991117-4F0A-4AE9-9321-482E26AA3D67} 2014-09-05 10:19:23:269-0400 1 190 101 {E2FF4526-97D7-4926-8E75-295DBA39C6BF} 1 0 SelfUpdate Success Content Install Installation Successful: Windows successfully installed the following update: Windows Update Core
    2014-09-05 10:20:10:222 948 524 AU Successfully wrote event for AU health state:0
    2014-09-05 10:20:10:222 948 524 AU AU finished delayed initialization
    2014-09-05 10:20:10:222 948 524 AU Service Provider info changed
    2014-09-05 10:20:10:222 948 524 AU AU Refresh required....
    2014-09-05 10:20:10:222 948 524 AU AU setting next detection timeout to 2014-09-05 14:30:10
    2014-09-05 10:20:10:222 948 524 AU AU setting next featured software notification timeout to 2014-09-05 14:20:10
    2014-09-05 10:20:10:222 948 524 AU Successfully wrote event for AU health state:0
    2014-09-05 10:20:10:222 3000 bb4 COMAPI - Added service, URL = https://fe2.update.microsoft.com/v6/
    2014-09-05 10:20:10:222 948 9a4 Report CWERReporter finishing event handling. (00000000)
    2014-09-05 10:20:10:238 3000 bb4 COMAPI -------------
    2014-09-05 10:20:10:238 3000 bb4 COMAPI -- START -- COMAPI: Search [ClientId = <NULL>]
    2014-09-05 10:20:10:238 3000 bb4 COMAPI ---------
    2014-09-05 10:20:10:254 948 9a4 Agent *************
    2014-09-05 10:20:10:254 948 9a4 Agent ** START ** Agent: Finding updates [CallerId = ]
    2014-09-05 10:20:10:254 948 9a4 Agent *********
    2014-09-05 10:20:10:254 948 9a4 Agent * Online = Yes; Ignore download priority = No
    2014-09-05 10:20:10:254 948 9a4 Agent * Criteria = "IsInstalled = 0 and IsHidden = 0"
    2014-09-05 10:20:10:254 948 9a4 Agent * ServiceID = {00000000-0000-0000-0000-000000000000} Third party service
    2014-09-05 10:20:10:254 948 9a4 Agent * Search Scope = {Machine}
    2014-09-05 10:20:10:254 3000 bb4 COMAPI <<-- SUBMITTED -- COMAPI: Search [ClientId = <NULL>]
    2014-09-05 10:20:10:254 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:10:254 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:10:254 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP96A2.tmp with dwProvFlags 0x00000080:
    2014-09-05 10:20:10:254 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:10:879 948 9a4 Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80190194
    2014-09-05 10:20:10:879 948 9a4 Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80190194
    2014-09-05 10:20:10:879 948 9a4 Misc WARNING: DownloadFileInternal failed for http://ds.download.windowsupdate.com/v11/2/windowsupdate/redir/v6-win7sp1-wuredir.cab: error 0x80190194
    2014-09-05 10:20:11:316 948 9a4 Misc WARNING: WinHttp: SendRequestToServerForFileInformation failed with 0x80190194
    2014-09-05 10:20:11:316 948 9a4 Misc WARNING: WinHttp: ShouldFileBeDownloaded failed with 0x80190194
    2014-09-05 10:20:11:316 948 9a4 Misc WARNING: DownloadFileInternal failed for http://download.microsoft.com/v11/2/windowsupdate/redir/v6-win7sp1-wuredir.cab: error 0x80190194
    2014-09-05 10:20:11:613 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\v6-win7sp1-wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:11:613 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:11:613 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:11:613 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:11:613 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP9BF3.tmp with dwProvFlags 0x00000080:
    2014-09-05 10:20:11:613 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:11:629 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:11:629 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:11:629 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP9C03.tmp with dwProvFlags 0x00000080:
    2014-09-05 10:20:11:629 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:11:629 948 9a4 Agent Checking for updated auth cab for service 7971f918-a847-4430-9279-4a52d1efe18d at http://ds.download.windowsupdate.com/v11/2/microsoftupdate/redir/v6-muauth.cab
    2014-09-05 10:20:11:629 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:11:629 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:11:879 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:11:879 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:12:316 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\v6-muredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:12:332 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:12:332 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:12:332 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:12:332 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\TMP9EC3.tmp with dwProvFlags 0x00000080:
    2014-09-05 10:20:12:332 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:12:332 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab with dwProvFlags 0x00000080:
    2014-09-05 10:20:12:332 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:12:332 948 9a4 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\TMP9EC4.tmp with dwProvFlags 0x00000080:
    2014-09-05 10:20:12:347 948 9a4 Misc Microsoft signed: NA
    2014-09-05 10:20:12:347 948 9a4 PT +++++++++++ PT: Synchronizing server updates +++++++++++
    2014-09-05 10:20:12:347 948 9a4 PT + ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}, Server URL = https://fe2.update.microsoft.com/v6/ClientWebService/client.asmx
    2014-09-05 10:20:46:707 948 9a4 PT WARNING: Cached cookie has expired or new PID is available
    2014-09-05 10:22:08:988 948 9a4 PT WARNING: SyncUpdates failure, error = 0x80244022, soap client error = 10, soap error code = 0, HTTP status code = 503
    2014-09-05 10:22:08:988 948 9a4 PT WARNING: PTError: 0x80244022
    2014-09-05 10:22:08:988 948 9a4 PT WARNING: SyncUpdates_WithRecovery failed.: 0x80244022
    2014-09-05 10:22:08:988 948 9a4 PT WARNING: Sync of Updates: 0x80244022
    2014-09-05 10:22:08:988 948 9a4 PT WARNING: SyncServerUpdatesInternal failed: 0x80244022
    2014-09-05 10:22:08:988 948 9a4 Agent * WARNING: Failed to synchronize, error = 0x80244022
    2014-09-05 10:22:08:988 948 9a4 Agent * WARNING: Exit code = 0x80244022
    2014-09-05 10:22:08:988 948 9a4 Agent *********
    2014-09-05 10:22:08:988 948 9a4 Agent ** END ** Agent: Finding updates [CallerId = ]
    2014-09-05 10:22:08:988 948 9a4 Agent *************
    2014-09-05 10:22:08:988 948 9a4 Agent WARNING: WU client failed Searching for update with error 0x80244022
    2014-09-05 10:22:08:988 948 9a4 Report CWERReporter finishing event handling. (00000000)
    2014-09-05 10:22:08:988 3000 a60 COMAPI >>-- RESUMED -- COMAPI: Search [ClientId = <NULL>]
    2014-09-05 10:22:08:988 3000 a60 COMAPI - Updates found = 0
    2014-09-05 10:22:08:988 3000 a60 COMAPI - WARNING: Exit code = 0x00000000, Result code = 0x80244022
    2014-09-05 10:22:08:988 3000 a60 COMAPI ---------
    2014-09-05 10:22:08:988 3000 a60 COMAPI -- END -- COMAPI: Search [ClientId = <NULL>]
    2014-09-05 10:22:09:004 3000 a60 COMAPI -------------
    2014-09-05 10:22:09:004 3000 bb4 COMAPI WARNING: Operation failed due to earlier error, hr=80244022
    2014-09-05 10:22:09:004 3000 bb4 COMAPI FATAL: Unable to perform synchronous search. (hr=80244022)
    2014-09-05 10:22:09:004 3000 bb4 COMAPI ISusInternal::DisconnectCall failed, hr=8024000C
    2014-09-05 10:22:09:004 3000 bb4 COMAPI waiting for worker thread to complete
    2014-09-05 10:22:13:988 948 9a4 Report REPORT EVENT: {E34AC131-9B2E-45FB-AAED-2BFE32EB58FC} 2014-09-05 10:22:08:988-0400 1 148 101 {00000000-0000-0000-0000-000000000000} 0 80244022 Failure Software Synchronization Windows Update Client failed to detect with error 0x80244022.
    2014-09-05 10:22:14:066 948 9a4 Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2014-09-05 10:22:14:066 948 9a4 Report WER Report sent: 7.6.7600.320 0x80244022 00000000-0000-0000-0000-000000000000 Scan 101 Unmanaged
    2014-09-05 10:22:14:066 948 9a4 Report CWERReporter finishing event handling. (00000000)
    About 10 minutes later, I ran ZTIWindowsUpdate.wsf /debug:true, manually & it worked.
    Is this a timing issue?
    Is there anything I can do to help avoid failures like this, such as adding a 30 second pause for all TS' just before the "Windows Update (Pre-Application Installation)" step?

    No clue, http 503 suggests some kind of server error.
    This article:
    http://windows.microsoft.com/en-us/windows/windows-update-error-80244022#1TC=windows-7 suggests that it's some kind of network connectivity issue.
    Keith Garner - Principal Consultant [owner] -
    http://DeploymentLive.com

  • Failed to run task sequence. Error occurred while starting the task sequence (0x8007000E)

    Hi there
    Patch Tuesday yesterday (10th June2014). As always we deploy new patches first to a test collection where Windows 7 updates automatically apply.
    Upon trying to rebuild any of the machines in this test collection, we were presented with the following error message:
    Failed to run task sequence.  Error occurred while starting the task sequence (0x8007000E)
    After searching about this, I found this page from Niall Brady, which explained the problem:
    http://www.niallbrady.com/2013/05/17/after-selecting-a-task-sequence-in-configuration-manager-2012-sp1-you-receive-threadtoresolveandexecutetasksequence-failed-code0x8007000e-in-smsts-log/
    So I removed some of the machines from the test Windows update collection, and as per the advice in the above link, the error was gone and those machines could be built successfully.
    So the problem is there were too many many policies downloaded (apps, packages and most of all updates) for the task sequence ram to store, hence the error.
    Now...
    ...I have a question.
    The next logical step to my mind is to patch our OS image with all missing patches, so these do not have to be downloaded at build time. Niall mentions this as one of the resolutions to this issue.
    However there seems to be some confusion over whether this would actually make a difference.
    I read through this link:
    http://social.technet.microsoft.com/Forums/en-US/7e597b44-2586-4063-b6d0-cec48a7c11c7/sccm-2012-task-sequence-failure-0x8007000e?forum=configmanagerosd
    There's seems to be no consensus on this.
    Is SCCM 2012 clever enough to - when the task sequence is first started - to download ONLY the updates (policies) it detects as NOT present in the OS image...
    or
    Will it simply try to download policies for ALL items deployed to it, whether the updates are present in the OS image or not?
    I will be disappointed if SCCM 2012 SP1 CU2 isn't clever enough to only download policies at build time for the apps, packages and updates it detects as needed.
    I'd be grateful for some clarity on this.
    Regards,
    John, Glasgow.

    Hi Jason
    Thank you for replying, I appreciate it.
    1) We currently have 15 or 16 software update groups for Office updates, dating back a month or two. The latest software update group contains all the patches in the previous software update groups plus the patches released on 10th June. Do you recommend
    deleting all but the latest software update group?
    2) I'm almost reluctant to ask this, but based on what you have advised, is it the case that when the task sequence executes, it will download policies for each update in each software update group regardless of whether it has already downloaded a policy
    for an update in a previous software update group? So in effect it's downloading policies (for updates) it has already downloaded?
    3) I'm not clear on why there would be no policy for an image; in Niall Brady's informative page on the 8007000E error, he writes the following:
    "The reason it has run of space could be due to four possibilites: too many applications, too many Windows updates, too many Task Sequence steps, too many referenced packages'.
    Can you shed some light on why there isn't a policy for an image?
    Thanks again for replying,
    John.

  • MDT 2013 Windows 8.1 Task sequence Stops After first Reboot. login

    Hi There,
    The issue I am having is that After the OS gets laid down, and the Windows 8.1 computer reboots, The task sequence does not continue. It fails everytime. There are not any obvious errors that happen in the process that I can see in the logs. But I have
    customized this process quite a bit and I could use some help. We are deploying potentionally to over 30,000 computers.
    The test machine I have been using is the Surface pro 2.
    The interesting part is after a failure is if I start the process over again ,  boots into PE, then run diskpart manually from command prompt to Clean Disk 0, and then reboot and start the MDT task sequence, it will deploy fine.
    I also have a custom step that copies the TS media from the stick to a Recovery partition I create. The user can launch a -re-image or MDT refresh from an Icon/script, which will unhide this "recovery partition", and kick off a lite touch refresh.
    This works succesfully everytime. We have remote locations with very slow links, so MDT over the network or MDT integrated with SCCM is not an option at this time. So this is the solution.
    I am attempting to use MDT 2013 to deploy Windows 8.1 Offline, and using GPT partitions.
    I am using a custom Format and partiition Step, that call the CustomDiskpart.txt script from %deployroot%\Scripts.
    I am also using a Split image, as multi partitioned EFI/NTFS USB sticks are not a possibility for us , also, the USB sticks capable of this are seen by MDT as a "fixed drive" anyways. Which can cause issues in itself. So the LTIAPPLY.wsf has
    been edited to search and apply ther split .swm files.  This works well.
    After the Task sequence failure I have tried launching the Litetouch scripts from the C:\MINNINT folder manually to continue the sequence, but it doesnt  do anything.
    I don't want to always be running Diskpart manually before imaging a new OEM computer. I needa second pair of eyes on this.
    Thank You in advance!

    Hi,
    Thanks Again for taking a look.
    I checked the sysprep log in the image and they look fine. No errors.
    As requested here are some logs. Let me know if I can provide anything else.
    BDD.log
    litetouch.log
    SMSTS.log
    Im not actually attempting to provide a recovery image. What I am doing is leveraging MDT to refresh the computer remotely. We can update the MDT media on the hidden data partition,when required and kick it off remotely. Some of the computers are very
    remote, and without SCCM DP's, plus a combination of slow links and a lack of deskside techs made this a requirement. This works without incident.
    The only issue I have is on a new computer if I run the sequence (offline USB media) it will fail the first time, unless I run a diskpart clean in PE first.. Then it will succeed. Refreshing the computer is fine.

  • Setup failure not recorded in Execution.ResultStatus

    If a step fails during the Setup section of my sequence, the result visible in a VB.NET event handler is "Passed", rather than the expected "Failed" or "Error".
    Private Sub ExecutionTwoFinished(ByVal sender As Object, ByVal e As NationalInstruments.TestStand.Interop.UI.Ax._ExecutionViewMgrEvents_EndExecutionEvent) Handles axExecutionViewMgrTwo.EndExecution
    If e.exec.ResultStatus = StepProperties.ResultStatus_Passed Then
    End If
    End Sub
    I have "Step Failure Causes Sequence Failure" selected.
    Is there a setting which I am missing to cause the failure to be reported correctly?
    Thanks!

    Hello PMichaelson,
    I tried to replicate the issue that you are experiencing, but unfortunately I was not able to see the same behavior that you are seeing. When I ran a TestStand 3.1 sequence, which had a step that failed in the setup code group, the variable e.exec.ResultStatus from the function you listed in your post did return �Failed.� As long as your sequence is set to run the Setup and Cleanup code groups, I am not aware of any other settings in TestStand to force this behavior. If you are still having problems with this issue, you can create a small example which demonstrates this behavior, and feel free to attach it to this page. I will then see if I can replicate it on my end.
    Regards,
    Kevin Leonard
    Applications Engineer
    National Instruments

Maybe you are looking for

  • Error while installing NW 7.4 SR2 in High availability

    Hello Guys, We are installing NW 7.4 SR2 Enterprise Portal with sybase database on windows 2012 R2 server under high availability i.e Microsoft Cluster. JEP is the system ID of the server, SAPJEP is the virtual host and X.X.X.36 is the virtual I.P fo

  • Problems with photoshop elements 11 - effects won´t load

    I have problems: when I want to use effects, the stiles and effects on the sidebar won´t load. I ve reinstalled photoshop three times now, it works a day or two and than the same problem occurs. (I ve bought the program for download on amazon). Has a

  • How to do this mapping in XI

    hi, My Source Structure is like Object_IND      FILENAME    FILEVALUE 0                     Column1       aaa0 0                     Column2       bbb0 0                     Coulmn3       ccc0 0                     Coulmn4       ddd0 0               

  • HT1918 How do I get rid of a 7 cent balance?

    I need to get rid of my balance before Apple will let me change my region from the Canada to the US. But I can't figure it out... and therefore I can't buy any apps. Please help!

  • How to charge an external keyboard

    He do I charge the external wireless keyboard? My Bluetooth was working and now it is not.