IT 專業人員的技術資源 > 論壇首頁 > Configuration Manager Software Updates Management > Windows XP SP2 Workstations Do Not Recieve Updates From SCCM
發問發問
 

已答覆Windows XP SP2 Workstations Do Not Recieve Updates From SCCM

  • 2009年4月5日 下午 05:46Rick_76 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Hello!

    I'm currently testing out SCCM and I'm having trouble deploying updates to Windows XP SP2 clients. In my testing enviroment, I created a test update with a deadline and assigned it to the appropriate group. On the client computer I performed the Machine Policy Retrieval & Evaluation Cycle, Software Updates Deployment Evaluation Cycle, and Software Updates Scan Cycle actions. In the WUAHandler it shows it points to my WSUS server then starts searching for updates and ends with "Successfully completed scan".

    I noticed the update was not downloaded/installed even at the deadline I set. So I thought it was because the workstation was on SP2, so I upgraded it to SP3, still no luck. Then I thought maybe its the Windows Update Agent, so I updated the agent to the current version which seems to be 7.2.6001.788. Still no luck. What I don't understand is that my Vista workstations recieve updates fine, even with the same group policy I have setup for XP.

    When browsing I came across that you don't have to configure group policy for the SUP but I configure it exactly how it showed it in the log, I even disabled the GPO just to test if it was an error on my part which it was not.

    I currently have group policy set to:
    Configure Automatic Updates: Disabled
    Specify Intranet Microsoft update service location: Enabled
    Allowed signed updates from intranet Microsoft update service location: Enabled

    Does something need to be updated before I push updates to Windows XP SP2 workstations thats different from Vista?

    Thanks,

    Rick

解答

  • 2009年4月15日 上午 02:43Rick_76 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     已答覆
    Through countless testing....I have finally figured out what the issue was! :-)

    Somehow the security settings on the folder that stored the XP updates got corrupted. Even though users had access to the folder which stored the updates, they did not have access to the sub-folders.

    To verify that was indeed the issue, I created and shared a test folder, assigned appropriate security rights, stored an xp update, deployed it, and verified the update was deployed successfully on the test machine which it was.

    So, the issue was because of security rights.

    Marking as answer.

    Many thanks to everyone!

    -Rick
    • 已標示為解答Rick_76 2009年4月15日 上午 02:44
    •  

