Not reporting computers list?

Is there a way to set up something to show me a list of the computers that haven't reported in 30 days so I don't have to hunt through all our set up groups to find the 8 or so offenders?

From the WSUS Administration console, click Options, and then click
Personalization. On the To Do List tab, select the following item:
Computers have not reported status for more than 30 days            
That won't give the O.P. what he's asking for. The ONLY thing this option does is supress (or not) the item from the To-Do List popup. It does not provide a list of the machines not reporting -- which was the original request, was it not?
Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
SolarWinds Head Geek
Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
http://www.solarwinds.com/gotmicrosoft
The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

Similar Messages

  • Report for list of POs for with Invoice has not been posted

    Hi All
    Can anybody tell me the report for list of PO' for which GR has already been done but Invoice is not posted
    Thnks
    Ranjith

    Hi
    Try Report ME2M,
    With input selection parameter  "WE101".
    Hope this helps.
    Harish

  • List View Report with pipelined function in Mobile application and ORA-01007: variable not in select list

    Hi!
    I have a problem with List View Report in mobile application (theme 50 in apex) after updating to apex 4.2.2. I created Report -> List View. I used select from pipelined function in Region Source. Then when page is running and submited three times (or refreshed three times) I get an error:
    Error during rendering of region "LIST VIEW".
    ORA-01007: variable not in select list
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: APEX.REGION.UNHANDLED_ERROR
    ora_sqlcode: -1007
    ora_sqlerrm: ORA-01007: variable not in select list
    component.type: APEX_APPLICATION_PAGE_REGIONS
    component.id: 21230833903737364557
    component.name: LIST VIEW
    error_backtrace:
         ORA-06512: at "APEX_040200.WWV_FLOW_DISP_PAGE_PLUGS", line 4613
         ORA-06512: at "APEX_040200.WWV_FLOW_DISP_PAGE_PLUGS", line 3220
    I get this error only when I use select from pipelined function in Region Source (for example: "select value1, value2 from table(some_pipelined_function(param1, param2)) ").
    You can check it on http://apex.oracle.com/pls/apex/f?p=50591 (login - demo, password - demo).
    In this application:
    - I created package TAB_TYPES_PKG:
    create or replace PACKAGE TAB_TYPES_PKG IS
    TYPE cur_rest_r IS RECORD (
        STR_NAME          VARCHAR2(128),
        INFO              VARCHAR2(128)
    TYPE cur_rest_t IS TABLE OF cur_rest_r;
    END TAB_TYPES_PKG;
    - I created pipelined function TEST_FUNC:
    create or replace
    FUNCTION TEST_FUNC
    RETURN TAB_TYPES_PKG.cur_rest_t  PIPELINED IS
    r_cur_rest TAB_TYPES_PKG.cur_rest_r;
    BEGIN
    r_cur_rest.STR_NAME := 'ROW 1';
    r_cur_rest.INFO := '10';
    PIPE ROW (r_cur_rest);
    r_cur_rest.STR_NAME := 'ROW 2';
    r_cur_rest.INFO := '20';
    PIPE ROW (r_cur_rest);
    r_cur_rest.STR_NAME := 'ROW 3';
    r_cur_rest.INFO := '30';
    PIPE ROW (r_cur_rest);
    r_cur_rest.STR_NAME := 'ROW 4';
    r_cur_rest.INFO := '40';
    PIPE ROW (r_cur_rest);
    r_cur_rest.STR_NAME := 'ROW 5';
    r_cur_rest.INFO := '50';
    PIPE ROW (r_cur_rest);
    RETURN;
    END TEST_FUNC;
    - I created List View Report on Page 1:
    Region Source:
    SELECT str_name,
           info
    FROM TABLE (TEST_FUNC)
    We can see error ORA-01007 after refresing (or submiting) Page 1 three times or more.
    How to fix it?

    Hi all
    I'm experiencing the same issue.  Predictably on every third refresh I receive:
    Error
    Error during rendering of region "Results".
    ORA-01007: variable not in select list
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: APEX.REGION.UNHANDLED_ERROR
    ora_sqlcode: -1007
    ora_sqlerrm: ORA-01007: variable not in select list
    component.type: APEX_APPLICATION_PAGE_REGIONS
    component.id: 6910805644140264
    component.name: Results
    error_backtrace: ORA-06512: at "APEX_040200.WWV_FLOW_DISP_PAGE_PLUGS", line 4613 ORA-06512: at "APEX_040200.WWV_FLOW_DISP_PAGE_PLUGS", line 3220
    OK
    I am running Application Express 4.2.2.00.11 on GlassFish 4 using Apex Listener 2.0.3.221.10.13.
    Please note: this works perfectly using a classic report in my desktop application; however, no joy on the mobile side with a list view.  I will use a classic report in the interim.
    My region source is as follows:
    SELECT description AS "DESCRIPTION", reference AS "REFERENCE" FROM TABLE(AUTOCOMPLETE_LIST_VIEW_FNC('RESULTS'))
    The procedure:
      FUNCTION AUTOCOMPLETE_LIST_VIEW_FNC(
          p_collection_name IN VARCHAR2)
        RETURN list_row_table_type
      AS
        v_tab list_row_table_type := list_row_table_type();
      BEGIN
        DECLARE
          jsonarray json_list;
          jsonobj json;
          json_clob CLOB;
        BEGIN
          SELECT clob001
          INTO json_clob
          FROM apex_collections
          WHERE collection_name = p_collection_name;
          jsonobj              := json(json_clob);
          jsonarray            := json_ext.get_json_list(jsonobj, 'predictions');
          FOR i IN 1..jsonArray.count
          LOOP
            jsonobj := json(jsonArray.get(i));
            v_tab.extend;
            v_tab(v_tab.LAST) := list_row_type(json_ext.get_string(jsonobj, 'description'), json_ext.get_string(jsonobj, 'reference'));
          END LOOP;
          RETURN(v_tab);
        END;  
      END AUTOCOMPLETE_LIST_VIEW_FNC;
    Thanks!
    Tim

  • Report to list all computers and their collection membership

    Hi
    I am currently working on a site where direct membership is used for collections but a need has arisen to move to AD Queries.
    I have created a simple powershell script that creates groups based on the contents of a csv file and another script which populates this with the members listed in another csv file.
    To help speed up the process is there a way to generate a report that lists ALL Computers and their Collection membership?
    The only reports I seem to find that are built in require an inputted value of either computer name of collection ID. I simply need a report that lists Computer Name is column 1 and Collection Name in column 2 for all computers and all collections.
    Many Thanks,
    Matt Thorley

    select 
    FCM.Name,
    C.Name
    from 
    dbo.v_Collection C
    join dbo.v_FullCollectionMembership FCM on C.CollectionID = FCM.CollectionID
    Thanks to Garth for original query. I just modified it :)
    Anoop C Nair (My Blog www.AnoopCNair.com)
    - Twitter @anoopmannur -
    FaceBook Forum For SCCM

  • Computers Not reported yet

    Hi,
    I'm having problems with a WSUS configured on a Windows Server 2012 R2.
    The computers take and install the updates but in console they appear as
    Not reported yet (different type of operation system - Windows 7, 8, 8.1, Server 2008, 2008R2, 2012 and 2012R2).
    I've tried to delete the computers from server, wuauclt /resetauthorization /reportnow but the result was the same.
    From all workstation I can access all WSUS related IIS links without any problem.
    I attach a windowsupdate.log from a station:
    2014-07-18 12:58:23:142  968 1a20 Misc ===========  Logging initialized (build: 7.9.9600.17195, tz: +0300)  ===========
    2014-07-18 12:58:23:142  968 1a20 Misc   = Process: C:\Windows\system32\svchost.exe
    2014-07-18 12:58:23:143  968 1a20 Misc   = Module: c:\windows\system32\wuaueng.dll
    2014-07-18 12:58:23:142  968 1a20 Service *************
    2014-07-18 12:58:23:143  968 1a20 Service ** START **  Service: Service startup
    2014-07-18 12:58:23:143  968 1a20 Service *********
    2014-07-18 12:58:23:149  968 1a20 IdleTmr Non-AoAc machine.  Aoac operations will be ignored.
    2014-07-18 12:58:23:150  968 1a20 Agent   * WU client version 7.9.9600.17195
    2014-07-18 12:58:23:150  968 1a20 Agent WARNING: SleepStudyTracker: Machine is non-AOAC. Sleep study tracker disabled.
    2014-07-18 12:58:23:150  968 1a20 Agent   * Base directory: C:\Windows\SoftwareDistribution
    2014-07-18 12:58:23:150  968 1a20 Agent   * Access type: No proxy
    2014-07-18 12:58:23:150  968 1a20 Service UpdateNetworkState Ipv6, cNetworkInterfaces = 1.
    2014-07-18 12:58:23:150  968 1a20 Service UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
    2014-07-18 12:58:23:150  968 1a20 Agent   * Network state: Connected
    2014-07-18 12:58:23:153  968 1a20 Service UpdateNetworkState Ipv6, cNetworkInterfaces = 1.
    2014-07-18 12:58:23:153  968 1a20 Service UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
    2014-07-18 12:58:23:169  968 1a20 Misc WARNING: Network Cost is assumed to be not supported as something failed with trying to get handles to wcmapi.dll
    2014-07-18 12:58:23:169  968 d98 Agent ***********  Agent: Initializing global settings cache  ***********
    2014-07-18 12:58:23:169  968 d98 Agent   * Endpoint Provider: 00000000-0000-0000-0000-000000000000
    2014-07-18 12:58:23:169  968 d98 Agent   * WSUS server:
    http://sccm.domain.com:8530
    2014-07-18 12:58:23:169  968 d98 Agent   * WSUS status server:
    http://sccm.domain.com:8530
    2014-07-18 12:58:23:169  968 d98 Agent   * Target group: Servers
    2014-07-18 12:58:23:169  968 d98 Agent   * Windows Update access disabled: No
    2014-07-18 12:58:23:175  968 1a20 WuTask WuTaskManager delay initialize completed successfully..
    2014-07-18 12:58:23:175  968 1a20 AU     Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2014-07-18 13:20:24, not idle-only, not network-only
    2014-07-18 12:58:23:175  968 1a20 AU     Timer: CF1ABEC6-7887-4964-BB93-B2E21B31CEC1, Expires 2014-07-18 11:22:23, not idle-only, not network-only
    2014-07-18 12:58:23:175  968 1a20 AU     Timer: 29A863E7-8609-4D1E-B7CD-5668F857F1DB, Expires 2014-07-18 11:22:23, not idle-only, not network-only
    2014-07-18 12:58:23:183  968 1a20 Report CWERReporter::Init succeeded
    2014-07-18 12:58:23:183  968 1a20 Agent ***********  Agent: Initializing Windows Update Agent  ***********
    2014-07-18 12:58:23:183  968 1a20 DnldMgr Download manager restoring 0 downloads
    2014-07-18 12:58:23:184  968 1a20 AU ###########  AU: Initializing Automatic Updates  ###########
    2014-07-18 12:58:23:185  968 1a20 AU AIR Mode is disabled
    2014-07-18 12:58:23:185  968 1a20 AU   # Policy Driven Provider:
    http://sccm.domain.com:8530
    2014-07-18 12:58:23:185  968 1a20 AU   # Detection frequency: 7
    2014-07-18 12:58:23:185  968 1a20 AU   # Target group: Servers
    2014-07-18 12:58:23:185  968 1a20 AU   # Approval type: Pre-install notify (Policy)
    2014-07-18 12:58:23:185  968 1a20 AU   # Auto-install minor updates: No (User preference)
    2014-07-18 12:58:23:185  968 1a20 AU   # Will interact with non-admins (Non-admins are elevated (User preference))
    2014-07-18 12:58:23:187  968 1a20 AU WARNING: Failed to get Wu Exemption info from NLM, assuming not exempt, error = 0x80240037
    2014-07-18 12:58:23:187  968 1a20 AU WARNING: Failed to get Network Cost info from NLM, assuming network is NOT metered, error = 0x80240037
    2014-07-18 12:58:23:192  968 1a20 AU AU finished delayed initialization
    2014-07-18 12:58:23:193  968 1a20 AU WARNING: Failed to get Network Cost info from NLM, assuming network is NOT metered, error = 0x80240037
    2014-07-18 12:58:23:195  968 1a20 AU WARNING: Failed to get Network Cost info from NLM, assuming network is NOT metered, error = 0x80240037
    2014-07-18 12:58:23:200  968 1a20 AU Adding timer:
    2014-07-18 12:58:23:200  968 1a20 AU     Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2014-07-18 13:20:24, not idle-only, not network-only
    2014-07-18 12:58:23:201  968 12c4 DnldMgr Asking handlers to reconcile their sandboxes
    2014-07-18 12:58:31:139  968 d98 AU Triggering AU detection through DetectNow API
    2014-07-18 12:58:31:139  968 d98 AU Triggering Online detection (non-interactive)
    2014-07-18 12:58:31:139  968 d98 AU Adding timer:
    2014-07-18 12:58:31:139  968 d98 AU     Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2014-07-18 09:58:31, not idle-only, not network-only
    2014-07-18 12:58:31:140  968 1a20 AU #############
    2014-07-18 12:58:31:140  968 1a20 AU ## START ##  AU: Search for updates
    2014-07-18 12:58:31:141  968 1a20 AU #########
    2014-07-18 12:58:31:142  968 1a20 SLS Retrieving SLS response from server using ETAG "hKnjujWw8qNxmyhQqGtJKf9fHd1QtUzyEI6M7V4AWQw=_1440"...
    2014-07-18 12:58:31:142  968 1a20 SLS Making request with URL
    HTTPS://sls.update.microsoft.com/SLS/{9482F4B4-E343-43B6-B170-9A65BC822C77}/x64/6.3.9600.0/0?CH=489&L=en-US&P=&PT=0x7&WUA=7.9.9600.17195
    2014-07-18 12:58:31:842  968 1a20 EP Got 9482F4B4-E343-43B6-B170-9A65BC822C77 redir SecondaryServiceAuth URL: "117cab2d-82b1-4b5a-a08c-4d62dbee7782"
    2014-07-18 12:58:31:844  968 1a20 SLS FATAL: SLS:CSLSRequest::RetrieveAdditionalAttributesIfRequired: CoCreateInstance failed with 0x80040154.
    2014-07-18 12:58:31:844  968 1a20 Agent WARNING: Failed to retrieve SLS response data for service 117cab2d-82b1-4b5a-a08c-4d62dbee7782, error = 0x80040154
    2014-07-18 12:58:31:844  968 1a20 Agent FATAL: Caller Service Recovery failed to opt in to service 117cab2d-82b1-4b5a-a08c-4d62dbee7782, hr=0X80040154
    2014-07-18 12:58:31:844  968 1a20 IdleTmr WU operation (CSearchCall::Init ID 1) started; operation # 14; does use network; is not at background priority
    2014-07-18 12:58:31:844  968 1a20 IdleTmr Incremented idle timer priority operation counter to 1
    2014-07-18 12:58:31:899  968 1a20 Report ***********  Report: Initializing static reporting data  ***********
    2014-07-18 12:58:31:899  968 1a20 Report   * OS Version = 6.3.9600.0.0.196880
    2014-07-18 12:58:31:899  968 1a20 Report   * OS Product Type = 0x00000007
    2014-07-18 12:58:31:906  968 1a20 Report   * Computer Brand = Microsoft Corporation
    2014-07-18 12:58:31:906  968 1a20 Report   * Computer Model = Virtual Machine
    2014-07-18 12:58:31:906  968 1a20 Report   * Platform Role = 1
    2014-07-18 12:58:31:906  968 1a20 Report   * AlwaysOn/AlwaysConnected (AOAC) = 0
    2014-07-18 12:58:31:908  968 1a20 Report   * Bios Revision = 090004
    2014-07-18 12:58:31:908  968 1a20 Report   * Bios Name = BIOS Date: 03/19/09 22:51:32  Ver: 09.00.04
    2014-07-18 12:58:31:908  968 1a20 Report   * Bios Release Date = 2009-03-19T00:00:00
    2014-07-18 12:58:31:908  968 1a20 Report   * Bios Sku Number unavailable.
    2014-07-18 12:58:31:908  968 1a20 Report   * Bios Vendor = American Megatrends Inc.
    2014-07-18 12:58:31:908  968 1a20 Report   * Bios Family unavailable.
    2014-07-18 12:58:31:908  968 1a20 Report   * Bios Major Release unavailable.
    2014-07-18 12:58:31:908  968 1a20 Report   * Bios Minor Release unavailable.
    2014-07-18 12:58:31:908  968 1a20 Report   * Locale ID = 1033
    2014-07-18 12:58:32:494  968 1a20 Agent *** START ***  Queueing Finding updates [CallerId = Windows Update Command Line  Id = 1]
    2014-07-18 12:58:32:494  968 1a20 AU <<## SUBMITTED ## AU: Search for updates  [CallId = {376EAF84-55DA-4578-BA9D-CF5C7BA73E37} ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}]
    2014-07-18 12:58:32:494  968 ef8 Agent ***  END  ***  Queueing Finding updates [CallerId = Windows Update Command Line  Id = 1]
    2014-07-18 12:58:32:494  968 ef8 Agent *************
    2014-07-18 12:58:32:494  968 ef8 Agent ** START **  Agent: Finding updates [CallerId = Windows Update Command Line  Id = 1]
    2014-07-18 12:58:32:494  968 ef8 Agent *********
    2014-07-18 12:58:32:494  968 ef8 Agent   * Online = Yes; Ignore download priority = No
    2014-07-18 12:58:32:494  968 ef8 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-07-18 12:58:32:494  968 ef8 Agent   * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-07-18 12:58:32:494  968 ef8 Agent   * Search Scope = {Machine & All Users}
    2014-07-18 12:58:32:494  968 ef8 Agent   * Caller SID for Applicability: S-1-5-18
    2014-07-18 12:58:32:494  968 ef8 Agent   * RegisterService is set
    2014-07-18 12:58:32:495  968 ef8 EP Got WSUS Client/Server URL: "http://sccm.domain.com:8530/ClientWebService/client.asmx"
    2014-07-18 12:58:32:800  968 ef8 PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-07-18 12:58:32:800  968 ef8 PT   + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =
    http://sccm.domain.com:8530/ClientWebService/client.asmx
    2014-07-18 12:58:32:800  968 ef8 PT WARNING: Cached cookie has expired or new PID is available
    2014-07-18 12:58:32:800  968 ef8 EP Got WSUS SimpleTargeting URL: "http://sccm.domain.com:8530"
    2014-07-18 12:58:32:800  968 ef8 IdleTmr WU operation (CAuthorizationCookieWrapper::InitializeSimpleTargetingCookie) started; operation # 15; does use network; is at background priority
    2014-07-18 12:58:32:801  968 ef8 PT Initializing simple targeting cookie, clientId = adebe813-60c5-4cdc-886a-3ac6f4e7fd86, target group = Servers, DNS name = sccm.domain.com
    2014-07-18 12:58:32:801  968 ef8 PT   Server URL =
    http://sccm.domain.com:8530/SimpleAuthWebService/SimpleAuth.asmx
    2014-07-18 12:58:32:807  968 ef8 IdleTmr WU operation (CAuthorizationCookieWrapper::InitializeSimpleTargetingCookie, operation # 15) stopped; does use network; is at background priority
    2014-07-18 12:58:32:808  968 ef8 IdleTmr WU operation (CAgentProtocolTalker::GetCookie_WithRecovery) started; operation # 16; does use network; is at background priority
    2014-07-18 12:58:32:813  968 ef8 IdleTmr WU operation (CAgentProtocolTalker::GetCookie_WithRecovery, operation # 16) stopped; does use network; is at background priority
    2014-07-18 12:58:32:822  968 ef8 Agent Reading cached app categories using lifetime 604800 seconds
    2014-07-18 12:58:32:822  968 ef8 Agent Read 0 cached app categories
    2014-07-18 12:58:32:822  968 ef8 Agent SyncUpdates adding 0 visited app categories
    2014-07-18 12:58:35:476  968 ef8 IdleTmr WU operation (CAgentProtocolTalker::SyncUpdates_WithRecover) started; operation # 20; does use network; is at background priority
    2014-07-18 12:58:35:488  968 ef8 IdleTmr WU operation (CAgentProtocolTalker::SyncUpdates_WithRecover, operation # 20) stopped; does use network; is at background priority
    2014-07-18 12:58:35:516  968 ef8 Agent Reading cached app categories using lifetime 604800 seconds
    2014-07-18 12:58:35:517  968 ef8 Agent Read 0 cached app categories
    2014-07-18 12:58:35:517  968 ef8 Agent SyncUpdates adding 0 visited app categories
    2014-07-18 12:58:35:539  968 ef8 IdleTmr WU operation (CAgentProtocolTalker::SyncUpdates_WithRecover) started; operation # 21; does use network; is at background priority
    2014-07-18 12:58:35:546  968 ef8 IdleTmr WU operation (CAgentProtocolTalker::SyncUpdates_WithRecover, operation # 21) stopped; does use network; is at background priority
    2014-07-18 12:58:35:546  968 ef8 PT   + SyncUpdates round trips: 2
    2014-07-18 12:58:38:270  968 ef8 PT +++++++++++  PT: Synchronizing extended update info  +++++++++++
    2014-07-18 12:58:38:270  968 ef8 PT   + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =
    http://sccm.domain.com:8530/ClientWebService/client.asmx
    2014-07-18 12:58:38:279  968 ef8 IdleTmr WU operation (CAgentProtocolTalker::GetExtendedUpdateInfo_WithRecovery) started; operation # 22; does use network; is at background priority
    2014-07-18 12:58:38:283  968 ef8 IdleTmr WU operation (CAgentProtocolTalker::GetExtendedUpdateInfo_WithRecovery, operation # 22) stopped; does use network; is at background priority
    2014-07-18 12:58:38:330  968 1a20 AU Piggybacking on an AU detection already in progress
    2014-07-18 12:58:38:330  968 ef8 Agent   * Found 0 updates and 75 categories in search; evaluated appl. rules of 631 out of 938 deployed entities
    2014-07-18 12:58:38:333  968 ef8 Agent Reporting status event with 8 installable, 39 installed,  0 installed pending, 0 failed and 0 downloaded updates
    2014-07-18 12:58:38:333  968 ef8 Agent *********
    2014-07-18 12:58:38:333  968 ef8 Agent **  END  **  Agent: Finding updates [CallerId = Windows Update Command Line  Id = 1]
    2014-07-18 12:58:38:333  968 ef8 Agent *************
    2014-07-18 12:58:38:333  968 ef8 IdleTmr WU operation (CSearchCall::Init ID 1, operation # 14) stopped; does use network; is not at background priority
    2014-07-18 12:58:38:333  968 ef8 IdleTmr Decremented idle timer priority operation counter to 0
    2014-07-18 12:58:38:334  968 1d40 AU >>##  RESUMED  ## AU: Search for updates [CallId = {376EAF84-55DA-4578-BA9D-CF5C7BA73E37} ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}]
    2014-07-18 12:58:38:382  968 1d40 AU   # 0 updates detected
    2014-07-18 12:58:38:382  968 1d40 AU #########
    2014-07-18 12:58:38:384  968 1d40 AU ##  END  ##  AU: Search for updates  [CallId = {376EAF84-55DA-4578-BA9D-CF5C7BA73E37} ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}]
    2014-07-18 12:58:38:384  968 1d40 AU #############
    2014-07-18 12:58:38:384  968 1d40 AU All AU searches complete.
    2014-07-18 12:58:38:385  968 1d40 AU AU setting next detection timeout to 2014-07-18 16:48:25
    2014-07-18 12:58:38:386  968 1d40 AU Adding timer:
    2014-07-18 12:58:38:386  968 1d40 AU     Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2014-07-18 16:48:25, not idle-only, not network-only
    2014-07-18 12:58:38:387  968 1d40 AU WARNING: Failed to get Network Cost info from NLM, assuming network is NOT metered, error = 0x80240037
    2014-07-18 12:58:38:438  968 1d40 AU WARNING: Failed to get Network Cost info from NLM, assuming network is NOT metered, error = 0x80240037
    2014-07-18 12:58:43:374  968 12c4 Report REPORT EVENT: {6BA9CD6B-5A65-4C9E-BF0E-C9FD3E0DF7B7} 2014-07-18 12:58:38:333+0300 1 147 [AGENT_DETECTION_FINISHED] 101 {00000000-0000-0000-0000-000000000000} 0 0 Windows
    Update Command Line Success Software Synchronization Windows Update Client successfully detected 0 updates.
    2014-07-18 12:58:43:375  968 12c4 Report REPORT EVENT: {7C2E01D9-C08E-45F7-B34B-B19647A355E6} 2014-07-18 12:58:38:333+0300 1 156 [AGENT_STATUS_30] 101 {00000000-0000-0000-0000-000000000000} 0 0 Windows
    Update Command Line Success Pre-Deployment Check Reporting client status.
    2014-07-18 12:58:43:375  968 12c4 Report CWERReporter finished handling 2 events. (00000000)
    2014-07-18 13:08:43:744  968 1c44 AU Earliest future timer found:
    2014-07-18 13:08:43:744  968 1c44 AU     Timer: CF1ABEC6-7887-4964-BB93-B2E21B31CEC1, Expires 2014-07-18 11:22:23, not idle-only, not network-only
    2014-07-18 13:08:44:745  968 1a20 AU ###########  AU: Uninitializing Automatic Updates  ###########
    2014-07-18 13:08:44:782  968 1a20 WuTask Uninit WU Task Manager
    2014-07-18 13:08:44:804  968 1a20 AU Earliest future timer found:
    2014-07-18 13:08:44:804  968 1a20 AU     Timer: CF1ABEC6-7887-4964-BB93-B2E21B31CEC1, Expires 2014-07-18 11:22:23, not idle-only, not network-only
    2014-07-18 13:08:44:814  968 1a20 AU Earliest future timer found:
    2014-07-18 13:08:44:814  968 1a20 AU     Timer: CF1ABEC6-7887-4964-BB93-B2E21B31CEC1, Expires 2014-07-18 11:22:23, not idle-only, not network-only
    2014-07-18 13:08:44:837  968 1a20 Service *********
    2014-07-18 13:08:44:838  968 1a20 Service **  END  **  Service: Service exit [Exit code = 0x240001]
    2014-07-18 13:08:44:838  968 1a20 Service *************
    And few lines from c:\windows\softwaredistribution\reportingevents.log
    {C22046B9-259E-4FA2-9B3A-A651C4F5FFF9} 2014-07-17 21:19:07:558+0300 1 147 [AGENT_DETECTION_FINISHED] 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Software Synchronization Windows
    Update Client successfully detected 0 updates.
    {C38A4F89-4D05-4241-9824-B763DCF8C276} 2014-07-17 21:19:07:620+0300 1 156 [AGENT_STATUS_30] 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Pre-Deployment Check Reporting client
    status.
    {AD91F1CA-DF91-4B5E-90F1-42C7A40428AB} 2014-07-18 03:01:59:196+0300 1 147 [AGENT_DETECTION_FINISHED] 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Software Synchronization Windows
    Update Client successfully detected 0 updates.
    {594D314B-42EC-4CF7-BFE2-EB1305992705} 2014-07-18 03:01:59:196+0300 1 156 [AGENT_STATUS_30] 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Pre-Deployment Check Reporting client
    status.
    {93485440-0512-418D-A6AE-6BD9841948ED} 2014-07-18 08:50:23:124+0300 1 147 [AGENT_DETECTION_FINISHED] 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Software Synchronization Windows
    Update Client successfully detected 0 updates.
    {87F1DA10-E128-497B-AD19-1EE055D59474} 2014-07-18 08:50:23:187+0300 1 156 [AGENT_STATUS_30] 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Pre-Deployment Check Reporting client
    status.
    {AA7918AB-37A3-4229-8304-70180E264539} 2014-07-18 10:15:28:285+0300 1 147 [AGENT_DETECTION_FINISHED] 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Software Synchronization Windows
    Update Client successfully detected 1 updates.
    {0A10260A-27D5-4470-8061-0CC7DC52F297} 2014-07-18 10:15:28:286+0300 1 156 [AGENT_STATUS_30] 101 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Pre-Deployment Check Reporting client
    status.
    {EC9D09DE-2EEF-48C6-A258-D819087B586A} 2014-07-18 10:16:01:601+0300 1 162 [AGENT_DOWNLOAD_SUCCEEDED] 101 {4C08C484-AC82-40DC-AB50-9C66254470FA} 202 0 AutomaticUpdates Success Content Download Download
    succeeded.
    {546EA75A-8111-4B58-A87B-5732A6DC63CB} 2014-07-18 10:16:01:698+0300 1 189 [AU_UNSCHEDULED_INSTALL_READY] 102 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Content Install Installation
    Ready: The following updates are downloaded and ready for installation. To install the updates, an administrator should log on to this computer and Windows will prompt with further instructions:  - Security Update for Windows Server 2012 R2 (KB2928120)
    {C5E9F179-5EA3-42EF-9796-B9CFBBD5879F} 2014-07-18 10:30:30:541+0300 1 181 [AGENT_INSTALLING_STARTED] 101 {4C08C484-AC82-40DC-AB50-9C66254470FA} 202 0 AutomaticUpdatesWuApp Success Content Install Installation
    Started: Windows has started installing the following update: Security Update for Windows Server 2012 R2 (KB2928120)
    {3E2D6E6F-AC3F-4A68-AC99-F103FE8DC439} 2014-07-18 10:30:47:392+0300 1 183 [AGENT_INSTALLING_SUCCEEDED] 101 {4C08C484-AC82-40DC-AB50-9C66254470FA} 202 0 AutomaticUpdatesWuApp Success Content Install Installation
    Successful: Windows successfully installed the following update: Security Update for Windows Server 2012 R2 (KB2928120)
    {6BA9CD6B-5A65-4C9E-BF0E-C9FD3E0DF7B7} 2014-07-18 12:58:38:333+0300 1 147 [AGENT_DETECTION_FINISHED] 101 {00000000-0000-0000-0000-000000000000} 0 0 Windows Update Command Line Success Software Synchronization Windows
    Update Client successfully detected 0 updates.
    {7C2E01D9-C08E-45F7-B34B-B19647A355E6} 2014-07-18 12:58:38:333+0300 1 156 [AGENT_STATUS_30] 101 {00000000-0000-0000-0000-000000000000} 0 0 Windows Update Command Line Success Pre-Deployment Check Reporting
    client status.

    Yes, on the same server it's installed and configured a SCCM 2012 R2.
    Well, that's that then. Configuration Manager Software Updates clients do NOT report to the WSUS server.
    From what i've seen reinstalling OS of the system resolves the problem, but this cannot be a solution.
    No, it won't, because shortly thereafter ConfigMgr is going to grab ahold of that system again and make it a ConfigMgr client, and disable client reporting to the SUP.
    The *solution* is to ENABLE reporting to the Software Update Point in the ConfigMgr SUP Configuration settings.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Create report to list all computers with chrome or mozilla browser al editions

    Hi All,
    I have SCCM 2007 R3 and I need to create report to list all computers with chrome or Mozilla browser all editions. any help?
    Thanks,
    Kareem Behery

    The above one is SMS collection query. For SQL report you may try the below query: 
    query for IE 10
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client
    from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID
    = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName
    = "iexplore.exe" and SMS_G_System_SoftwareFile.FilePath
    like "%prog%internet%" and SMS_G_System_SoftwareFile.FileVersion
    like "10.%"
    query for IE 9
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client
    from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID
    = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName
    = "iexplore.exe" and SMS_G_System_SoftwareFile.FilePath
    like "%prog%internet%" and SMS_G_System_SoftwareFile.FileVersion
    like "9.%"
    query for IE 10
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client
    from SMS_R_System inner join SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID
    = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName
    = "iexplore.exe" and SMS_G_System_SoftwareFile.FilePath
    like "%prog%internet%" and SMS_G_System_SoftwareFile.FileVersion
    like "11.%"

  • Most Popular Items Report: items listed in report are not the document names or titles

    I have a document library that's loaded with typical corporate ppt, word, and pdf files.  When I run a Most Popular Items report on the library, the list of items displayed in the report are not the document file names or document titles. 
    Instead, the report is showing information that seems to pulled from within the content itself.
    For example, there's a new corporate ppt template in the document library and the Most Popular Items report shows the sharepoint url for the ppt file as being one of the most popular items.  Let's say that the file is named Standard_ppt_template.ppt. 
    The url for one of the most popular items reflects that in the URL.  However, the item is listed in the Most Popular Item as "Company Confidential".  The report seems to be pulling the words "Company Confidential" listed in the
    footer of the ppt template and showing that as the most popular content item. 
    Is there a reason or setting why the Most Popular Items report is not returning a list of items based on either the file name or the document title?
    Thanks in advance for any advice.

    Hi,
    According to your post, my understanding is that the PPT files items in the “Most Popular Items” report display these items’ names seem to be pulled from the PPT files’ content.
    Per my test, the Word, Excel, PDF, .txt, .png files items in the “Most Popular Items” report will display these items’ names based on the corresponding items’ title value if they have, or the corresponding file name if these items don’t have the title value.
    However, it’s by design that the PPT files items in the “Most Popular Items” report will display these items’ names only based on the beginning of these PPT files’ content rather than these files’ names and the corresponding items’ title value.
    Best Regards,
    Yumi Fu

  • A report that lists all non-exempt employees that do not have a supervisor

    HI all,
    Please help. This is urgent.
    bold "A report that lists all non-exempt employees that do not have a supervisor assigned in R/3." bold
    I have already selected non-exempt employees but don't know how to select people who do not have a supervisor" What selection criteria I should choose in the ad-hoc query
    Thanks a bunch,
    Rashmi

    Hi
    Actually its not that difficult. You can give a criteria in selection where relationship A002 is equal to a space . Replace A002 in this example with the relatioship you have defined for 'Reports(line) to'.
    Regards
    Waz

  • Security report SEC_LIST_MBR is not displaying users list

    Hi,
    When we run security report SEC_LIST_MBR. It is not displaying list of users instead it is just displaying user id who ran the report all other columns Full Name, Teams, Task Profile and Member access are blank.
    Please suggest what is causing it not to display list of users.
    In database we loaded the following page  http://ReportServer/reports and ran report SEC_LIST_MBR. It also gave same result - one row with user id data only.
    Regards,
    Rajesh

    We found the root cause it was because table "task" does not have records in APPSERVER Database.
    Once we updated task table. Security report SEC_LIST_MBR is displaying results correctly.
    Regards,
    Rajesh

  • Flash Professional is not on the bug report page list

    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Flash professional is not on the list. Making bug reports a little difficult. If it has another name it is not one showen in the "About Flash" dialog box.

    it's listed as flash authoring.
    web admins have already been contacted about fixing that (about 1 week ago).

  • Oracle Reports Components list not available in BI Publisher

    I have configured the Oracle Report Security settings in oracle Business intelligence publisher, Add oracle report, when i try to ADD report in region, it didn't display Oracle Reports Components list. Pl suggest, what should i do
    Regards,

    I had a similar issue in 10.3.3.1.
    Try this:
    http://oraclebizint.wordpress.com/2007/11/06/oracle-bi-publisher-and-bi-ee-invisible-admin-tab/

  • "this computer has not reported status yet"

    I am trying to configure the SC 2012 R2 ConfigMgr to deploy Endpoint to our client computers and replace the old WSUS server.
    I have created a boundary based on IP range (so that it does not mess with the other computers until we retire the old WSUS) and two boundary groups (one for content location and one for site assignment).
    The ConfigMgr (device collections) "knows" the OU for the test computers. When I go to assets & compliance \ overview \ devices, I can see the computers from the OU : site code is correct, client is "no" and client type is "none". 
    The Update Services console "sees" the computer (correct name, correct IP) but the status remains at "not yet reported".
    I had to mannually install the client agent from \\sccmserver\sms_site\client. According to Update Services, the server version is 6.3.9600.16384. According to WindowsUpdate.log on the client computer, Client version is Core : 7.9.9600.16422 & Aux :
    7.9.9600.16384.
    Any suggestion for my next move ?
    THX

    Hi,
    ---> Warning: no remote client installation account found
    Have you added the Client Push Installation accounts?
    Some more troubleshooting links:
    http://deployos.com/blog/2012/10/01/using-and-troubleshooting-client-push-in-sccm
    http://eskonr.com/2010/11/sccm-client-installation-troubleshooting-steps-check-list/
    http://blogs.technet.com/b/configurationmgr/archive/2009/08/10/troubleshooting-issues-where-clients-are-not-reporting.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Desktops are not reporting, patches cause WSUS to fail to operate properly (and still desktops don't report)

    I'm running WSUS 3.0 SP2 (3.2.7600.226) on Windows 2008R2 with SQL Server 2008R2 Standard (Max db size 524,272 terabytes)
    I am not using SSL for updates, nor to contact my upstream server.
    I have rebuilt this server four times since Feb 5.  This may be related to the problem
    When I look at the computers, it indicates none of them are responding (one was, but it has since stopped).  In the last rebuild, I created a test OU in my AD and applied group policy to only computers in that OU.  so right now i'm managing one
    computer, it is not responding.
    Using information gleaned from this article (http://community.spiceworks.com/topic/372404-wsus-some-clients-fail-to-report-status-please-help) I
    tried the following:
    clientdiag.exe reported no errors
    group policy is being enforced
    I can browse to 8530 on my WSUS server from the client machine
    I removed the susclientid and susclientidvalid registry keys and ran wuauclt /resetauthorization. The keys repopulated a couple times, but the most recent time, they did not.
    I show that the selfupdate url works (in windowsupdate.log)
    My WindowsUpdate.log for a wuauclt /detectnow complains of
    2015-02-18 15:30:35:112 1020 1ef0 Setup Checking for agent SelfUpdate
    2015-02-18 15:30:35:112 1020 1ef0 Setup Client version: Core: 7.6.7600.320 Aux: 7.6.7600.320
    2015-02-18 15:30:35:127 1020 1ef0 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab with dwProvFlags 0x00000080:
    2015-02-18 15:30:35:143 1020 1ef0 Misc Microsoft signed: NA
    2015-02-18 15:30:35:143 1020 1ef0 Misc FATAL: SubCA Chain Policy failed.
    2015-02-18 15:30:35:143 1020 1ef0 Misc WARNING: Digital Signatures on file C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab are not trusted: Error 0x800b0001
    2015-02-18 15:30:35:143 1020 1ef0 Setup FATAL: Ident cab verification failed with error 0X800B0001
    2015-02-18 15:30:35:143 1020 1ef0 Setup WARNING: SelfUpdate check failed to download package information, error = 0x800B0001
    2015-02-18 15:30:35:143 1020 1ef0 Setup FATAL: SelfUpdate check failed, err = 0x800B0001
    2
    I found several articles telling me to install KB272011 and/or 2734608, but when i install them, WSUS has a stroke (i can't synchronize, i cant view synchronization history, i can't run any reports, i can't remove the updates and while i can find
    workarounds for 272011, they don't work for 2734608). So right now i do not have them installed. I am fresh from the first synchronization with one computer being managed.
    I've additionally tested the urls for SimpleAuthWebService and ReportingWebService that are logged in the WindowsUpdate log and SimpleAuthWebService loads in the browser, ReportingWebService claims it is set to remote only so it throws an error, but it responds. 
    Are there perhaps other, newer patches for wsus that would solve my signature validation problem?  Do I have to jump up and down on one leg while holding my nose and applying the patches to keep them from giving my WSUS server a stroke?  (I followed
    the directions here most recently (http://support.microsoft.com/kb/2734608) and the result was as described.  Synchronization history crashes wsus, running a report crashes wsus)
    Is the failure to validate the signature related to the failure to re-create the susclientid and susclientidvalid keys?
    Thanks

    I have applied this patch.  The desktop is not reporting but it is reporting a new error (see below) 
    I now have two computers being managed, the wsus server itself which is reporting, and the
    I added the wsus server to the computers list using gpo and that server is reporting. As mentioned, the desktop is still not reporting but is reporting a new error. 
    Here is the contents of windowsupdatel.log.  I am researching the error code, but haven't yet found a solution. 
    2015-02-19 13:33:52:756 1020 13f8 Misc =========== Logging initialized (build: 7.6.7600.320, tz: -0500) ===========
    2015-02-19 13:33:52:756 1020 13f8 Misc = Process: C:\Windows\system32\svchost.exe
    2015-02-19 13:33:52:756 1020 13f8 Misc = Module: c:\windows\system32\wuaueng.dll
    2015-02-19 13:33:52:756 1020 13f8 Service *************
    2015-02-19 13:33:52:756 1020 13f8 Service ** START ** Service: Service startup
    2015-02-19 13:33:52:756 1020 13f8 Service *********
    2015-02-19 13:33:52:758 1020 13f8 Agent * WU client version 7.6.7600.320
    2015-02-19 13:33:52:758 1020 13f8 Agent * Base directory: C:\Windows\SoftwareDistribution
    2015-02-19 13:33:52:758 1020 13f8 Agent * Access type: Named proxy
    2015-02-19 13:33:52:758 1020 13f8 Agent * Default proxy: ***removed***
    2015-02-19 13:33:52:758 1020 13f8 Agent * Default proxy bypass: ***REmoved***
    2015-02-19 13:33:52:758 1020 13f8 Agent * Network state: Connected
    2015-02-19 13:34:11:852 1020 1924 Report CWERReporter::Init succeeded
    2015-02-19 13:34:11:852 1020 1924 Agent *********** Agent: Initializing Windows Update Agent ***********
    2015-02-19 13:34:11:853 1020 1924 Agent * Prerequisite roots succeeded.
    2015-02-19 13:34:11:853 1020 13f8 Report *********** Report: Initializing static reporting data ***********
    2015-02-19 13:34:11:853 1020 13f8 Report * OS Version = 6.1.7601.1.0.65792
    2015-02-19 13:34:11:853 1020 13f8 Report * OS Product Type = 0x00000004
    2015-02-19 13:34:11:853 1020 1924 Agent *********** Agent: Initializing global settings cache ***********
    2015-02-19 13:34:11:853 1020 1924 Agent * WSUS server: http://**removed**:8530
    2015-02-19 13:34:11:853 1020 1924 Agent * WSUS status server: http://**removed**:8530
    2015-02-19 13:34:11:853 1020 1924 Agent * Target group: (Unassigned Computers)
    2015-02-19 13:34:11:853 1020 1924 Agent * Windows Update access disabled: No
    2015-02-19 13:34:11:853 1020 1924 DnldMgr Download manager restoring 0 downloads
    2015-02-19 13:34:11:962 1020 13f8 Report * Computer Brand = Dell Inc.
    2015-02-19 13:34:11:962 1020 13f8 Report * Computer Model = OptiPlex 760
    2015-02-19 13:34:11:965 1020 13f8 Report * Bios Revision = A05
    2015-02-19 13:34:11:965 1020 13f8 Report * Bios Name = Phoenix ROM BIOS PLUS Version 1.10 A05
    2015-02-19 13:34:11:965 1020 13f8 Report * Bios Release Date = 2009-08-17T00:00:00
    2015-02-19 13:34:11:965 1020 13f8 Report * Locale ID = 1033
    2015-02-19 13:34:14:429 1020 1d58 Agent Switching to hardware-verified ClientId.
    2015-02-19 13:34:14:429 1020 1d58 PT WARNING: GetCurrentComputerInfo failed, not fatal: 0x8024000b
    2015-02-19 13:34:14:429 1020 1d58 PT WARNING: Cached cookie has expired or new PID is available
    2015-02-19 13:34:14:430 1020 1d58 PT WARNING: PopulateAuthCookies failed: 0x8024000b
    2015-02-19 13:34:14:430 1020 1d58 PT WARNING: RefreshCookie failed: 0x8024000b
    2015-02-19 13:34:14:430 1020 1d58 PT WARNING: RefreshPTState failed: 0x8024000b
    2015-02-19 13:34:14:430 1020 1d58 PT WARNING: PTError: 0x8024000b
    2015-02-19 13:34:14:430 1020 1d58 Report WARNING: Reporter failed to upload events with hr = 8024000b.
    2015-02-19 13:34:14:443 1020 1d58 PT WARNING: Cached cookie has expired or new PID is available
    2015-02-19 13:34:14:614 1020 1d58 Agent Created new random SusClientId 4300e51e-a492-4a7e-8c99-f501d6ea11a3. Old Id: ef43ae4b-5629-4629-b179-b58212784451.
    2015-02-19 13:34:14:614 1020 1d58 PT Initializing simple targeting cookie, clientId = 4300e51e-a492-4a7e-8c99-f501d6ea11a3, target group = , DNS name = ojpsran85956.ojpsranet.gov
    2015-02-19 13:34:14:614 1020 1d58 PT Server URL = http://**removed**:8530/SimpleAuthWebService/SimpleAuth.asmx
    2015-02-19 13:34:14:633 1020 1d58 Report Uploading 1 events using cached cookie, reporting URL = http://**removed**:8530/ReportingWebService/ReportingWebService.asmx
    2015-02-19 13:34:14:635 1020 1d58 Report Reporter successfully uploaded 1 events.
    2015-02-19 13:34:16:972 1020 1d58 Report CWERReporter finishing event handling. (00000000)
    2015-02-19 13:34:37:788 1020 13f8 AU ########### AU: Initializing Automatic Updates ###########
    2015-02-19 13:34:37:789 1020 13f8 AU # WSUS server: http://**removed**:8530
    2015-02-19 13:34:37:789 1020 13f8 AU # Detection frequency: 1
    2015-02-19 13:34:37:789 1020 13f8 AU # Approval type: Pre-install notify (Policy)
    2015-02-19 13:34:37:789 1020 13f8 AU # Auto-install minor updates: No (User preference)
    2015-02-19 13:34:37:789 1020 13f8 AU # Will interact with non-admins (Non-admins are elevated (User preference))
    2015-02-19 13:34:37:789 1020 13f8 AU # Will display featured software notifications (User preference)
    2015-02-19 13:34:37:790 1020 13f8 AU Successfully wrote event for AU health state:0
    2015-02-19 13:34:37:790 1020 13f8 AU Initializing featured updates
    2015-02-19 13:34:37:790 1020 13f8 AU Found 0 cached featured updates
    2015-02-19 13:34:37:790 1020 13f8 AU Successfully wrote event for AU health state:0
    2015-02-19 13:34:37:792 1020 13f8 AU Successfully wrote event for AU health state:0
    2015-02-19 13:34:37:792 1020 13f8 AU AU finished delayed initialization
    2015-02-19 13:34:37:792 1020 13f8 AU #############
    2015-02-19 13:34:37:792 1020 13f8 AU ## START ## AU: Search for updates
    2015-02-19 13:34:37:792 1020 13f8 AU #########
    2015-02-19 13:34:37:794 1020 13f8 AU <<## SUBMITTED ## AU: Search for updates [CallId = {463824C7-AA25-40BC-BB28-2835F9318DB4}]
    2015-02-19 13:34:37:794 1020 1d58 Agent *************
    2015-02-19 13:34:37:794 1020 1d58 Agent ** START ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2015-02-19 13:34:37:794 1020 1d58 Agent *********
    2015-02-19 13:34:37:794 1020 1d58 Agent * Online = No; Ignore download priority = No
    2015-02-19 13:34:37:794 1020 1d58 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"
    2015-02-19 13:34:37:794 1020 1d58 Agent * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2015-02-19 13:34:37:794 1020 1d58 Agent * Search Scope = {Machine}
    2015-02-19 13:34:37:916 1020 1d58 Agent * Found 0 updates and 0 categories in search; evaluated appl. rules of 0 out of 0 deployed entities
    2015-02-19 13:34:37:916 1020 1d58 Agent *********
    2015-02-19 13:34:37:916 1020 1d58 Agent ** END ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2015-02-19 13:34:37:916 1020 1d58 Agent *************
    2015-02-19 13:34:37:916 1020 68c AU >>## RESUMED ## AU: Search for updates [CallId = {463824C7-AA25-40BC-BB28-2835F9318DB4}]
    2015-02-19 13:34:37:916 1020 68c AU # 0 updates detected
    2015-02-19 13:34:37:917 1020 68c AU #########
    2015-02-19 13:34:37:917 1020 68c AU ## END ## AU: Search for updates [CallId = {463824C7-AA25-40BC-BB28-2835F9318DB4}]
    2015-02-19 13:34:37:917 1020 68c AU #############
    2015-02-19 13:34:37:917 1020 68c AU Featured notifications is disabled.
    2015-02-19 13:34:37:917 1020 68c AU Successfully wrote event for AU health state:0
    2015-02-19 13:34:37:918 1020 68c AU Successfully wrote event for AU health state:0
    2015-02-19 13:34:42:790 1020 1d58 Report REPORT EVENT: {E3B73B0A-7DA8-4915-A840-279E1716C5A8} 2015-02-19 13:34:37:790-0500 1 202 102 {00000000-0000-0000-0000-000000000000} 0 0 AutomaticUpdates Success Content Install Reboot completed.
    2015-02-19 13:34:42:791 1020 1d58 Report CWERReporter finishing event handling. (00000000)
    2015-02-19 13:34:44:049 1020 80c AU Triggering AU detection through DetectNow API
    2015-02-19 13:34:44:049 1020 80c AU Triggering Online detection (non-interactive)
    2015-02-19 13:34:44:049 1020 13f8 AU #############
    2015-02-19 13:34:44:049 1020 13f8 AU ## START ## AU: Search for updates
    2015-02-19 13:34:44:049 1020 13f8 AU #########
    2015-02-19 13:34:44:052 1020 13f8 AU <<## SUBMITTED ## AU: Search for updates [CallId = {04344795-B504-4142-B645-546D994EA5D7}]
    2015-02-19 13:34:44:052 1020 1d58 Agent *************
    2015-02-19 13:34:44:052 1020 1d58 Agent ** START ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2015-02-19 13:34:44:052 1020 1d58 Agent *********
    2015-02-19 13:34:44:052 1020 1d58 Agent * Online = Yes; Ignore download priority = No
    2015-02-19 13:34:44:052 1020 1d58 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"
    2015-02-19 13:34:44:052 1020 1d58 Agent * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2015-02-19 13:34:44:052 1020 1d58 Agent * Search Scope = {Machine}
    2015-02-19 13:34:44:052 1020 1d58 Setup Checking for agent SelfUpdate
    2015-02-19 13:34:44:053 1020 1d58 Setup Client version: Core: 7.6.7600.320 Aux: 7.6.7600.320
    2015-02-19 13:34:44:101 1020 1d58 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab with dwProvFlags 0x00000080:
    2015-02-19 13:34:44:140 1020 1d58 Misc Microsoft signed: NA
    2015-02-19 13:34:44:170 1020 1d58 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\TMP3F8.tmp with dwProvFlags 0x00000080:
    2015-02-19 13:34:44:339 1020 1d58 Misc Microsoft signed: NA
    2015-02-19 13:34:44:401 1020 1d58 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab with dwProvFlags 0x00000080:
    2015-02-19 13:34:44:413 1020 1d58 Misc Microsoft signed: NA
    2015-02-19 13:34:44:487 1020 1d58 Setup Determining whether a new setup handler needs to be downloaded
    2015-02-19 13:34:44:487 1020 1d58 Setup SelfUpdate handler is not found. It will be downloaded
    2015-02-19 13:34:44:487 1020 1d58 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~x86~~7.6.7600.320"
    2015-02-19 13:34:46:069 1020 1d58 Setup Setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~x86~~7.6.7600.320" is already installed.
    2015-02-19 13:34:46:078 1020 1d58 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~x86~~7.6.7600.320"
    2015-02-19 13:34:46:380 1020 1d58 Setup Setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~x86~~7.6.7600.320" is already installed.
    2015-02-19 13:34:46:380 1020 1d58 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~x86~~7.6.7600.320"
    2015-02-19 13:34:46:855 1020 1d58 Setup Setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~x86~~7.6.7600.320" is already installed.
    2015-02-19 13:34:46:856 1020 1d58 Setup SelfUpdate check completed. SelfUpdate is NOT required.
    2015-02-19 13:34:46:978 1020 1d58 PT +++++++++++ PT: Synchronizing server updates +++++++++++
    2015-02-19 13:34:46:978 1020 1d58 PT + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://**removed**:8530/ClientWebService/client.asmx
    2015-02-19 13:37:27:624 1020 1d58 PT WARNING: Exceeded max server round trips: 0x80244010
    2015-02-19 13:37:27:625 1020 1d58 PT WARNING: Sync of Updates: 0x80244010
    2015-02-19 13:37:27:625 1020 1d58 PT WARNING: SyncServerUpdatesInternal failed: 0x80244010
    2015-02-19 13:37:27:625 1020 1d58 Agent * WARNING: Failed to synchronize, error = 0x80244010
    2015-02-19 13:37:27:626 1020 1d58 Agent * WARNING: Exit code = 0x80244010
    2015-02-19 13:37:27:626 1020 1d58 Agent *********
    2015-02-19 13:37:27:626 1020 1d58 Agent ** END ** Agent: Finding updates [CallerId = AutomaticUpdates]
    2015-02-19 13:37:27:626 1020 1d58 Agent *************
    2015-02-19 13:37:27:626 1020 1d58 Agent WARNING: WU client failed Searching for update with error 0x80244010
    2015-02-19 13:37:27:673 1020 1d58 Report REPORT EVENT: {C28C1F78-78EF-48F6-A7E0-215026039988} 2015-02-19 13:37:27:626-0500 1 148 101 {00000000-0000-0000-0000-000000000000} 0 80244010 AutomaticUpdates Failure Software Synchronization Windows Update Client failed to detect with error 0x80244010.
    2015-02-19 13:37:27:674 1020 68c AU >>## RESUMED ## AU: Search for updates [CallId = {04344795-B504-4142-B645-546D994EA5D7}]
    2015-02-19 13:37:27:674 1020 68c AU # WARNING: Search callback failed, result = 0x80244010
    2015-02-19 13:37:27:674 1020 68c AU # WARNING: Failed to find updates with error code 80244010
    2015-02-19 13:37:27:674 1020 68c AU #########
    2015-02-19 13:37:27:674 1020 68c AU ## END ## AU: Search for updates [CallId = {04344795-B504-4142-B645-546D994EA5D7}]
    2015-02-19 13:37:27:674 1020 68c AU #############
    2015-02-19 13:37:27:676 1020 68c AU Successfully wrote event for AU health state:0
    2015-02-19 13:37:27:676 1020 68c AU AU setting next detection timeout to 2015-02-19 19:27:54
    2015-02-19 13:37:27:677 1020 68c AU Successfully wrote event for AU health state:0
    2015-02-19 13:37:27:678 1020 68c AU Successfully wrote event for AU health state:0
    2015-02-19 13:37:27:681 1020 1d58 Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2015-02-19 13:37:27:681 1020 1d58 Report WER Report sent: 7.6.7600.320 0x80244010 00000000-0000-0000-0000-000000000000 Scan 101 Managed
    2015-02-19 13:37:27:744 1020 1d58 Report CWERReporter finishing event handling. (00000000)
    2015-02-19 13:37:27:807 1020 1d58 Report Uploading 1 events using cached cookie, reporting URL = http://**removed**:8530/ReportingWebService/ReportingWebService.asmx
    2015-02-19 13:37:27:810 1020 1d58 Report Reporter successfully uploaded 1 events.
    2015-02-19 13:37:27:821 1020 1d58 Report Uploading 1 events using cached cookie, reporting URL = http://**removed**:8530/ReportingWebService/ReportingWebService.asmx
    2015-02-19 13:37:27:824 1020 1d58 Report Reporter successfully uploaded 1 events.
    2015-02-19 13:37:32:676 1020 1d58 Report CWERReporter finishing event handling. (00000000)

  • Clients not reporting to WSUS

    I too have many clients that have not reported to the Wsus Server.
    The clients are listed in the All Computers group of WSUS
    I have created target groups
    The computers are listed in the correct target groups
    I have approved update for the target group
    Clients are not reporting at all
    Thanks

    I too have many clients that have not reported to the Wsus Server.
    The computers are listed in the correct target groups
    Clients are not reporting at all
    What do you mean by "not reporting"... they're listed in the console? What is the "Last Contact" date? What is the "Last Reported Date".
    Run a detection event on one of the clients and post the results from the WindowsUpdate.log.
    Lawrence Garvin, M.S., MCITP:EA, MCDBA, MCSA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2013)
    My MVP Profile:
    http://mvp.support.microsoft.com/profile/Lawrence.Garvin
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Windows 7 clients not Reporting Status to WSUS (downstream server) server running Windows 2012 R2

    We have recently upgraded our WSUS server to Windows 2012 R2. Now none of the PCs reporting their status to the WSUS server and not getting updates at all. The PCs are contacting the Server but not reporting their status. Stopped the Firewall on Client and
    Server. BITS and windows updates services are running. 
    Record the system time of the Windows 7 client.
    Reboot the Windows 7 client.
    Run this command from a command prompt: wuauclt /resetauthorization /detectnow.
    Wait =30= minutes.
    Performed the above steps. Please see the updates logs from a client.
    2015-03-16 12:48:44:617
    1040 15a4
    Shutdwn user declined update at shutdown
    2015-03-16 12:48:44:617
    1040 15a4
    AU Successfully wrote event for AU health state:0
    2015-03-16 12:48:44:618
    1040 15a4
    AU AU initiates service shutdown
    2015-03-16 12:48:44:649
    1040 15a4
    AU ###########  AU: Uninitializing Automatic Updates  ###########
    2015-03-16 12:48:46:506
    1040 15a4
    Report CWERReporter finishing event handling. (00000000)
    2015-03-16 12:48:46:584
    1040 15a4
    Service *********
    2015-03-16 12:48:46:584
    1040 15a4
    Service **  END  **  Service: Service exit [Exit code = 0x240001]
    2015-03-16 12:48:46:584
    1040 15a4
    Service *************
    2015-03-16 12:54:23:139
    1024 1060
    Misc ===========  Logging initialized (build: 7.6.7600.320, tz: -0400)  ===========
    2015-03-16 12:54:23:214
    1024 1060
    Misc  = Process: C:\Windows\system32\svchost.exe
    2015-03-16 12:54:23:264
    1024 1060
    Misc  = Module: c:\windows\system32\wuaueng.dll
    2015-03-16 12:54:23:139
    1024 1060
    Service *************
    2015-03-16 12:54:23:264
    1024 1060
    Service ** START **  Service: Service startup
    2015-03-16 12:54:23:265
    1024 1060
    Service *********
    2015-03-16 12:54:24:262
    1024 1060
    Agent  * WU client version 7.6.7600.320
    2015-03-16 12:54:24:263
    1024 1060
    Agent  * Base directory: C:\Windows\SoftwareDistribution
    2015-03-16 12:54:24:272
    1024 1060
    Agent  * Access type: No proxy
    2015-03-16 12:54:24:532
    1024 1060
    Agent  * Network state: Connected
    2015-03-16 12:55:17:235
    1024 1060
    Report CWERReporter::Init succeeded
    2015-03-16 12:55:17:235
    1024 1060
    Agent ***********  Agent: Initializing Windows Update Agent  ***********
    2015-03-16 12:55:17:235
    1024 1060
    Agent  * Prerequisite roots succeeded.
    2015-03-16 12:55:17:235
    1024 1060
    Agent ***********  Agent: Initializing global settings cache  ***********
    2015-03-16 12:55:17:235
    1024 1060
    Agent  * WSUS server: http://ewd-srv-01.resultstel.net:8530
    2015-03-16 12:55:17:235
    1024 1060
    Agent  * WSUS status server: http://ewd-srv-01.resultstel.net:8530
    2015-03-16 12:55:17:235
    1024 1060
    Agent  * Target group: Eastwood
    2015-03-16 12:55:17:235
    1024 1060
    Agent  * Windows Update access disabled: No
    2015-03-16 12:55:17:247
    1024 1060
    DnldMgr Download manager restoring 0 downloads
    2015-03-16 12:55:17:248
    1024 1060
    AU ###########  AU: Initializing Automatic Updates  ###########
    2015-03-16 12:55:17:249
    1024 1060
    AU  # WSUS server: http://ewd-srv-01.resultstel.net:8530
    2015-03-16 12:55:17:249
    1024 1060
    AU  # Detection frequency: 22
    2015-03-16 12:55:17:249
    1024 1060
    AU  # Target group: Eastwood
    2015-03-16 12:55:17:249
    1024 1060
    AU  # Approval type: Scheduled (Policy)
    2015-03-16 12:55:17:249
    1024 1060
    AU  # Scheduled install day/time: Every day at 3:00
    2015-03-16 12:55:17:249
    1024 1060
    AU  # Auto-install minor updates: Yes (Policy)
    2015-03-16 12:55:17:249
    1024 1060
    AU  # Will interact with non-admins (Non-admins are elevated (User preference))
    2015-03-16 12:55:17:249
    1024 1060
    AU  # Will display featured software notifications (User preference)
    2015-03-16 12:55:17:259
    1024 1060
    Agent Switching to hardware-verified ClientId.
    2015-03-16 12:55:17:260
    1024 1060
    AU Setting AU scheduled install time to 2015-03-17 07:00:00
    2015-03-16 12:55:17:402
    1024 1060
    Report ***********  Report: Initializing static reporting data  ***********
    2015-03-16 12:55:17:402
    1024 1060
    Report  * OS Version = 6.1.7601.1.0.65792
    2015-03-16 12:55:17:402
    1024 1060
    Report  * OS Product Type = 0x00000030
    2015-03-16 12:55:17:600
    1024 1060
    Report WARNING: Failed to load reporting information from WMI with hr = 80041002.
    2015-03-16 12:55:17:601
    1024 1060
    Report  * Locale ID = 1033
    2015-03-16 12:55:17:654
    1024 1060
    AU Successfully wrote event for AU health state:0
    2015-03-16 12:55:17:655
    1024 1060
    AU Initializing featured updates
    2015-03-16 12:55:17:655
    1024 1060
    AU Found 0 cached featured updates
    2015-03-16 12:55:17:655
    1024 1060
    AU Successfully wrote event for AU health state:0
    2015-03-16 12:55:17:656
    1024 1060
    AU Successfully wrote event for AU health state:0
    2015-03-16 12:55:17:656
    1024 1060
    AU AU finished delayed initialization
    2015-03-16 12:55:23:261
    1024 1194
    Report CWERReporter finishing event handling. (00000000)
    2015-03-16 12:55:41:121
    1024 1074
    AU Triggering AU detection through DetectNow API
    2015-03-16 12:55:41:122
    1024 1074
    AU Triggering Online detection (non-interactive)
    2015-03-16 12:55:41:193
    1024 1060
    AU #############
    2015-03-16 12:55:41:193
    1024 1060
    AU ## START ##  AU: Search for updates
    2015-03-16 12:55:41:193
    1024 1060
    AU #########
    2015-03-16 12:55:41:218
    1024 1060
    AU <<## SUBMITTED ## AU: Search for updates [CallId = {6382DEFC-F99E-4A2A-B104-48CF9BE2D760}]
    2015-03-16 12:55:41:218
    1024 1194
    Agent *************
    2015-03-16 12:55:41:218
    1024 1194
    Agent ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2015-03-16 12:55:41:218
    1024 1194
    Agent *********
    2015-03-16 12:55:41:218
    1024 1194
    Agent  * Online = Yes; Ignore download priority = No
    2015-03-16 12:55:41:218
    1024 1194
    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"
    2015-03-16 12:55:41:218
    1024 1194
    Agent  * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2015-03-16 12:55:41:218
    1024 1194
    Agent  * Search Scope = {Machine}
    2015-03-16 12:55:41:218
    1024 1194
    Setup Checking for agent SelfUpdate
    2015-03-16 12:55:41:219
    1024 1194
    Setup Client version: Core: 7.6.7600.320  Aux: 7.6.7600.320
    2015-03-16 12:55:45:440
    1024 1194
    Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab with dwProvFlags 0x00000080:
    2015-03-16 12:55:45:893
    1024 1194
    Misc Microsoft signed: NA
    2015-03-16 12:55:45:897
    1024 1194
    Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\TMPD98D.tmp with dwProvFlags 0x00000080:
    2015-03-16 12:55:45:979
    1024 1194
    Misc Microsoft signed: NA
    2015-03-16 12:55:46:014
    1024 1194
    Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab with dwProvFlags 0x00000080:
    2015-03-16 12:55:46:019
    1024 1194
    Misc Microsoft signed: NA
    2015-03-16 12:55:46:050
    1024 1194
    Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab with dwProvFlags 0x00000080:
    2015-03-16 12:55:46:055
    1024 1194
    Misc Microsoft signed: NA
    2015-03-16 12:55:46:093
    1024 1194
    Setup Determining whether a new setup handler needs to be downloaded
    2015-03-16 12:55:46:093
    1024 1194
    Setup SelfUpdate handler is not found.  It will be downloaded
    2015-03-16 12:55:46:093
    1024 1194
    Setup Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~x86~~7.6.7600.320"
    2015-03-16 12:55:52:237
    1024 1194
    Setup Setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~x86~~7.6.7600.320" is already installed.
    2015-03-16 12:55:52:237
    1024 1194
    Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~x86~~7.6.7600.320"
    2015-03-16 12:55:53:377
    1024 1194
    Setup Setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~x86~~7.6.7600.320" is already installed.
    2015-03-16 12:55:53:502
    1024 1194
    Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~x86~~7.6.7600.320"
    2015-03-16 12:55:56:705
    1024 1194
    Setup Setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~x86~~7.6.7600.320" is already installed.
    2015-03-16 12:55:56:896
    1024 1194
    Setup SelfUpdate check completed.  SelfUpdate is NOT required.
    2015-03-16 12:56:01:618
    1024 1060
    AU AU received policy change subscription event
    2015-03-16 13:00:00:824
    1024 1194
    PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2015-03-16 13:00:00:824
    1024 1194
    PT  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://ewd-srv-01.resultstel.net:8530/ClientWebService/client.asmx
    2015-03-16 13:00:01:001
    1024 1194
    PT WARNING: PTError: 0x80041002
    2015-03-16 13:00:01:001
    1024 1194
    PT Initializing simple targeting cookie, clientId = f86ac648-7394-46eb-8f40-eb605f77d86b, target group = Eastwood, DNS name = ewd-wc-420-235.resultstel.net
    2015-03-16 13:00:01:001
    1024 1194
    PT  Server URL = http://ewd-srv-01.resultstel.net:8530/SimpleAuthWebService/SimpleAuth.asmx
    2015-03-16 13:00:01:833
    1024 1194
    Agent WARNING: Failed to evaluate Installed rule, updateId = {F92A18E7-8784-4828-89C9-F80085A422A7}.202, hr = 80041002
    2015-03-16 13:00:02:004
    1024 1194
    Agent WARNING: Failed to evaluate Installed rule, updateId = {C735DBB1-06B4-49F2-815F-97976B4B86A4}.102, hr = 80041002
    2015-03-16 13:00:08:676
    1024 1194
    Agent WARNING: Failed to evaluate Installed rule, updateId = {6A8FE277-1048-48B1-803B-4580C15BBDF1}.100, hr = 80041002
    2015-03-16 13:07:37:795
    1024 1194
    PT +++++++++++  PT: Synchronizing extended update info  +++++++++++
    2015-03-16 13:07:37:795
    1024 1194
    PT  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://ewd-srv-01.resultstel.net:8530/ClientWebService/client.asmx
    2015-03-16 13:07:37:988
    1024 1194
    PT WARNING: PTError: 0x80041002
    2015-03-16 13:07:41:893
    1024 1194
    PT WARNING: GetExtendedUpdateInfo failure, error = 0x8024400E, soap client error = 7, soap error code = 400, HTTP status code = 200
    2015-03-16 13:07:41:893
    1024 1194
    PT WARNING: SOAP Fault: 0x000190
    2015-03-16 13:07:41:893
    1024 1194
    PT WARNING:     faultstring:Fault occurred
    2015-03-16 13:07:41:893
    1024 1194
    PT WARNING:     ErrorCode:InternalServerError(5)
    2015-03-16 13:07:41:893
    1024 1194
    PT WARNING:     Message:(null)
    2015-03-16 13:07:41:893
    1024 1194
    PT WARNING:     Method:"http://www.microsoft.com/SoftwareDistribution/Server/ClientWebService/GetExtendedUpdateInfo"
    2015-03-16 13:07:41:893
    1024 1194
    PT WARNING:     ID:4cd69d60-d69b-4591-88ad-5687cdda3265
    2015-03-16 13:07:41:893
    1024 1194
    PT WARNING: PTError: 0x8024400e
    2015-03-16 13:07:41:893
    1024 1194
    PT WARNING: GetExtendedUpdateInfo_WithRecovery: 0x8024400e
    2015-03-16 13:07:41:893
    1024 1194
    PT WARNING: Sync of Extended Info: 0x8024400e
    2015-03-16 13:07:41:893
    1024 1194
    PT WARNING: SyncServerUpdatesInternal failed : 0x8024400e
    2015-03-16 13:07:41:914
    1024 1194
    Agent  * WARNING: Exit code = 0x8024400E
    2015-03-16 13:07:41:914
    1024 1194
    Agent *********
    2015-03-16 13:07:41:914
    1024 1194
    Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2015-03-16 13:07:41:914
    1024 1194
    Agent *************
    2015-03-16 13:07:41:914
    1024 1194
    Agent WARNING: WU client failed Searching for update with error 0x8024400e
    2015-03-16 13:07:41:929
    1024 1194
    Report CWERReporter finishing event handling. (00000000)
    2015-03-16 13:07:41:929
    1024 1194
    Report CWERReporter finishing event handling. (00000000)
    2015-03-16 13:07:41:929
    1024 1194
    Report CWERReporter finishing event handling. (00000000)
    2015-03-16 13:07:41:929
    1024 1194
    Report CWERReporter finishing event handling. (00000000)
    2015-03-16 13:07:41:929
    1024 1194
    Report CWERReporter finishing event handling. (00000000)
    2015-03-16 13:07:41:929
    1024 1194
    Report CWERReporter finishing event handling. (00000000)
    2015-03-16 13:07:41:930
    1024 1194
    Report CWERReporter finishing event handling. (00000000)
    2015-03-16 13:07:41:930
    1024 1194
    Report CWERReporter finishing event handling. (00000000)
    2015-03-16 13:07:42:021
    1024 14f4
    AU >>##  RESUMED  ## AU: Search for updates [CallId = {6382DEFC-F99E-4A2A-B104-48CF9BE2D760}]
    2015-03-16 13:07:42:021
    1024 14f4
    AU  # WARNING: Search callback failed, result = 0x8024400E
    2015-03-16 13:07:42:021
    1024 14f4
    AU  # WARNING: Failed to find updates with error code 8024400E
    2015-03-16 13:07:42:021
    1024 14f4
    AU #########
    2015-03-16 13:07:42:021
    1024 14f4
    AU ##  END  ##  AU: Search for updates [CallId = {6382DEFC-F99E-4A2A-B104-48CF9BE2D760}]
    2015-03-16 13:07:42:021
    1024 14f4
    AU #############
    2015-03-16 13:07:42:021
    1024 14f4
    AU Successfully wrote event for AU health state:0
    2015-03-16 13:07:42:021
    1024 14f4
    AU AU setting next detection timeout to 2015-03-16 22:07:42
    2015-03-16 13:07:42:022
    1024 14f4
    AU Setting AU scheduled install time to 2015-03-17 07:00:00
    2015-03-16 13:07:42:022
    1024 14f4
    AU Successfully wrote event for AU health state:0
    2015-03-16 13:07:42:022
    1024 14f4
    AU Successfully wrote event for AU health state:0
    2015-03-16 13:07:46:919
    1024 1194
    Report REPORT EVENT: {CB48FD20-D762-4E5E-8CCA-5C27F3CFA04A}
    2015-03-16 13:07:41:913-0400 1
    148 101
    {00000000-0000-0000-0000-000000000000}
    0 8024400e
    AutomaticUpdates Failure
    Software Synchronization Windows Update Client failed to detect with error 0x8024400e.
    2015-03-16 13:07:47:022
    1024 1194
    Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2015-03-16 13:07:47:022
    1024 1194
    Report WER Report sent: 7.6.7600.320 0x8024400e 00000000-0000-0000-0000-000000000000 Scan 101 Managed
    2015-03-16 13:07:47:022
    1024 1194
    Report CWERReporter finishing event handling. (00000000)
    2015-03-16 13:14:23:923
    1024 1194
    PT WARNING: PTError: 0x80041002
    2015-03-16 13:14:23:923
    1024 1194
    Report Uploading 1 events using cached cookie, reporting URL = http://ewd-srv-01.resultstel.net:8530/ReportingWebService/ReportingWebService.asmx

    Don thank you for the reply.
    But I do have the same issue on the other PCs as well on which WMI is good. And also i pointed the above PC to my primary WSUS server which is running windows 2003 and it reported successfully and downloaded the approved updates.
    please see the below logs from the same PC after pointing to our wsus running on win2003.
    2015-03-17 14:41:08:507
    1020 f1c
    Inv   # Talking to WSUS server = http://atl-wsus-1:8530
    2015-03-17 14:41:08:508
    1020 f1c
    Inv   # Downloading Rule file from = http://atl-wsus-1:8530/Inventory/InventoryRules.cab
    2015-03-17 14:41:08:508
    1020 53c
    AU #########
    2015-03-17 14:41:08:508
    1020 53c
    AU ##  END  ##  AU: Search for updates [CallId = {54490DE2-CF7B-4017-A553-6C8C1532E621}]
    2015-03-17 14:41:08:508
    1020 53c
    AU #############
    2015-03-17 14:41:08:510
    1020 53c
    AU Successfully wrote event for AU health state:0
    2015-03-17 14:41:08:510
    1020 53c
    AU Featured notifications is disabled.
    2015-03-17 14:41:08:510
    1020 53c
    AU AU setting next detection timeout to 2015-03-18 16:13:54
    2015-03-17 14:41:08:510
    1020 53c
    AU Setting AU scheduled install time to 2015-03-18 07:00:00
    2015-03-17 14:41:08:510
    1020 53c
    AU Successfully wrote event for AU health state:0
    2015-03-17 14:41:08:510
    1020 53c
    AU Auto-approving update for download, updateId = {58406504-5709-46CA-BB54-3FE9628545AA}.202, ForUx=0, IsOwnerUx=0, HasDeadline=0, IsMinor=0
    2015-03-17 14:41:08:510
    1020 53c
    AU Auto-approving update for download, updateId = {B9D0F709-E6A7-4383-AFB3-E35FB9CB0AAA}.203, ForUx=0, IsOwnerUx=0, HasDeadline=0, IsMinor=0
    2015-03-17 14:41:08:510
    1020 53c
    AU Auto-approving update for download, updateId = {2CA8E6E8-FC4A-4974-A208-18CDF1D01D86}.203, ForUx=0, IsOwnerUx=0, HasDeadline=0, IsMinor=0
    2015-03-17 14:41:08:510
    1020 53c
    AU Auto-approving update for download, updateId = {6C2547EE-DC7B-4080-8884-A040572C5EC4}.204, ForUx=0, IsOwnerUx=0, HasDeadline=0, IsMinor=0
    2015-03-17 14:41:08:510
    1020 53c
    AU Auto-approving update for download, updateId = {673027F3-841E-4215-88BE-A0BFB456B2B1}.207, ForUx=0, IsOwnerUx=0, HasDeadline=0, IsMinor=0
    2015-03-17 14:41:08:510
    1020 53c
    AU Auto-approved 5 update(s) for download (NOT for Ux)
    2015-03-17 14:41:08:510
    1020 53c
    AU #############
    2015-03-17 14:41:08:511
    1020 53c
    AU ## START ##  AU: Download updates
    2015-03-17 14:41:08:511
    1020 53c
    AU #########
    2015-03-17 14:41:08:511
    1020 53c
    AU   # Approved updates = 5
    2015-03-17 14:41:08:512
    1020 53c
    AU AU initiated download, updateId = {58406504-5709-46CA-BB54-3FE9628545AA}.202, callId = {F3389077-03F0-4625-83EF-CAAEBA8ED147}
    2015-03-17 14:41:08:513
    1020 53c
    AU AU initiated download, updateId = {B9D0F709-E6A7-4383-AFB3-E35FB9CB0AAA}.203, callId = {B94BF4E5-5709-4D22-924A-5C5B8D4712C9}
    2015-03-17 14:41:08:514
    1020 53c
    AU AU initiated download, updateId = {2CA8E6E8-FC4A-4974-A208-18CDF1D01D86}.203, callId = {D330B2E0-CA38-4ED9-894A-36717C01F09A}
    2015-03-17 14:41:08:515
    1020 53c
    AU AU initiated download, updateId = {6C2547EE-DC7B-4080-8884-A040572C5EC4}.204, callId = {B6B35AC2-9BC1-4CFA-8421-D666C79464AD}
    2015-03-17 14:41:08:516
    1020 53c
    AU AU initiated download, updateId = {673027F3-841E-4215-88BE-A0BFB456B2B1}.207, callId = {F0D00A6F-36BC-4680-9BE4-4005742A2C93}
    2015-03-17 14:41:08:516
    1020 53c
    AU Setting AU scheduled install time to 2015-03-18 07:00:00
    2015-03-17 14:41:08:516
    1020 53c
    AU Successfully wrote event for AU health state:0
    2015-03-17 14:41:08:516
    1020 53c
    AU AU setting pending client directive to 'Download Progress'
    2015-03-17 14:41:08:518
    1020 53c
    AU Successfully wrote event for AU health state:0
    2015-03-17 14:41:08:518
    1020 53c
    AU   # Pending download calls = 5
    2015-03-17 14:41:08:518
    1020 53c
    AU <<## SUBMITTED ## AU: Download updates
    2015-03-17 14:41:08:520
    1020 53c
    AU Successfully wrote event for AU health state:0
    2015-03-17 14:41:08:964
    1020 f1c
    Misc Validating signature for C:\Windows\SoftwareDistribution\Inventory\InventoryRule\InventoryRules.cab with dwProvFlags 0x00000080:
    2015-03-17 14:41:08:976
    1020 f1c
    Misc  Microsoft signed: NA
    2015-03-17 14:41:08:993
    1020 f1c
    Inv   # Inventory Rule id = 8226C3A1-70D4-4848-B441-1555AC820A23, version = 1.0
    2015-03-17 14:41:09:022
    1020 f1c
    Inv WARNING: Inventory: Failed to connect to the root\cimv2 namespace 0x80041002
    2015-03-17 14:41:09:086
    1020 f1c
    Inv WARNING: Inventory: Failed to connect to the root\cimv2 namespace 0x80041002
    2015-03-17 14:41:09:118
    1020 f1c
    Inv WARNING: Inventory: Failed to connect to the root\cimv2 namespace 0x80041002
    2015-03-17 14:41:09:150
    1020 f1c
    Inv WARNING: Inventory: Failed to connect to the root\cimv2 namespace 0x80041002
    2015-03-17 14:41:09:182
    1020 f1c
    Inv WARNING: Inventory: Failed to connect to the root\cimv2 namespace 0x80041002
    2015-03-17 14:41:09:214
    1020 f1c
    Inv WARNING: Inventory: Failed to connect to the root\cimv2 namespace 0x80041002
    2015-03-17 14:41:09:246
    1020 f1c
    Inv WARNING: Inventory: Failed to connect to the root\cimv2 namespace 0x80041002
    2015-03-17 14:41:09:278
    1020 f1c
    Inv WARNING: Inventory: Failed to connect to the root\cimv2 namespace 0x80041002
    2015-03-17 14:41:09:310
    1020 f1c
    Inv WARNING: Inventory: Failed to connect to the root\cimv2 namespace 0x80041002
    2015-03-17 14:41:09:342
    1020 f1c
    Inv WARNING: Inventory: Failed to connect to the root\cimv2 namespace 0x80041002
    2015-03-17 14:41:09:374
    1020 f1c
    Inv WARNING: Inventory: Failed to connect to the root\cimv2 namespace 0x80041002
    2015-03-17 14:41:09:406
    1020 f1c
    Inv WARNING: Inventory: Failed to connect to the root\cimv2 namespace 0x80041002
    2015-03-17 14:41:09:438
    1020 f1c
    Inv WARNING: Inventory: Failed to connect to the root\cimv2 namespace 0x80041002
    2015-03-17 14:41:09:471
    1020 f1c
    PT WARNING: PTError: 0x80041002
    2015-03-17 14:41:10:590
    1020 f1c
    Inv #########
    2015-03-17 14:41:10:590
    1020 f1c
    Inv ##  END  ##  Inv: Inventory Collection
    2015-03-17 14:41:10:590
    1020 f1c
    Inv #############
    2015-03-17 14:41:10:592
    1020 f1c
    DnldMgr *************
    2015-03-17 14:41:10:592
    1020 f1c
    DnldMgr ** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdates]
    2015-03-17 14:41:10:592
    1020 f1c
    DnldMgr *********
    2015-03-17 14:41:10:592
    1020 f1c
    DnldMgr   * Call ID = {F3389077-03F0-4625-83EF-CAAEBA8ED147}
    2015-03-17 14:41:10:592
    1020 f1c
    DnldMgr   * Priority = 2, Interactive = 0, Owner is system = 1, Explicit proxy = 0, Proxy session id = -1, ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
    2015-03-17 14:41:10:592
    1020 f1c
    DnldMgr   * Updates to download = 1
    2015-03-17 14:41:10:592
    1020 f1c
    Agent   *   Title = Security Update for Windows 7 (KB3029944)
    2015-03-17 14:41:10:592
    1020 f1c
    Agent   *   UpdateId = {58406504-5709-46CA-BB54-3FE9628545AA}.202
    2015-03-17 14:41:10:592
    1020 f1c
    Agent   *     Bundles 1 updates:
    2015-03-17 14:41:10:592
    1020 f1c
    Agent   *       {CF9A0A9F-EA32-4B84-8B11-647F8DE3432C}.202
    2015-03-17 14:41:10:598
    1020 f1c
    DnldMgr ***********  DnldMgr: New download job [UpdateId = {CF9A0A9F-EA32-4B84-8B11-647F8DE3432C}.202]  ***********
    2015-03-17 14:41:10:599
    1020 f1c
    DnldMgr   * Queueing update for download handler request generation.
    2015-03-17 14:41:10:599
    1020 f1c
    DnldMgr Generating download request for update {CF9A0A9F-EA32-4B84-8B11-647F8DE3432C}.202
    2015-03-17 14:41:13:863
    1020 f1c
    Handler Generating request for CBS update CF9A0A9F-EA32-4B84-8B11-647F8DE3432C in sandbox C:\Windows\SoftwareDistribution\Download\4fa5441bcc144c4a7917304858841f6b
    2015-03-17 14:41:13:863
    1020 f1c
    Handler Selected payload type is ptExpress
    2015-03-17 14:41:13:863
    1020 f1c
    Handler Detected download state is dsStart
    2015-03-17 14:41:13:863
    1020 f1c
    Handler Adding windows6.1-kb3029944-x86-express.cab (entire file) to request list.
    2015-03-17 14:41:13:864
    1020 f1c
    Handler Request generation for CBS update complete with hr=0x0 and pfResetSandbox=0 
    2015-03-17 14:41:13:864
    1020 f1c
    DnldMgr ***********  DnldMgr: New download job [UpdateId = {CF9A0A9F-EA32-4B84-8B11-647F8DE3432C}.202]  ***********
    2015-03-17 14:41:16:436
    1020 f1c
    DnldMgr   * BITS job initialized, JobId = {675985CD-3133-4157-9D02-06CC33C29C49}
    2015-03-17 14:41:16:473
    1020 f1c
    DnldMgr   * Downloading from http://wsus.ds.download.windowsupdate.com/c/msdownload/update/software/secu/2015/01/windows6.1-kb3029944-x86-express_0c21886fd0931285b2d3a29773d3673c947f60b3.cab to C:\Windows\SoftwareDistribution\Download\4fa5441bcc144c4a7917304858841f6b\windows6.1-kb3029944-x86-express.cab
    (full file).
    2015-03-17 14:41:16:644
    1020 f1c
    Agent *********
    2015-03-17 14:41:16:644
    1020 f1c
    Agent **  END  **  Agent: Downloading updates [CallerId = AutomaticUpdates]
    2015-03-17 14:41:16:644
    1020 f1c
    Agent *************
    2015-03-17 14:41:16:645
    1020 f1c
    DnldMgr *************
    2015-03-17 14:41:16:645
    1020 f1c
    DnldMgr ** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdates]
    2015-03-17 14:41:16:645
    1020 f1c
    DnldMgr *********
    2015-03-17 14:41:16:645
    1020 f1c
    DnldMgr   * Call ID = {B94BF4E5-5709-4D22-924A-5C5B8D4712C9}
    2015-03-17 14:41:16:645
    1020 f1c
    DnldMgr   * Priority = 2, Interactive = 0, Owner is system = 1, Explicit proxy = 0, Proxy session id = -1, ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
    2015-03-17 14:41:16:645
    1020 f1c
    DnldMgr   * Updates to download = 1
    2015-03-17 14:41:16:645
    1020 f1c
    Agent   *   Title = Security Update for Windows 7 (KB3004361)
    2015-03-17 14:41:16:645
    1020 f1c
    Agent   *   UpdateId = {B9D0F709-E6A7-4383-AFB3-E35FB9CB0AAA}.203
    2015-03-17 14:41:16:645
    1020 f1c
    Agent   *     Bundles 1 updates:
    2015-03-17 14:41:16:645
    1020 f1c
    Agent   *       {151B27A0-4EA8-428F-BE06-C90A3CF0C2CA}.203
    2015-03-17 14:41:16:648
    1020 f1c
    DnldMgr ***********  DnldMgr: New download job [UpdateId = {151B27A0-4EA8-428F-BE06-C90A3CF0C2CA}.203]  ***********
    2015-03-17 14:41:16:649
    1020 f1c
    DnldMgr   * Queueing update for download handler request generation.
    2015-03-17 14:41:16:649
    1020 f1c
    DnldMgr Generating download request for update {151B27A0-4EA8-428F-BE06-C90A3CF0C2CA}.203
    2015-03-17 14:41:16:678
    1020 f1c
    Handler Generating request for CBS update 151B27A0-4EA8-428F-BE06-C90A3CF0C2CA in sandbox C:\Windows\SoftwareDistribution\Download\963019da42f4a0388fdc4337be401b25
    2015-03-17 14:41:16:678
    1020 f1c
    Handler Selected payload type is ptExpress
    2015-03-17 14:41:16:678
    1020 f1c
    Handler Detected download state is dsStart
    2015-03-17 14:41:16:678
    1020 f1c
    Handler Adding windows6.1-kb3004361-x86-express.cab (entire file) to request list.
    2015-03-17 14:41:16:687
    1020 f1c
    Handler Request generation for CBS update complete with hr=0x0 and pfResetSandbox=0 
    2015-03-17 14:41:16:687
    1020 f1c
    DnldMgr ***********  DnldMgr: New download job [UpdateId = {151B27A0-4EA8-428F-BE06-C90A3CF0C2CA}.203]  ***********
    2015-03-17 14:41:16:732
    1020 f1c
    DnldMgr   * BITS job initialized, JobId = {27F85F04-0E56-4BFA-93E3-4D6BCB3ECB4F}
    2015-03-17 14:41:16:758
    1020 f1c
    DnldMgr   * Downloading from http://wsus.ds.download.windowsupdate.com/c/msdownload/update/software/secu/2014/12/windows6.1-kb3004361-x86-express_47f37958063afd2521ca42de8904b55d1aa85b89.cab to C:\Windows\SoftwareDistribution\Download\963019da42f4a0388fdc4337be401b25\windows6.1-kb3004361-x86-express.cab
    (full file).
    2015-03-17 14:41:16:809
    1020 f1c
    Agent *********
    2015-03-17 14:41:16:809
    1020 f1c
    Agent **  END  **  Agent: Downloading updates [CallerId = AutomaticUpdates]
    2015-03-17 14:41:16:809
    1020 f1c
    Agent *************
    2015-03-17 14:41:16:811
    1020 f1c
    DnldMgr *************
    2015-03-17 14:41:16:811
    1020 f1c
    DnldMgr ** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdates]
    2015-03-17 14:41:16:811
    1020 f1c
    DnldMgr *********
    2015-03-17 14:41:16:811
    1020 f1c
    DnldMgr   * Call ID = {D330B2E0-CA38-4ED9-894A-36717C01F09A}
    2015-03-17 14:41:16:811
    1020 f1c
    DnldMgr   * Priority = 2, Interactive = 0, Owner is system = 1, Explicit proxy = 0, Proxy session id = -1, ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
    2015-03-17 14:41:16:811
    1020 f1c
    DnldMgr   * Updates to download = 1
    2015-03-17 14:41:16:811
    1020 f1c
    Agent   *   Title = Security Update for Windows 7 (KB3031432)
    2015-03-17 14:41:16:811
    1020 f1c
    Agent   *   UpdateId = {2CA8E6E8-FC4A-4974-A208-18CDF1D01D86}.203
    2015-03-17 14:41:16:811
    1020 f1c
    Agent   *     Bundles 1 updates:
    2015-03-17 14:41:16:811
    1020 f1c
    Agent   *       {EE556F37-7EAC-42B3-BD29-653F98E6E364}.203
    2015-03-17 14:41:16:814
    1020 f1c
    DnldMgr ***********  DnldMgr: New download job [UpdateId = {EE556F37-7EAC-42B3-BD29-653F98E6E364}.203]  ***********
    2015-03-17 14:41:16:815
    1020 f1c
    DnldMgr   * Queueing update for download handler request generation.
    2015-03-17 14:41:16:815
    1020 f1c
    DnldMgr Generating download request for update {EE556F37-7EAC-42B3-BD29-653F98E6E364}.203
    2015-03-17 14:41:16:843
    1020 f1c
    Handler Generating request for CBS update EE556F37-7EAC-42B3-BD29-653F98E6E364 in sandbox C:\Windows\SoftwareDistribution\Download\7db602a9c625e53b175ecb83170441ba
    2015-03-17 14:41:16:843
    1020 f1c
    Handler Selected payload type is ptExpress
    2015-03-17 14:41:16:843
    1020 f1c
    Handler Detected download state is dsStart
    2015-03-17 14:41:16:843
    1020 f1c
    Handler Adding windows6.1-kb3031432-x86-express.cab (entire file) to request list.
    2015-03-17 14:41:16:844
    1020 f1c
    Handler Request generation for CBS update complete with hr=0x0 and pfResetSandbox=0 
    2015-03-17 14:41:16:845
    1020 f1c
    DnldMgr ***********  DnldMgr: New download job [UpdateId = {EE556F37-7EAC-42B3-BD29-653F98E6E364}.203]  ***********
    2015-03-17 14:41:16:881
    1020 f1c
    DnldMgr   * BITS job initialized, JobId = {6C5B3B60-DB8B-4B6F-9E40-D99CA43B366D}
    2015-03-17 14:41:16:906
    1020 f1c
    DnldMgr   * Downloading from http://wsus.ds.download.windowsupdate.com/c/msdownload/update/software/secu/2015/01/windows6.1-kb3031432-x86-express_fb5326e90facfe6de39cf44fc4ed5ec630968ba5.cab to C:\Windows\SoftwareDistribution\Download\7db602a9c625e53b175ecb83170441ba\windows6.1-kb3031432-x86-express.cab
    (full file).

Maybe you are looking for