所有回覆

  • 2009年4月6日 上午 07:36Jwo Wong 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Did you set you group policy in the domain level?  If so, you domain policy will overwrite the local group policy.  When software update agent is enable and SUP and WSUS is installed and running.  A local group policy will be created which enable local Windows Update policy which will point to the assign SUP.

    Check this article:
    http://technet.microsoft.com/en-us/library/bb735866.aspx

     
  • 2009年4月6日 下午 07:28Rick_76 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    I have created a separate GPO for the testing enviroment. The article implied that I do not have to configure group policy because the software update agent will configure it automatically. However, I do not recieve the following in my log file

    [Group policy settings were overwritten by a higher authority (Domain Controller) to: Server http://server and Policy ENABLED]LOG

    I have configure the update service location as http://servername:80 just as it appears in the log. Even if I configured it wrong, why did my Vista clients recieve the test update and my XP clients did not? I even disabled the GPO to make sure it wasnt an error on my part which it was not because even with it disabled, the Vista clients recieved the test update again while my XP client did not.
  • 2009年4月7日 上午 07:06Jwo Wong 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    do you know if your xp machines have their scan completed?  check the client's wuahandler.log

    check the updatehandler.log to see if the client is actually performing any scan job?

    What does the updatedeployment.log says?

    check statemessages.log to determine if state messages actually returns to the MP.


    Give us more info on the logs...


    Use GPMC to check the result of the GP on the Windows Update settings..
  • 2009年4月7日 下午 10:58Rick_76 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    From wuahandler.log

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="18:49:28.408+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="2180" file="sourcemanager.cpp:1339">
    <![LOG[Existing WUA Managed server was already set (http://Server:80), skipping Group Policy registration.]LOG]!><time="18:49:28.502+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="2180" file="sourcemanager.cpp:1032">
    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="18:49:28.533+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="2180" file="sourcemanager.cpp:1372">
    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="18:49:28.564+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="2180" file="cwuahandler.cpp:587">
    <![LOG[Async searching completed.]LOG]!><time="18:49:30.939+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="1972" file="cwuahandler.cpp:2099">
    <![LOG[Successfully completed scan.]LOG]!><time="18:49:31.017+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="200" file="cwuahandler.cpp:3261">


    Nothing is in the updatehandler.log

    From updatedeployment.log

    <![LOG[Message received: '<?xml version='1.0' ?><SoftwareUpdatesMessage MessageType='EvaluateAssignments'><UseCachedResults>False</UseCachedResults></SoftwareUpdatesMessage>']LOG]!><time="18:49:26.377+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="200" file="cdeploymentagent.cpp:190">
    <![LOG[Removing scan history to force non cached results]LOG]!><time="18:49:26.377+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="200" file="assignmentsmanager.cpp:873">
    <![LOG[Assignment({05456871-6446-4F5B-9B02-8203B2102FC0}) already in progress state (AssignmentStateDownloading). No need to evaluate]LOG]!><time="18:49:26.470+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="200" file="updatesassignment.cpp:774">
    <![LOG[Evaluation initiated for (0) assignments.]LOG]!><time="18:49:26.470+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="200" file="assignmentsmanager.cpp:791">


    From statemessages.log

    <![LOG[State message with TopicType 501 and TopicId {D3EEBF1C-B860-467B-B14C-CB3D80CA873F} has been recorded]LOG]!><time="18:49:28.252+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="1768" file="statemsg.cpp:402">
    <![LOG[State message with TopicType 501 and TopicId {D3EEBF1C-B860-467B-B14C-CB3D80CA873F} has been recorded]LOG]!><time="18:49:28.580+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="2180" file="statemsg.cpp:402">
    <![LOG[State message with TopicType 501 and TopicId {D3EEBF1C-B860-467B-B14C-CB3D80CA873F} has been recorded]LOG]!><time="18:49:31.205+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="2180" file="statemsg.cpp:402">


    I currently have the Windows Update GPO disable

  • 2009年4月8日 上午 03:40Rick_76 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Since nothing is in the updatehandler.log then it would be correct to assume the client is not actually performing the scan? Any ideas as to why?
  • 2009年4月8日 上午 03:57Rick_76 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Something weird has happen. I dis-joined one client from my domain and they are receiving notification that the test update is available.

    Here are the new logs.

    From wuahandler.log

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="18:49:28.408+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="2180" file="sourcemanager.cpp:1339">
    <![LOG[Existing WUA Managed server was already set (http://server:80), skipping Group Policy registration.]LOG]!><time="18:49:28.502+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="2180" file="sourcemanager.cpp:1032">
    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="18:49:28.533+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="2180" file="sourcemanager.cpp:1372">
    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="18:49:28.564+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="2180" file="cwuahandler.cpp:587">
    <![LOG[Async searching completed.]LOG]!><time="18:49:30.939+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="1972" file="cwuahandler.cpp:2099">
    <![LOG[Successfully completed scan.]LOG]!><time="18:49:31.017+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="200" file="cwuahandler.cpp:3261">
    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="19:07:27.681+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="2648" file="sourcemanager.cpp:1339">
    <![LOG[Existing WUA Managed server was already set (http://server:80), skipping Group Policy registration.]LOG]!><time="19:07:27.697+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="2648" file="sourcemanager.cpp:1032">
    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="19:07:27.728+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="2648" file="sourcemanager.cpp:1372">
    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="19:07:27.759+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="2648" file="cwuahandler.cpp:587">
    <![LOG[Async searching completed.]LOG]!><time="19:07:30.353+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="2912" file="cwuahandler.cpp:2099">
    <![LOG[Successfully completed scan.]LOG]!><time="19:07:30.431+240" date="04-07-2009" component="WUAHandler" context="" type="1" thread="1212" file="cwuahandler.cpp:3261">



    From updatehandler.log

    <![LOG[Service startup notification received]LOG]!><time="23:41:51.644+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3776" file="cupdatesagent.cpp:145">
    <![LOG[CUpdatesAgent::FinalConstruct entered]LOG]!><time="23:41:51.660+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3776" file="cupdatesagent.cpp:48">
    <![LOG[Loaded job with ID = {EB257222-46D0-471E-85C8-6262DCD63362}]LOG]!><time="23:41:51.707+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3776" file="job.cpp:539">
    <![LOG[ReconnectJob received from SDM.]LOG]!><time="23:41:54.051+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3812" file="cupdatesagent.cpp:373">
    <![LOG[Reconnecting to the Job {EB257222-46D0-471E-85C8-6262DCD63362}]LOG]!><time="23:41:54.051+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3812" file="jobmanager.cpp:109">
    <![LOG[Reconnected job with id = {EB257222-46D0-471E-85C8-6262DCD63362}]LOG]!><time="23:41:54.051+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3812" file="job.cpp:797">
    <![LOG[OnJobRestart Job ({EB257222-46D0-471E-85C8-6262DCD63362}) - State = 2]LOG]!><time="23:41:54.535+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3812" file="job.cpp:1142">
    <![LOG[Initiating Scan. Forced = (0)]LOG]!><time="23:41:54.551+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3812" file="job.cpp:1506">
    <![LOG[Successfully initiated scan for job ({EB257222-46D0-471E-85C8-6262DCD63362}).]LOG]!><time="23:41:54.660+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3812" file="job.cpp:1579">
    <![LOG[Scan completion received for job ({EB257222-46D0-471E-85C8-6262DCD63362}).]LOG]!><time="23:41:54.957+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3776" file="job.cpp:1613">
    <![LOG[Evaluating status of the updates for the job ({EB257222-46D0-471E-85C8-6262DCD63362}).]LOG]!><time="23:41:54.957+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3776" file="job.cpp:2207">
    <![LOG[Initiating download for the job ({EB257222-46D0-471E-85C8-6262DCD63362}).]LOG]!><time="23:41:54.957+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3776" file="job.cpp:2286">
    <![LOG[Bundle update (83a56f7c-b154-4269-b665-42bb483c80c2) is requesting download from child updates for action (INSTALL)]LOG]!><time="23:41:54.957+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3776" file="bundledupdate.cpp:830">
    <![LOG[Starting download on action (INSTALL) for Update (cfac6a65-2a92-499b-933c-ab4b034ae58e)]LOG]!><time="23:41:56.676+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3776" file="update.cpp:385">
    <![LOG[ContentAvailable notification received from CAS.]LOG]!><time="23:42:00.176+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="4032" file="notifycontent.h:65">
    <![LOG[Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SMS_SUMAgentUpdateError_DownloadFailed_Mom
    {
        ClientID = "GUID:ADDC65A0-444B-4689-8420-53C59B5C152A";
        DateTime = "20090408034200.285000+000";
        MachineName = "MOM-PC";
        ModelName = "Site_D3EEBF1C-B860-467B-B14C-CB3D80CA873F/SUM_cfac6a65-2a92-499b-933c-ab4b034ae58e";
        ProcessID = 672;
        SdmPackageVersion = "1";
        SiteCode = "JFS";
        ThreadID = 4032;
        UpdateId = "cfac6a65-2a92-499b-933c-ab4b034ae58e";
        Win32ErrorCode = 2147942405;
    };
    ]LOG]!><time="23:42:00.332+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="4032" file="event.cpp:525">
    <![LOG[CAS failed to download update (cfac6a65-2a92-499b-933c-ab4b034ae58e). Error = 0x80070005. Releasing content request.]LOG]!><time="23:42:00.457+240" date="04-07-2009" component="UpdatesHandler" context="" type="3" thread="4032" file="atomicupdate.cpp:649">
    <![LOG[Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SMS_SUMAgentBundleError_FailedContent_Mom
    {
        ClientID = "GUID:ADDC65A0-444B-4689-8420-53C59B5C152A";
        DateTime = "20090408034200.598000+000";
        LeafUpdateId = "cfac6a65-2a92-499b-933c-ab4b034ae58e";
        MachineName = "MOM-PC";
        ModelName = "Site_D3EEBF1C-B860-467B-B14C-CB3D80CA873F/SUM_83a56f7c-b154-4269-b665-42bb483c80c2";
        ProcessID = 672;
        SdmPackageVersion = "1";
        SiteCode = "JFS";
        ThreadID = 4028;
        UpdateId = "83a56f7c-b154-4269-b665-42bb483c80c2";
        Win32ErrorCode = 2147942405;
    };
    ]LOG]!><time="23:42:00.738+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="4028" file="event.cpp:525">
    <![LOG[Download completed for the job ({EB257222-46D0-471E-85C8-6262DCD63362}).]LOG]!><time="23:42:00.926+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="4028" file="job.cpp:2370">
    <![LOG[Successfully sent job ({EB257222-46D0-471E-85C8-6262DCD63362}) success completion to the SdmAgent]LOG]!><time="23:42:01.473+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="4032" file="job.cpp:1410">
    <![LOG[CompleteJob received from SDM.]LOG]!><time="23:42:01.738+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="4028" file="cupdatesagent.cpp:404">
    <![LOG[Complete - Job ({EB257222-46D0-471E-85C8-6262DCD63362}) Cleanup.]LOG]!><time="23:42:01.738+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="4028" file="job.cpp:1210">
    <![LOG[CompleteJob - Job ({EB257222-46D0-471E-85C8-6262DCD63362}) removed from job manager list.]LOG]!><time="23:42:01.879+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="4028" file="jobmanager.cpp:204">
    <![LOG[Method (Apply) called from SDM.]LOG]!><time="23:42:12.879+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3776" file="cupdatesagent.cpp:290">
    <![LOG[Starting job with id = {4241FC79-88E6-4023-8916-11D614FCC25A}]LOG]!><time="23:42:12.879+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3776" file="job.cpp:731">
    <![LOG[Initiating Scan. Forced = (0)]LOG]!><time="23:42:12.988+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3776" file="job.cpp:1506">
    <![LOG[Successfully initiated scan for job ({4241FC79-88E6-4023-8916-11D614FCC25A}).]LOG]!><time="23:42:13.019+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3776" file="job.cpp:1579">
    <![LOG[Scan completion received for job ({4241FC79-88E6-4023-8916-11D614FCC25A}).]LOG]!><time="23:42:13.035+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3808" file="job.cpp:1613">
    <![LOG[Evaluating status of the updates for the job ({4241FC79-88E6-4023-8916-11D614FCC25A}).]LOG]!><time="23:42:13.035+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3808" file="job.cpp:2207">
    <![LOG[Initiating download for the job ({4241FC79-88E6-4023-8916-11D614FCC25A}).]LOG]!><time="23:42:13.051+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3808" file="job.cpp:2286">
    <![LOG[Bundle update (83a56f7c-b154-4269-b665-42bb483c80c2) is requesting download from child updates for action (INSTALL)]LOG]!><time="23:42:13.113+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3808" file="bundledupdate.cpp:830">
    <![LOG[Starting download on action (INSTALL) for Update (cfac6a65-2a92-499b-933c-ab4b034ae58e)]LOG]!><time="23:42:13.113+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3808" file="update.cpp:385">
    <![LOG[ContentAvailable notification received from CAS.]LOG]!><time="23:43:35.816+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3448" file="notifycontent.h:65">
    <![LOG[Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SMS_SUMAgentUpdateError_DownloadFailed_Mom
    {
        ClientID = "GUID:ADDC65A0-444B-4689-8420-53C59B5C152A";
        DateTime = "20090408034335.816000+000";
        MachineName = "MOM-PC";
        ModelName = "Site_D3EEBF1C-B860-467B-B14C-CB3D80CA873F/SUM_cfac6a65-2a92-499b-933c-ab4b034ae58e";
        ProcessID = 672;
        SdmPackageVersion = "1";
        SiteCode = "JFS";
        ThreadID = 3448;
        UpdateId = "cfac6a65-2a92-499b-933c-ab4b034ae58e";
        Win32ErrorCode = 2147942405;
    };
    ]LOG]!><time="23:43:35.832+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3448" file="event.cpp:525">
    <![LOG[CAS failed to download update (cfac6a65-2a92-499b-933c-ab4b034ae58e). Error = 0x80070005. Releasing content request.]LOG]!><time="23:43:35.848+240" date="04-07-2009" component="UpdatesHandler" context="" type="3" thread="3448" file="atomicupdate.cpp:649">
    <![LOG[Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SMS_SUMAgentBundleError_FailedContent_Mom
    {
        ClientID = "GUID:ADDC65A0-444B-4689-8420-53C59B5C152A";
        DateTime = "20090408034335.863000+000";
        LeafUpdateId = "cfac6a65-2a92-499b-933c-ab4b034ae58e";
        MachineName = "MOM-PC";
        ModelName = "Site_D3EEBF1C-B860-467B-B14C-CB3D80CA873F/SUM_83a56f7c-b154-4269-b665-42bb483c80c2";
        ProcessID = 672;
        SdmPackageVersion = "1";
        SiteCode = "JFS";
        ThreadID = 3764;
        UpdateId = "83a56f7c-b154-4269-b665-42bb483c80c2";
        Win32ErrorCode = 2147942405;
    };
    ]LOG]!><time="23:43:35.863+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3764" file="event.cpp:525">
    <![LOG[Download completed for the job ({4241FC79-88E6-4023-8916-11D614FCC25A}).]LOG]!><time="23:43:35.879+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3764" file="job.cpp:2370">
    <![LOG[Successfully sent job ({4241FC79-88E6-4023-8916-11D614FCC25A}) success completion to the SdmAgent]LOG]!><time="23:43:35.910+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3392" file="job.cpp:1410">
    <![LOG[CompleteJob received from SDM.]LOG]!><time="23:43:35.941+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3392" file="cupdatesagent.cpp:404">
    <![LOG[Complete - Job ({4241FC79-88E6-4023-8916-11D614FCC25A}) Cleanup.]LOG]!><time="23:43:35.941+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3392" file="job.cpp:1210">
    <![LOG[CompleteJob - Job ({4241FC79-88E6-4023-8916-11D614FCC25A}) removed from job manager list.]LOG]!><time="23:43:36.457+240" date="04-07-2009" component="UpdatesHandler" context="" type="1" thread="3392" file="jobmanager.cpp:204">



    From updatedeployment.log

    <![LOG[Message received: '<?xml version='1.0' ?><SoftwareUpdatesMessage MessageType='EvaluateAssignments'><UseCachedResults>False</UseCachedResults></SoftwareUpdatesMessage>']LOG]!><time="18:49:26.377+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="200" file="cdeploymentagent.cpp:190">
    <![LOG[Removing scan history to force non cached results]LOG]!><time="18:49:26.377+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="200" file="assignmentsmanager.cpp:873">
    <![LOG[Assignment({05456871-6446-4F5B-9B02-8203B2102FC0}) already in progress state (AssignmentStateDownloading). No need to evaluate]LOG]!><time="18:49:26.470+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="200" file="updatesassignment.cpp:774">
    <![LOG[Evaluation initiated for (0) assignments.]LOG]!><time="18:49:26.470+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="200" file="assignmentsmanager.cpp:791">
    <![LOG[Message received: '<?xml version='1.0' ?><SoftwareUpdatesMessage MessageType='EvaluateAssignments'><UseCachedResults>False</UseCachedResults></SoftwareUpdatesMessage>']LOG]!><time="19:07:25.728+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="1212" file="cdeploymentagent.cpp:190">
    <![LOG[Removing scan history to force non cached results]LOG]!><time="19:07:25.728+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="1212" file="assignmentsmanager.cpp:873">
    <![LOG[Assignment({05456871-6446-4F5B-9B02-8203B2102FC0}) already in progress state (AssignmentStateDownloading). No need to evaluate]LOG]!><time="19:07:25.775+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="1212" file="updatesassignment.cpp:774">
    <![LOG[Evaluation initiated for (0) assignments.]LOG]!><time="19:07:25.775+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="1212" file="assignmentsmanager.cpp:791">
    <![LOG[User logoff system task]LOG]!><time="23:38:15.274+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3992" file="systemtasks.cpp:111">
    <![LOG[Service startup system task]LOG]!><time="23:41:54.598+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3816" file="systemtasks.cpp:30">
    <![LOG[Software Updates feature is enabled]LOG]!><time="23:41:54.676+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3816" file="cdeploymentagent.cpp:55">
    <![LOG[No user is logged on]LOG]!><time="23:41:56.410+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3816" file="updatesdeployment.cpp:118">
    <![LOG[Total Pending reboot updates = 0]LOG]!><time="23:41:57.941+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3816" file="updatesmanager.cpp:651">
    <![LOG[No pending reboot updates at system restart.]LOG]!><time="23:41:57.941+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3816" file="updatesmanager.cpp:714">
    <![LOG[Assignment {05456871-6446-4F5B-9B02-8203B2102FC0} has total CI = 1]LOG]!><time="23:41:57.988+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3816" file="updatesassignment.cpp:153">
    <![LOG[Assignment ({05456871-6446-4F5B-9B02-8203B2102FC0}) reconnected to the existing job ({50A77A81-5BDE-4CCB-B56C-27F3774AAA7B}) successfully.]LOG]!><time="23:41:57.988+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3816" file="updatesassignment.cpp:489">
    <![LOG[No current service window available to run updates assignment with time required = 1]LOG]!><time="23:41:58.019+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3816" file="deploymentutils.cpp:664">
    <![LOG[Startup task completed]LOG]!><time="23:41:58.019+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3816" file="cdeploymentagent.cpp:105">
    <![LOG[Progress received for assignment ({05456871-6446-4F5B-9B02-8203B2102FC0})]LOG]!><time="23:41:59.894+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3816" file="updatesassignment.cpp:1774">
    <![LOG[Update (Site_D3EEBF1C-B860-467B-B14C-CB3D80CA873F/SUM_83a56f7c-b154-4269-b665-42bb483c80c2) Progress: Status = ciStateDownloading, PercentComplete = 0, Result = 0x0]LOG]!><time="23:41:59.894+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3816" file="updatesassignment.cpp:1809">
    <![LOG[Progress received for assignment ({05456871-6446-4F5B-9B02-8203B2102FC0})]LOG]!><time="23:42:01.051+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="4032" file="updatesassignment.cpp:1774">
    <![LOG[Update (Site_D3EEBF1C-B860-467B-B14C-CB3D80CA873F/SUM_83a56f7c-b154-4269-b665-42bb483c80c2) Progress: Status = ciStateError, PercentComplete = 0, Result = 0x80070005]LOG]!><time="23:42:01.051+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="4032" file="updatesassignment.cpp:1809">
    <![LOG[DownloadJob completion received for assignment ({05456871-6446-4F5B-9B02-8203B2102FC0})]LOG]!><time="23:42:01.644+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3808" file="updatesassignment.cpp:1902">
    <![LOG[Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SMS_SUMAgentAssignmentError_AdvanceDownloadJob_Mom
    {
        AssignmentId = "{05456871-6446-4F5B-9B02-8203B2102FC0}";
        ClientID = "GUID:ADDC65A0-444B-4689-8420-53C59B5C152A";
        DateTime = "20090408034201.926000+000";
        insAssignmentId = "{05456871-6446-4F5B-9B02-8203B2102FC0}";
        MachineName = "MOM-PC";
        ProcessID = 672;
        SiteCode = "JFS";
        ThreadID = 3808;
        Win32ErrorCode = 2147942405;
    };
    ]LOG]!><time="23:42:02.285+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3808" file="event.cpp:525">
    <![LOG[Starting install for assignment ({05456871-6446-4F5B-9B02-8203B2102FC0})]LOG]!><time="23:42:02.426+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3808" file="updatesassignment.cpp:1310">
    <![LOG[Update (Site_D3EEBF1C-B860-467B-B14C-CB3D80CA873F/SUM_83a56f7c-b154-4269-b665-42bb483c80c2) Progress: Status = ciStateSubmitted, PercentComplete = 0, DownloadSize = 0, Result = 0x0]LOG]!><time="23:42:02.676+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3808" file="targetedupdate.cpp:634">
    <![LOG[ApplyCIs - JobId = {1CCCE659-80CA-47AE-91E7-1311CAFC889D}]LOG]!><time="23:42:02.723+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3808" file="updatesmanager.cpp:2463">
    <![LOG[Update (Site_D3EEBF1C-B860-467B-B14C-CB3D80CA873F/SUM_83a56f7c-b154-4269-b665-42bb483c80c2) Progress: Status = ciStateDetecting, PercentComplete = 0, DownloadSize = 0, Result = 0x0]LOG]!><time="23:42:13.019+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="4032" file="targetedupdate.cpp:634">
    <![LOG[Update (Site_D3EEBF1C-B860-467B-B14C-CB3D80CA873F/SUM_83a56f7c-b154-4269-b665-42bb483c80c2) Progress: Status = ciStateDownloading, PercentComplete = 0, DownloadSize = 0, Result = 0x0]LOG]!><time="23:42:13.066+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3776" file="targetedupdate.cpp:634">
    <![LOG[Update (Site_D3EEBF1C-B860-467B-B14C-CB3D80CA873F/SUM_83a56f7c-b154-4269-b665-42bb483c80c2) Progress: Status = ciStateDownloading, PercentComplete = 0, DownloadSize = 15090, Result = 0x0]LOG]!><time="23:42:13.285+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3816" file="targetedupdate.cpp:634">
    <![LOG[Update (Site_D3EEBF1C-B860-467B-B14C-CB3D80CA873F/SUM_83a56f7c-b154-4269-b665-42bb483c80c2) Progress: Status = ciStateError, PercentComplete = 0, DownloadSize = 15090, Result = 0x80070005]LOG]!><time="23:43:35.910+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3448" file="targetedupdate.cpp:634">
    <![LOG[CTargetedUpdatesManager - Job completion received.]LOG]!><time="23:43:35.926+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3764" file="updatesmanager.cpp:1658">
    <![LOG[Job Id = {1CCCE659-80CA-47AE-91E7-1311CAFC889D}]LOG]!><time="23:43:35.926+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3764" file="updatesmanager.cpp:1666">
    <![LOG[Not refreshing update presence state as error CI Info status received]LOG]!><time="23:43:35.941+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="2" thread="3764" file="updatesmanager.cpp:2175">
    <![LOG[Raising event:
    [SMS_CodePage(437), SMS_LocaleID(1033)]
    instance of SMS_SUMAgentAssignmentError_UpdatesFailures_Mom
    {
        AssignmentId = "{05456871-6446-4F5B-9B02-8203B2102FC0}";
        ClientID = "GUID:ADDC65A0-444B-4689-8420-53C59B5C152A";
        DateTime = "20090408034335.957000+000";
        insAssignmentId = "{05456871-6446-4F5B-9B02-8203B2102FC0}";
        MachineName = "MOM-PC";
        ProcessID = 672;
        SiteCode = "JFS";
        ThreadID = 3448;
        Win32ErrorCode = 2147942405;
    };
    ]LOG]!><time="23:43:35.973+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3448" file="event.cpp:525">
    <![LOG[No pending install assignment]LOG]!><time="23:43:36.488+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3472" file="assignmentsmanager.cpp:1125">
    <![LOG[No other installations in pipeline. No reboot required.]LOG]!><time="23:43:36.488+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3472" file="updatesmanager.cpp:3155">
    <![LOG[User logon system task]LOG]!><time="23:44:59.676+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="2356" file="systemtasks.cpp:84">
    <![LOG[EnumerateUpdates for action (UpdateActionInstall) - Total visible updates = 1]LOG]!><time="23:45:00.816+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3272" file="updatesmanager.cpp:1335">
    <![LOG[User logoff system task]LOG]!><time="23:47:17.723+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="2252" file="systemtasks.cpp:111">
    <![LOG[User logon system task]LOG]!><time="23:48:03.082+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="2360" file="systemtasks.cpp:84">
    <![LOG[EnumerateUpdates for action (UpdateActionInstall) - Total visible updates = 1]LOG]!><time="23:48:03.285+240" date="04-07-2009" component="UpdatesDeploymentAgent" context="" type="1" thread="3760" file="updatesmanager.cpp:1335">




    From statemessages.log

    <![LOG[State message with TopicType 501 and TopicId {D3EEBF1C-B860-467B-B14C-CB3D80CA873F} has been recorded]LOG]!><time="18:49:28.252+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="1768" file="statemsg.cpp:402">
    <![LOG[State message with TopicType 501 and TopicId {D3EEBF1C-B860-467B-B14C-CB3D80CA873F} has been recorded]LOG]!><time="18:49:28.580+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="2180" file="statemsg.cpp:402">
    <![LOG[State message with TopicType 501 and TopicId {D3EEBF1C-B860-467B-B14C-CB3D80CA873F} has been recorded]LOG]!><time="18:49:31.205+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="2180" file="statemsg.cpp:402">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="18:57:25.845+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="3548" file="statemsg.cpp:772">
    <![LOG[Successfully forwarded State Messages to the MP]LOG]!><time="18:57:26.205+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="3548" file="statemsg.cpp:1527">
    <![LOG[State message with TopicType 501 and TopicId {D3EEBF1C-B860-467B-B14C-CB3D80CA873F} has been recorded]LOG]!><time="19:07:27.588+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="2648" file="statemsg.cpp:402">
    <![LOG[State message with TopicType 501 and TopicId {D3EEBF1C-B860-467B-B14C-CB3D80CA873F} has been recorded]LOG]!><time="19:07:27.775+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="2648" file="statemsg.cpp:402">
    <![LOG[State message with TopicType 501 and TopicId {D3EEBF1C-B860-467B-B14C-CB3D80CA873F} has been recorded]LOG]!><time="19:07:30.619+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="2648" file="statemsg.cpp:402">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="19:12:26.613+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="2336" file="statemsg.cpp:772">
    <![LOG[Successfully forwarded State Messages to the MP]LOG]!><time="19:12:26.925+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="2336" file="statemsg.cpp:1527">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="19:27:27.295+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="3876" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="19:42:27.720+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="220" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="19:57:28.150+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="212" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="20:12:28.531+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="2824" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="20:27:29.027+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="1708" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="20:42:29.435+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="3276" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="20:57:29.985+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="2468" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="21:12:30.388+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="2716" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="21:27:31.010+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="2856" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="21:42:31.420+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="2552" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="21:57:32.002+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="3052" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="22:12:32.553+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="3176" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="22:27:33.112+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="532" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="22:42:33.734+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="2256" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="22:57:34.316+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="3504" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="23:12:34.977+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="1992" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="23:27:35.637+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="3276" file="statemsg.cpp:772">
    <![LOG[CStateMsgManager::HandleMessage]LOG]!><time="23:41:58.613+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="3808" file="statemsg.cpp:772">
    <![LOG[State message with TopicType 402 and TopicId Site_D3EEBF1C-B860-467B-B14C-CB3D80CA873F/SUM_83a56f7c-b154-4269-b665-42bb483c80c2 has been recorded]LOG]!><time="23:42:01.832+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="3808" file="statemsg.cpp:402">
    <![LOG[State message with TopicType 301 and TopicId {05456871-6446-4F5B-9B02-8203B2102FC0} has been recorded]LOG]!><time="23:42:02.348+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="3808" file="statemsg.cpp:402">
    <![LOG[State message with TopicType 402 and TopicId Site_D3EEBF1C-B860-467B-B14C-CB3D80CA873F/SUM_83a56f7c-b154-4269-b665-42bb483c80c2 has been recorded]LOG]!><time="23:42:02.676+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="3808" file="statemsg.cpp:402">
    <![LOG[State message with TopicType 301 and TopicId {05456871-6446-4F5B-9B02-8203B2102FC0} has been recorded]LOG]!><time="23:42:02.785+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="3808" file="statemsg.cpp:402">
    <![LOG[State message with TopicType 402 and TopicId Site_D3EEBF1C-B860-467B-B14C-CB3D80CA873F/SUM_83a56f7c-b154-4269-b665-42bb483c80c2 has been recorded]LOG]!><time="23:43:35.910+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="3448" file="statemsg.cpp:402">
    <![LOG[State message with TopicType 301 and TopicId {05456871-6446-4F5B-9B02-8203B2102FC0} has been recorded]LOG]!><time="23:43:36.457+240" date="04-07-2009" component="StateMessage" context="" type="1" thread="3448" file="statemsg.cpp:402">


    It seems it finds the update but does not download it because installation always ends in failure.
  • 2009年4月8日 上午 05:06Jwo Wong 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    The updatehandler log provides information about software update compliance scanning, and the download and installation of software updates on the client.  If it is empty, that's not a good sign.

    I notice that the assignment ({05456871-6446-4F5B-9B02-8203B2102FC0}) is already in progress state and it's not being evaluated in the updatedeployment log.   How many CI is in that assignment?  Have you deploy the same assignment before? 

    You might want to try doing a small separate deployment to only yiour xp machine to ensure your settings are set correctly.
  • 2009年4月8日 上午 05:38Jwo Wong 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    You must have updated this thread when I reply above..

    Looking at the above updatehandler log, client failed to download the update.  Error = 0x80070005, which means access is denied.  Looks like you have some permission issue somewhere.    Now, not sure if this is caused by the fact that you removed the pc from the domain and that the standalone workgroup pc will not have access to download the updates.   What do you have in your site settings | accounts?  I am sure you have since you mention that your vista machine is working fine.  Did you have your DP setup correctly?
      
  • 2009年4月8日 下午 10:47Rick_76 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    I only have two accounts set up. Client push which uses a domain admin account  and network access account which uses a domain user account. I set up my DP correctly as the pc can locate my server in the LocationServices.log. The updatehandler.log only populated after I removed the pc from the domain.
  • 2009年4月9日 下午 06:11Jwo Wong 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     

    Join the PC back to the domain and see if you still get the Access is Deinied error.  If not, kindly post the full log.

  • 2009年4月10日 上午 02:24Rick_76 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    I have since re imaged the test XP workstation and now am unable to replicate the issue. I will continue to try to deploy test updates to the to the re imaged workstation. Does it matter which update I attempt to deploy? Currently I'm trying to deploy IE7 and Windows Media Player 11. Thanks.
  • 2009年4月14日 下午 03:34Jwo Wong 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     

    Don't really matter what updates you are attempting to deploy.  In your case, deploying a required updates from the compliance state would be a good test.

  • 2009年4月15日 上午 12:20Rick_76 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    I have good news and bad news

    I have installed Office 2007 on the test XP machine and successfully deployed an update for it. I'm still however unsuccessfully with deploying XP updates. So I'm not sure whats going on. Wuahandler.log is posted below.

    <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} -->

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="17:59:37.573+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="1468" file="sourcemanager.cpp:1339">

    <![LOG[Unable to find or read WUA Managed server policy.]LOG]!><time="17:59:37.573+240" date="04-13-2009" component="WUAHandler" context="" type="2" thread="3876" file="sourcemanager.cpp:648">

    <![LOG[Unable to read existing WUA Group Policy object. Error = 0x80070002.]LOG]!><time="17:59:37.573+240" date="04-13-2009" component="WUAHandler" context="" type="2" thread="1468" file="sourcemanager.cpp:1026">

    <![LOG[Enabling WUA Managed server policy to use server: http://SERVER:80]LOG]!><time="17:59:37.573+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="1468" file="sourcemanager.cpp:1045">

    <![LOG[Waiting for 2 mins for Group Policy to notify of WUA policy change...]LOG]!><time="17:59:37.589+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="1468" file="sourcemanager.cpp:1051">

    <![LOG[Waiting for 30 secs for policy to take effect on WU Agent.]LOG]!><time="17:59:37.620+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="1468" file="sourcemanager.cpp:1115">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="18:00:07.648+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="1468" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="18:00:07.726+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="1468" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="18:00:52.141+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="1440" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="18:00:52.313+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="1468" file="cwuahandler.cpp:3261">

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="18:09:26.934+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2652" file="sourcemanager.cpp:1339">

    <![LOG[Existing WUA Managed server was already set (http://SERVER:80), skipping Group Policy registration.]LOG]!><time="18:09:26.950+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2652" file="sourcemanager.cpp:1032">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="18:09:26.965+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2652" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="18:09:27.106+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2652" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="18:09:43.354+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3488" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="18:09:43.495+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2652" file="cwuahandler.cpp:3261">

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="18:19:49.345+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3284" file="sourcemanager.cpp:1339">

    <![LOG[Existing WUA Managed server was already set (http://SERVER:80), skipping Group Policy registration.]LOG]!><time="18:19:49.361+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3284" file="sourcemanager.cpp:1032">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="18:19:49.361+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3284" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="18:19:49.377+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3284" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="18:19:52.517+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3628" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="18:19:52.689+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3296" file="cwuahandler.cpp:3261">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="18:21:55.749+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="300" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="18:21:56.890+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="1764" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="18:21:57.030+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3912" file="cwuahandler.cpp:3261">

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="19:21:39.322+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2776" file="sourcemanager.cpp:1339">

    <![LOG[Existing WUA Managed server was already set (http://SERVER:80), skipping Group Policy registration.]LOG]!><time="19:21:39.337+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2776" file="sourcemanager.cpp:1032">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="19:21:39.337+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2776" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="19:21:39.353+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2776" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="19:21:53.230+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2956" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="19:21:53.371+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2508" file="cwuahandler.cpp:3261">

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="19:34:44.380+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3628" file="sourcemanager.cpp:1339">

    <![LOG[Existing WUA Managed server was already set (http://SERVER:80), skipping Group Policy registration.]LOG]!><time="19:34:44.442+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3628" file="sourcemanager.cpp:1032">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="19:34:44.458+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3628" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="19:34:44.458+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3628" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="19:34:47.771+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3500" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="19:34:47.927+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="540" file="cwuahandler.cpp:3261">

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="19:46:17.119+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="540" file="sourcemanager.cpp:1339">

    <![LOG[Existing WUA Managed server was already set (http://SERVER:80), skipping Group Policy registration.]LOG]!><time="19:46:17.135+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="540" file="sourcemanager.cpp:1032">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="19:46:17.135+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="540" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="19:46:17.151+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="540" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="19:46:20.776+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3476" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="19:46:20.932+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3596" file="cwuahandler.cpp:3261">

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="20:28:34.386+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3688" file="sourcemanager.cpp:1339">

    <![LOG[Unable to read existing resultant WUA policy. Error = 0x80070002.]LOG]!><time="20:28:34.386+240" date="04-13-2009" component="WUAHandler" context="" type="2" thread="3688" file="sourcemanager.cpp:1017">

    <![LOG[Enabling WUA Managed server policy to use server: http://SERVER:80]LOG]!><time="20:28:34.386+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3688" file="sourcemanager.cpp:1045">

    <![LOG[Waiting for 2 mins for Group Policy to notify of WUA policy change...]LOG]!><time="20:28:34.402+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3688" file="sourcemanager.cpp:1051">

    <![LOG[Waiting for 30 secs for policy to take effect on WU Agent.]LOG]!><time="20:28:34.715+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3688" file="sourcemanager.cpp:1115">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="20:29:04.717+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3688" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="20:29:04.826+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3688" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="20:29:21.437+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2744" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="20:29:21.577+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3688" file="cwuahandler.cpp:3261">

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="20:41:10.651+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2768" file="sourcemanager.cpp:1339">

    <![LOG[Existing WUA Managed server was already set (http://SERVER:80), skipping Group Policy registration.]LOG]!><time="20:41:10.666+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2768" file="sourcemanager.cpp:1032">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="20:41:10.666+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2768" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="20:41:10.682+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2768" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="20:41:13.526+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3024" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="20:41:13.698+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2604" file="cwuahandler.cpp:3261">

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="21:03:56.593+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2640" file="sourcemanager.cpp:1339">

    <![LOG[Unable to read existing resultant WUA policy. Error = 0x80070002.]LOG]!><time="21:03:56.625+240" date="04-13-2009" component="WUAHandler" context="" type="2" thread="2640" file="sourcemanager.cpp:1017">

    <![LOG[Enabling WUA Managed server policy to use server: http://SERVER:80]LOG]!><time="21:03:56.625+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2640" file="sourcemanager.cpp:1045">

    <![LOG[Waiting for 2 mins for Group Policy to notify of WUA policy change...]LOG]!><time="21:03:56.625+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2640" file="sourcemanager.cpp:1051">

    <![LOG[Waiting for 30 secs for policy to take effect on WU Agent.]LOG]!><time="21:03:56.687+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2640" file="sourcemanager.cpp:1115">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="21:04:26.687+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2640" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="21:04:26.812+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2640" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="21:04:42.390+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3896" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="21:04:42.531+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2640" file="cwuahandler.cpp:3261">

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="21:11:22.625+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="536" file="sourcemanager.cpp:1339">

    <![LOG[Existing WUA Managed server was already set (http://SERVER:80), skipping Group Policy registration.]LOG]!><time="21:11:22.625+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="536" file="sourcemanager.cpp:1032">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="21:11:22.640+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="536" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="21:11:22.656+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="536" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="21:11:23.843+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3604" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="21:11:23.984+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2640" file="cwuahandler.cpp:3261">

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="22:11:56.401+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2680" file="sourcemanager.cpp:1339">

    <![LOG[Existing WUA Managed server was already set (http://SERVER:80), skipping Group Policy registration.]LOG]!><time="22:11:56.416+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2680" file="sourcemanager.cpp:1032">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="22:11:56.432+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2680" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="22:11:56.510+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2680" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="22:11:58.901+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3580" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="22:11:58.947+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2680" file="cwuahandler.cpp:3261">

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="22:44:00.657+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2936" file="sourcemanager.cpp:1339">

    <![LOG[Existing WUA Managed server was already set (http://SERVER:80), skipping Group Policy registration.]LOG]!><time="22:44:00.688+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2936" file="sourcemanager.cpp:1032">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="22:44:00.688+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2936" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="22:44:00.797+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2936" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="22:44:03.313+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="3788" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="22:44:03.376+240" date="04-13-2009" component="WUAHandler" context="" type="1" thread="2936" file="cwuahandler.cpp:3261">

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="18:05:52.301+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="3420" file="sourcemanager.cpp:1339">

    <![LOG[Existing WUA Managed server was already set (http://SERVER:80), skipping Group Policy registration.]LOG]!><time="18:05:52.332+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="3420" file="sourcemanager.cpp:1032">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="18:05:52.347+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="3420" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="18:05:54.266+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="3420" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="18:05:57.809+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="1892" file="cwuahandler.cpp:2099">

    <![LOG[OnSearchComplete - Failed CCMGetGlobalService. Error = 0x80040219]LOG]!><time="18:05:57.809+240" date="04-14-2009" component="WUAHandler" context="" type="3" thread="1892" file="cwuahandler.cpp:2105">

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="18:08:00.485+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="3880" file="sourcemanager.cpp:1339">

    <![LOG[Existing WUA Managed server was already set (http://SERVER:80), skipping Group Policy registration.]LOG]!><time="18:08:00.548+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="3880" file="sourcemanager.cpp:1032">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="18:08:00.563+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="3880" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="18:08:00.735+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="3880" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="18:08:01.608+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="4004" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="18:08:01.717+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="3876" file="cwuahandler.cpp:3261">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="18:58:19.232+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="520" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="18:58:19.808+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="524" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="18:58:19.855+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="520" file="cwuahandler.cpp:3261">

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="19:01:46.663+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="512" file="sourcemanager.cpp:1339">

    <![LOG[Existing WUA Managed server was already set (http://SERVER:80), skipping Group Policy registration.]LOG]!><time="19:01:46.679+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="512" file="sourcemanager.cpp:1032">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="19:01:46.694+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="512" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="19:01:46.710+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="512" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="19:01:47.395+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="4068" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="19:01:47.442+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="3964" file="cwuahandler.cpp:3261">

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="19:17:38.205+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2956" file="sourcemanager.cpp:1339">

    <![LOG[Existing WUA Managed server was already set (http://SERVER:80), skipping Group Policy registration.]LOG]!><time="19:17:38.205+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2956" file="sourcemanager.cpp:1032">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="19:17:38.221+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2956" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="19:17:38.221+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2956" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="19:17:40.611+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="3180" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="19:17:40.658+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2956" file="cwuahandler.cpp:3261">

    <![LOG[Its a WSUS Update Source type ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}), adding it.]LOG]!><time="20:01:25.912+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2456" file="sourcemanager.cpp:1339">

    <![LOG[Existing WUA Managed server was already set (http://SERVER:80), skipping Group Policy registration.]LOG]!><time="20:01:25.959+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2456" file="sourcemanager.cpp:1032">

    <![LOG[Added Update Source ({D3EEBF1C-B860-467B-B14C-CB3D80CA873F}) of content type: 2]LOG]!><time="20:01:25.959+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2456" file="sourcemanager.cpp:1372">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="20:01:26.052+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2456" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="20:02:25.898+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="776" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="20:02:26.054+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2456" file="cwuahandler.cpp:3261">

    <![LOG[Going to search using WSUS update source.]LOG]!><time="20:03:35.092+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2468" file="cwuahandler.cpp:1240">

    <![LOG[Synchronous searching started using filter: 'UpdateID = '36250cc1-76d3-4579-affd-ec2b5fd88886' AND DeploymentAction = *'...]LOG]!><time="20:03:35.092+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2468" file="cwuahandler.cpp:605">

    <![LOG[Successfully completed synchronous searching of updates.]LOG]!><time="20:04:03.550+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2468" file="cwuahandler.cpp:642">

    <![LOG[1. Update: 36250cc1-76d3-4579-affd-ec2b5fd88886, 100   BundledUpdates: 1]LOG]!><time="20:04:03.550+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2468" file="cwuahandler.cpp:1389">

    <![LOG[       Update: 84da4e4b-3a4e-4d23-ac62-5fa16e7e203f, 100   BundledUpdates: 0]LOG]!><time="20:04:03.550+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2468" file="cwuahandler.cpp:1389">

    <![LOG[1. Update (Missing): Security Update for Microsoft Office Word 2007 (KB956358) (36250cc1-76d3-4579-affd-ec2b5fd88886, 100)]LOG]!><time="20:04:03.550+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2468" file="cwuahandler.cpp:1511">

    <![LOG[Async installation of updates started.]LOG]!><time="20:04:03.784+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2468" file="cwuahandler.cpp:1875">

    <![LOG[Update 1 (36250cc1-76d3-4579-affd-ec2b5fd88886) finished installing (0x00000000), Reboot Required? No]LOG]!><time="20:04:46.222+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="1724" file="cwuahandler.cpp:2027">

    <![LOG[Async install completed.]LOG]!><time="20:04:46.222+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="1724" file="cwuahandler.cpp:2055">

    <![LOG[Installation of updates completed.]LOG]!><time="20:04:46.222+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="3128" file="cwuahandler.cpp:3603">

    <![LOG[Async searching of updates using WUAgent started.]LOG]!><time="20:04:46.269+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2104" file="cwuahandler.cpp:587">

    <![LOG[Async searching completed.]LOG]!><time="20:05:04.293+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="3836" file="cwuahandler.cpp:2099">

    <![LOG[Successfully completed scan.]LOG]!><time="20:05:04.403+240" date="04-14-2009" component="WUAHandler" context="" type="1" thread="2468" file="cwuahandler.cpp:3261">



    From the log, I see configmgr found the missing office 2007 update and installed it.
  • 2009年4月15日 上午 02:43Rick_76 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     已答覆
    Through countless testing....I have finally figured out what the issue was! :-)

    Somehow the security settings on the folder that stored the XP updates got corrupted. Even though users had access to the folder which stored the updates, they did not have access to the sub-folders.

    To verify that was indeed the issue, I created and shared a test folder, assigned appropriate security rights, stored an xp update, deployed it, and verified the update was deployed successfully on the test machine which it was.

    So, the issue was because of security rights.

    Marking as answer.

    Many thanks to everyone!

    -Rick
    • 已標示為解答Rick_76 2009年4月15日 上午 02:44
    •  
  • 2009年11月24日 下午 08:27scchram 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    which folder was this.. c:\windows\system32\ccm\cache?  what are the correct permissions?