Report Status

Hi,
i am trying to call a report from forms9i.
the problem is report_object_status returns null.
here is the code
declare
pl_id ParamList;
locationName varchar2(100);
loc_code number;
report_id REPORT_OBJECT;
report_server_job varchar2(100);
vjob_id varchar2(100);
report_status varchar2(100);
BEGIN
pl_id := Get_Parameter_List('tmpdata');
IF NOT Id_Null(pl_id) THEN
Destroy_Parameter_List( pl_id );
END IF;
** Create the 'tmpdata' parameter list afresh.
pl_id := Create_Parameter_List('tmpdata');
ADD Location Parameters
ADD_PARAMETER(PL_ID,'USER_ID', TEXT_PARAMETER,:CONTROL.VUSER);
Add_Parameter(pl_id,'USERLOCNAME', TEXT_PARAMETER, locationName);
ADD Report Parameters
ADD_PARAM(pl_id);
Run the report synchronously, passing the parameter list
Report_id := Find_report_object('R003');
SET_REPORT_OBJECT_PROPERTY(Report_Id,REPORT_DESFORMAT,'PDF');
set_report_object_property(Report_id,REPORT_COMM_MODE,SYNCHRONOUS);
set_report_object_property(Report_id,REPORT_SERVER,'test');
report_server_job := RUN_REPORT_OBJECT(Report_id,pl_id);
vjob_id := substr(     report_server_job,length('test')+2,length(report_server_job));
report_status := report_object_status(report_server_job);
WHILE Report_Status IN ('RUNNING','OPENING_REPORT','ENQUEUED') LOOP
          Report_Status := REPORT_OBJECT_STATUS(report_server_job);
     END LOOP;
if report_status = 'FINISHED' then
     web.show_document('http://mujtaba1:8889/reports/rwservlet/getjobid'||vjob_id||'?server=test');
else
     set_alert('Report failed with Error Message'||report_status ,'Error!');
end if;
END;

When I was able to get n = 1, 2, 3...
Currently with this code, I am getting FRM-41213 cannot connect to report server (notice the 2 different error messages 2 & 4).
The only changes I made were uncommenting the trace for log
I checked the log file there are no exceptions/errors.
Here is the code and follwing output
DECLARE
     repID REPORT_OBJECT;
     v_rep VARCHAR2(100) := '';
     v_repStat VARCHAR2(100) := '';
BEGIN
     repID := FIND_REPORT_OBJECT('ra_rep');
     SET_REPORT_OBJECT_PROPERTY(repID,REPORT_COMM_MODE,SYNCHRONOUS);
     SET_REPORT_OBJECT_PROPERTY(repID,REPORT_DESTYPE,CACHE);
     SET_REPORT_OBJECT_PROPERTY(repID, REPORT_DESFORMAT, 'PDF');
     SET_REPORT_OBJECT_PROPERTY(repID,REPORT_SERVER,'rep_server');
-- (1)
message('start...');
v_rep := RUN_REPORT_OBJECT(repID);
-- (3)
message('v_rep= ' || v_rep );
v_repStat := REPORT_OBJECT_STATUS(v_rep);
-- (4)
message('v_repStat = ' || v_repStat);
v_rep := substr( v_rep,length(rep_server)+2,length(v_rep));
-- (6)
message('v_rep ' || v_rep);
-- (7)
message('end...');
     IF v_repStat='FINISHED' THEN
          message ('successfull...');
          web.show_document ('/reports/rwservlet/getjobid'|| v_rep ||'?server='|| 'rep_a0030417klbb488','_blank');
     ELSE
          message ('Report failed with error message.. show message '||v_repStat);
     END IF;
END;
The output is
(1) start...
(2) FRM-41213: Unable to connect to the Report server rep_srvname
(3) v_rep = rep_server_0
(4) FRM-41213: Unable to connect to the Report server rep.
(5) v_repStat=
(6) v_rep=0
(7) end...
Report failed with error message.

Similar Messages

  • Report Status using web.show_document

    Hi all.
    I am using the web.show_document for running my report - using distribution xml file and mail.
    I want to insert a record in a table if the report generation succeeds.
    From Oracle Documentation I can see that I cannot get the report status in the form when it is run using web.show_document.
    And for distribution I cannot use run_report_object.
    Any workaround for this?
    Thanks in advance
    Anu.

    Dear Mr. hisham,
    Thanks For your Post,
    Actually i have the same issue, but it want to kill a running report in the report server by clicking such a button that have already the jobID.
    whithout opening the reportserver page so that no body see any other reports running.
    like in this example:
    Declare
    L_URL Varchar2(1000);
    Begin
    L_URL := :apps_server||'/reports/rwservlet/Killjobid'||:JOB_ID||'?'||'server='||:report_server;
    WEB.SHOW_DOCUMENT ('javascript:window.open('||l_URL||');self.close()','_blank') ;
    End;
    Is it posible to do that, If so how can do it. and do i have to do any settin someware on the server like formsweb.cfg or reportserver.cnf.
    thanks in advance.

  • Server 2012 R2 - WSUS - Win 7 reporting status, Win 8 not

    Hi,
    We have WSUS running in Server 2012 R2 standard. I have a handful of Win 7 PCs reporting status successfully. All other Win 7 and Win 8/8.1 have "not yet reported".
    Looked at the windowsupdate.txt to compare a Win 7 working PC to a Win 8.1 non-working PC. Found this difference: Win7 is using
    http://hccsus01:8530/ClientWebService/client.asmx and Win 8.1 is using
    https://fe2.ws.microsoft.com/v6/ClientWebService/client.asmx 
    Windows 7
    2014-08-13 12:35:25:886  452 c64 Agent *************
    2014-08-13 12:35:25:886  452 c64 Agent ** START **  Agent: Finding updates [CallerId = System Center Endpoint Protection (DDEFDD14-250E-4DC8-A0B3-9D667EC5D8EB)]
    2014-08-13 12:35:25:886  452 c64 Agent *********
    2014-08-13 12:35:25:886  452 c64 Agent   * Online = Yes; Ignore download priority = No
    2014-08-13 12:35:25:886  452 c64 Agent   * Criteria = "(IsInstalled = 0 and IsHidden = 0 and CategoryIDs contains 'a38c835c-2950-4e87-86cc-6911a52c34a3' and CategoryIDs contains 'e0789628-ce08-4437-be74-2495b842f43b')"
    2014-08-13 12:35:25:886  452 c64 Agent   * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-08-13 12:35:25:886  452 c64 Agent   * Search Scope = {Machine}
    2014-08-13 12:35:26:369  452 c64 PT +++++++++++  PT: Starting category scan  +++++++++++
    2014-08-13 12:35:26:369  452 c64 PT   + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =
    http://hccsus01:8530/ClientWebService/client.asmx
    2014-08-13 12:35:27:085  452 c64 PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-08-13 12:35:27:085  452 c64 PT   + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =
    http://hccsus01:8530/ClientWebService/client.asmx
    2014-08-13 12:35:27:101  452 c64 PT WARNING: Cached cookie has expired or new PID is available
    2014-08-13 12:35:27:101  452 c64 PT Initializing simple targeting cookie, clientId = f1921f0f-c420-4d01-b0f3-24c64a786102, target group = , DNS name = snbk-t13-04.hillcrest.qld.edu.au
    2014-08-13 12:35:27:101  452 c64 PT   Server URL =
    http://hccsus01:8530/SimpleAuthWebService/SimpleAuth.asmx
    2014-08-13 12:35:27:677  452 c64 PT +++++++++++  PT: Synchronizing extended update info  +++++++++++
    2014-08-13 12:35:27:677  452 c64 PT   + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =
    http://hccsus01:8530/ClientWebService/client.asmx
    2014-08-13 12:35:27:927  452 c64 Agent   * Found 0 updates and 4 categories in search; evaluated appl. rules of 64 out of 80 deployed entities
    2014-08-13 12:35:27:942  452 c64 Agent *********
    2014-08-13 12:35:27:942  452 c64 Agent **  END  **  Agent: Finding updates [CallerId = System Center Endpoint Protection (DDEFDD14-250E-4DC8-A0B3-9D667EC5D8EB)]
    2014-08-13 12:35:27:942  452 c64 Agent *************
    2014-08-13 12:35:27:942  452 c64 Report REPORT EVENT: {31C51F1C-F783-4DF0-A59D-B1DEFC6E91EF} 2014-08-13 12:35:21:646+1000 1 190 101 {ACF78076-4EB1-4AA2-B7A8-1FD495789486} 200 0 AutomaticUpdates Success Content
    Install Installation Successful: Windows successfully installed the following update: Update for Windows 7 for x64-based Systems (KB2846960)
    2014-08-13 12:35:27:942  452 c64 Report REPORT EVENT: {165FE843-CA58-43B1-BAFC-F3EDDBF1D624} 2014-08-13 12:35:21:662+1000 1 190 101 {1A4BBD72-9048-4E79-842F-4AD9A6114195} 200 0 AutomaticUpdates Success Content
    Install Installation Successful: Windows successfully installed the following update: Security Update for Windows 7 for x64-based Systems (KB2862973)
    2014-08-13 12:35:27:942  452 c64 Report REPORT EVENT: {C3FAA8E2-AAF2-469C-900A-9824B6EBB36C} 2014-08-13 12:35:21:677+1000 1 190 101 {55028D69-EF9F-4949-8C2A-8FDEFBBC754F} 200 0 AutomaticUpdates Success Content
    Install Installation Successful: Windows successfully installed the following update: Security Update for Windows 7 for x64-based Systems (KB2871997)
    2014-08-13 12:35:27:942  452 c64 Report REPORT EVENT: {A460D377-1182-4784-9E98-921FC7A7AD97} 2014-08-13 12:35:21:693+1000 1 190 101 {CED3293C-2613-41FF-BD6A-D8525504C035} 201 0 AutomaticUpdates Success Content
    Install Installation Successful: Windows successfully installed the following update: Security Update for Windows 7 for x64-based Systems (KB2957503)
    2014-08-13 12:35:27:942  452 c64 Report REPORT EVENT: {A6D60884-0AFD-483A-A9CF-273892E5D2F1} 2014-08-13 12:35:21:693+1000 1 195 101 {6C60D018-A24B-46E0-820A-3C317F085D41} 201 80242016 AutomaticUpdates Failure Content
    Install Installation Failure: Windows failed to install the following update with error 0x80242016: Cumulative Security Update for Internet Explorer 9 for Windows 7 for x64-based Systems (KB2962872).
    2014-08-13 12:35:27:942 1236 5c4 COMAPI >>--  RESUMED  -- COMAPI: Search [ClientId = System Center Endpoint Protection (DDEFDD14-250E-4DC8-A0B3-9D667EC5D8EB)]
    2014-08-13 12:35:27:942 1236 5c4 COMAPI   - Updates found = 0
    2014-08-13 12:35:27:942 1236 5c4 COMAPI ---------
    2014-08-13 12:35:27:942 1236 5c4 COMAPI --  END  --  COMAPI: Search [ClientId = System Center Endpoint Protection (DDEFDD14-250E-4DC8-A0B3-9D667EC5D8EB)]
    2014-08-13 12:35:27:942 1236 5c4 COMAPI -------------
    Windows 8.1
    2014-10-07 15:33:23:740  936 186c Agent ** START **  Agent: Finding updates [CallerId = Windows Update Command Line  Id = 70]
    2014-10-07 15:33:23:740  936 bfc Agent   * Caller SID for Applicability: S-1-5-18
    2014-10-07 15:33:23:740  936 186c Agent *********
    2014-10-07 15:33:23:740  936 bfc Agent   * RegisterService is set
    2014-10-07 15:33:23:740  936 186c Agent   * Online = Yes; Ignore download priority = No
    2014-10-07 15:33:23:741  936 186c 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-10-07 15:33:23:741  936 186c Agent   * ServiceID = {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782} Third party service
    2014-10-07 15:33:23:741  936 186c Agent   * Search Scope = {Machine & All Users}
    2014-10-07 15:33:23:741  936 186c Agent   * Caller SID for Applicability: S-1-5-18
    2014-10-07 15:33:23:741  936 186c Agent   * RegisterService is set
    2014-10-07 15:33:23:741  936 bfc EP Got WSUS Client/Server URL: "http://hccsus01:8530/ClientWebService/client.asmx"
    2014-10-07 15:33:23:743  936 186c EP Got 9482F4B4-E343-43B6-B170-9A65BC822C77 redir SecondaryServiceAuth URL: "117cab2d-82b1-4b5a-a08c-4d62dbee7782"
    2014-10-07 15:33:23:747  936 186c EP Got 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782 redir Client/Server URL: "https://fe2.ws.microsoft.com/v6/ClientWebService/client.asmx"
    2014-10-07 15:33:23:755  936 186c PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-10-07 15:33:23:755  936 186c PT   + ServiceId = {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}, Server URL =
    https://fe2.ws.microsoft.com/v6/ClientWebService/client.asmx
    2014-10-07 15:33:23:756  936 186c Agent Reading cached app categories using lifetime 604800 seconds
    2014-10-07 15:33:23:756  936 186c Agent Read 0 cached app categories
    2014-10-07 15:33:23:756  936 186c Agent SyncUpdates adding 0 visited app categories
    2014-10-07 15:33:24:021  936 186c IdleTmr WU operation (CAgentProtocolTalker::SyncUpdates_WithRecover) started; operation # 10001; does use network; is at background priority
    2014-10-07 15:33:24:483  936 bfc PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2014-10-07 15:33:24:483  936 bfc PT   + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =
    http://hccsus01:8530/ClientWebService/client.asmx
    2014-10-07 15:33:24:491  936 bfc Agent Reading cached app categories using lifetime 604800 seconds
    2014-10-07 15:33:24:491  936 bfc Agent Read 0 cached app categories
    2014-10-07 15:33:24:491  936 bfc Agent SyncUpdates adding 0 visited app categories
    2014-10-07 15:33:25:038  936 186c IdleTmr WU operation (CAgentProtocolTalker::SyncUpdates_WithRecover, operation # 10001) stopped; does use network; is at background priority
    2014-10-07 15:33:25:038  936 186c Agent Reading cached app categories using lifetime 604800 seconds
    2014-10-07 15:33:25:038  936 186c Agent Read 0 cached app categories
    2014-10-07 15:33:25:038  936 186c Agent SyncUpdates adding 0 visited app categories
    2014-10-07 15:33:25:056  936 186c PT   + SyncUpdates round trips: 1
    2014-10-07 15:33:25:142  936 bfc IdleTmr WU operation (CAgentProtocolTalker::SyncUpdates_WithRecover) started; operation # 10002; does use network; is at background priority
    2014-10-07 15:33:25:193  936 bfc IdleTmr WU operation (CAgentProtocolTalker::SyncUpdates_WithRecover, operation # 10002) stopped; does use network; is at background priority
    2014-10-07 15:33:25:193  936 bfc Agent Reading cached app categories using lifetime 604800 seconds
    2014-10-07 15:33:25:193  936 bfc Agent Read 0 cached app categories
    2014-10-07 15:33:25:193  936 bfc Agent SyncUpdates adding 0 visited app categories
    2014-10-07 15:33:25:221  936 bfc IdleTmr WU operation (CAgentProtocolTalker::SyncUpdates_WithRecover) started; operation # 10003; does use network; is at background priority
    2014-10-07 15:33:25:235  936 bfc IdleTmr WU operation (CAgentProtocolTalker::SyncUpdates_WithRecover, operation # 10003) stopped; does use network; is at background priority
    2014-10-07 15:33:25:235  936 bfc PT   + SyncUpdates round trips: 2
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {3F0C7A2A-336A-4D59-B38A-0C36D63B0DB2}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {EC9994ED-440F-4AFC-A0FA-CB90285A1226}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {DE323AF5-28CA-4BAB-A85B-B074001783BF}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {E44E8654-728E-49D5-A3A3-4BCFCBEF56C0}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {B7E8218C-20B2-4F04-B7E8-D3228A9B8546}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {2DDF83CB-B38E-443E-8BD9-A92D564A2851}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {E94B5DA8-C4D4-48BE-A54F-76AFB13A318F}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {B3411B62-63F7-44F2-999B-BCDFF13306B9}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {D87FA2B6-A04D-4920-92AE-7C6586F98ED4}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {00563009-B9BF-43A4-8B4E-5ACE3172912B}.2 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {D73327BD-8697-4486-9AFC-70C59746203D}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {CE28408E-E7D6-4846-A8EA-A195793146B2}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {2FA08060-64AE-4346-AC95-242853B9F810}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {ED11C6E2-F7CB-4A7F-8802-7EE5133526A9}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {9E03B879-90B1-48D6-9865-5595F857EE9F}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {A281593D-85FC-43C1-B66C-8D7031952489}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {EEEC4FAF-41B2-467D-BE87-7617505E92B6}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {57D48F6B-2C9E-468C-9BFC-4D3E090A0BC6}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {63872F34-415D-4C31-BD17-013E892F1358}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {EA8829A8-226D-409A-A17C-1A2E2BF0BF2D}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {65BC05C5-944E-4685-B961-91B8ED14E09E}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {B8AA2946-F586-47B1-A953-07D15B64446F}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {BD56C6B6-5467-42ED-A1A3-75FD751815B0}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Added update {BB57D17A-B3DC-4D85-BF6C-EE3D304D5737}.1 to search result
    2014-10-07 15:33:29:220  936 186c Agent   * Found 24 updates and 40 categories in search; evaluated appl. rules of 105 out of 137 deployed entities
    2014-10-07 15:33:29:221  936 186c Agent *********
    2014-10-07 15:33:29:221  936 186c Agent **  END  **  Agent: Finding updates [CallerId = Windows Update Command Line  Id = 70]

    Sorry if I am posting too much of the log file:
    2014-10-23 09:34:35:207  936 1ff4 Agent *************
    2014-10-23 09:34:35:207  936 1ff4 Agent ** START **  Agent: Finding updates [CallerId = AutomaticUpdates  Id = 25]
    2014-10-23 09:34:35:207  936 1ff4 Agent *********
    2014-10-23 09:34:35:207  936 1ff4 Agent   * Online = No; Ignore download priority = No
    2014-10-23 09:34:35:207  936 1ff4 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-10-23 09:34:35:207  936 1ff4 Agent   * ServiceID = {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782} Third party service
    2014-10-23 09:34:35:207  936 1ff4 Agent   * Search Scope = {Current User}
    2014-10-23 09:34:35:207  936 1ff4 Agent   * Caller SID for Applicability: S-1-5-21-2026328644-1534031742-38565284-21128
    2014-10-23 09:34:35:821  936 1ff4 Agent   * Added update {C21E26AB-BFEE-425B-BD0B-C0043B81B034}.1 to search result
    2014-10-23 09:34:35:821  936 1ff4 Agent   * Added update {F944750C-BED6-4116-BFC4-91361F87CE97}.1 to search result
    2014-10-23 09:34:35:821  936 1ff4 Agent   * Added update {AE53F50B-1F53-4E10-93A2-7005AD671608}.100 to search result
    2014-10-23 09:34:35:821  936 1ff4 Agent   * Added update {17A599BB-6485-4405-89C1-77A260C078D9}.100 to search result
    2014-10-23 09:34:35:821  936 1ff4 Agent   * Added update {1E536662-7256-42FA-9373-7A009A14400B}.100 to search result
    2014-10-23 09:34:35:821  936 1ff4 Agent   * Added update {BB8EED48-5EB9-481D-A043-D8BE51942055}.1 to search result
    2014-10-23 09:34:35:821  936 1ff4 Agent   * Added update {4849182B-70A4-4A3F-9FF9-054D8BCDCDDD}.1 to search result
    2014-10-23 09:34:35:821  936 1ff4 Agent   * Found 7 updates and 40 categories in search; evaluated appl. rules of 95 out of 158 deployed entities
    2014-10-23 09:34:35:821  936 1ff4 Agent *********
    2014-10-23 09:34:35:821  936 1ff4 Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates  Id = 25]
    2014-10-23 09:34:35:821  936 1ff4 Agent *************
    2014-10-23 09:34:35:821  936 1ff4 Agent Removing per user update {EC9994ED-440F-4AFC-A0FA-CB90285A1226} from search result since it applies to no users
    2014-10-23 09:34:35:821  936 1ff4 IdleTmr WU operation (CSearchCall::Init ID 25, operation # 179) stopped; does not use network; is at background priority
    2014-10-23 09:34:35:821  936 1ff4 IdleTmr WU operation (CSearchCall::Init ID 4, operation # 153) stopped; does not use network; is at background priority
    2014-10-23 09:34:35:837  936 1db0 AU >>##  RESUMED  ## AU: Search for updates [CallId = {FD3E1275-77A9-486E-966C-356F504EECA3} ServiceId = {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}]
    2014-10-23 09:34:35:837  936 1db0 AU   # 25 updates detected
    2014-10-23 09:34:35:837  936 1db0 AU #########
    2014-10-23 09:34:35:837  936 1db0 AU ##  END  ##  AU: Search for updates  [CallId = {FD3E1275-77A9-486E-966C-356F504EECA3} ServiceId = {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}]
    2014-10-23 09:34:35:837  936 1db0 AU #############
    2014-10-23 09:34:35:837  936 1db0 AU All AU searches complete.
    2014-10-23 09:34:35:837  936 1db0 AU Adding timer:
    2014-10-23 09:34:35:837  936 1db0 AU     Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2014-10-23 15:43:33, not idle-only, not network-only
    2014-10-23 09:34:35:837  936 1db0 AU   # Publishing WNF Per user update count event Count: 20 SID {S-1-5-21-2944061896-1139597750-3336218179-1001} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:837  936 1db0 AU   # Publishing WNF Per user update count event Count: 14 SID {S-1-5-21-2026328644-1534031742-38565284-31239} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:837  936 1db0 AU   # Publishing WNF Per user update count event Count: 11 SID {S-1-5-21-2026328644-1534031742-38565284-2061} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:837  936 1db0 AU   # Publishing WNF Per user update count event Count: 14 SID {S-1-5-21-2026328644-1534031742-38565284-2065} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:837  936 1db0 AU   # Publishing WNF Per user update count event Count: 13 SID {S-1-5-21-2026328644-1534031742-38565284-8465} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:837  936 1db0 AU   # Publishing WNF Per user update count event Count: 15 SID {S-1-5-21-2026328644-1534031742-38565284-11034} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:837  936 1db0 AU   # Publishing WNF Per user update count event Count: 11 SID {S-1-5-21-2026328644-1534031742-38565284-13341} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:837  936 1db0 AU   # Publishing WNF Per user update count event Count: 14 SID {S-1-5-21-2026328644-1534031742-38565284-24355} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:837  936 1db0 AU   # Publishing WNF Per user update count event Count: 0 SID {S-1-5-21-2026328644-1534031742-38565284-18802} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:837  936 1db0 AU   # Publishing WNF Per user update count event Count: 15 SID {S-1-5-21-2026328644-1534031742-38565284-14209} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:837  936 1db0 AU   # Publishing WNF Per user update count event Count: 14 SID {S-1-5-21-2026328644-1534031742-38565284-20353} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:837  936 1db0 AU   # Publishing WNF Per user update count event Count: 14 SID {S-1-5-21-2026328644-1534031742-38565284-10627} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:837  936 1db0 AU   # Publishing WNF Per user update count event Count: 1 SID {S-1-5-21-2026328644-1534031742-38565284-22425} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:837  936 1db0 AU   # Publishing WNF Per user update count event Count: 15 SID {S-1-5-21-2026328644-1534031742-38565284-24256} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:837  936 1db0 AU   # Publishing WNF Per user update count event Count: 13 SID {S-1-5-21-2026328644-1534031742-38565284-13251} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:837  936 1db0 AU   # Publishing WNF Per user update count event Count: 14 SID {S-1-5-21-2026328644-1534031742-38565284-14279} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:853  936 1db0 AU   # Publishing WNF Per user update count event Count: 14 SID {S-1-5-21-2026328644-1534031742-38565284-30666} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:853  936 1db0 AU   # Publishing WNF Per user update count event Count: 11 SID {S-1-5-21-2026328644-1534031742-38565284-500} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:853  936 1db0 AU   # Publishing WNF Per user update count event Count: 14 SID {S-1-5-21-2944061896-1139597750-3336218179-500} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:853  936 1db0 AU   # Publishing WNF Per user update count event Count: 2 SID {S-1-5-21-2026328644-1534031742-38565284-30713} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:34:35:853  936 1db0 AU   # Publishing WNF Per user update count event Count: 0 SID {S-1-5-21-2026328644-1534031742-38565284-21128} Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}
    2014-10-23 09:36:57:217  936 1b6c Misc WARNING:     IsSessionRemote: WinStationQueryInformationW(WTSIsRemoteSession) failed for session 1, GetLastError=2250
    2014-10-23 09:36:57:999  936 1b6c Misc WARNING:     IsSessionRemote: WinStationQueryInformationW(WTSIsRemoteSession) failed for session 1, GetLastError=2250
    2014-10-23 09:36:58:233  936 1b6c Misc WARNING:     IsSessionRemote: WinStationQueryInformationW(WTSIsRemoteSession) failed for session 1, GetLastError=2250
    2014-10-23 09:37:05:023  936 1b6c Misc WARNING:     IsSessionRemote: WinStationQueryInformationW(WTSIsRemoteSession) failed for session 1, GetLastError=2250
    2014-10-23 09:43:11:935  936 151c SLS Retrieving SLS response from server using ETAG "rb8COOsTDgXFc0zxoL6zacOQpaa9aiTtEjb2yq2aUaA=_1440"...
    2014-10-23 09:43:11:998  936 151c SLS Making request with URL
    HTTPS://sls.update.microsoft.com/SLS/{117CAB2D-82B1-4B5A-A08C-4D62DBEE7782}/x64/6.3.9600.0/0?CH=454&L=en-US&P=&PT=0x4&WUA=7.9.9600.17336&AM=0&SCV=788
    2014-10-23 09:43:16:243  936 151c EP Got 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782 redir Client/Server URL: "https://fe2.ws.microsoft.com/v6/ClientWebService/client.asmx"
    2014-10-23 09:43:16:321  936 151c EP Got 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782 redir Reporting URL: "http://statsfe2.ws.microsoft.com/ReportingWebService/ReportingWebService.asmx"
    2014-10-23 09:43:16:321  936 151c Report OpenReportingWebServiceConnection, reporting URL =
    http://statsfe2.ws.microsoft.com/ReportingWebService/ReportingWebService.asmx
    2014-10-23 09:43:16:321  936 151c IdleTmr WU operation (CLegacyEventUploader::HandleEvents) started; operation # 290; does use network; is at background priority
    2014-10-23 09:43:16:321  936 151c Report Uploading 1 events using cached cookie.
    2014-10-23 09:43:16:947  936 151c Report Reporter successfully uploaded 1 events.
    2014-10-23 09:43:16:947  936 151c IdleTmr WU operation (CLegacyEventUploader::HandleEvents, operation # 290) stopped; does use network; is at background priority
    2014-10-23 09:51:16:954  936 151c Report WARNING: CSerializationHelper:: InitSerialize failed : 0x80070002
    2014-10-23 09:53:16:960  936 1108 AU Earliest future timer found:
    2014-10-23 09:53:16:960  936 1108 AU     Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2014-10-23 15:43:33, not idle-only, not network-only
    2014-10-23 09:53:17:960  936 1b6c AU ###########  AU: Uninitializing Automatic Updates  ###########
    2014-10-23 09:53:18:960  936 1b6c WuTask Uninit WU Task Manager
    2014-10-23 09:53:19:288  936 1b6c WuTask WARNING: SessionConnectHandler, could not validate and register task, error = 0x80070534
    2014-10-23 09:53:19:288  936 1b6c Agent Sending shutdown notification to client
    2014-10-23 09:53:19:288  936 1b6c AU Earliest future timer found:
    2014-10-23 09:53:19:288  936 1b6c AU     Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2014-10-23 15:43:33, not idle-only, not network-only
    2014-10-23 09:53:19:491  936 1b6c AU Earliest future timer found:
    2014-10-23 09:53:19:491  936 1b6c AU     Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2014-10-23 15:43:33, not idle-only, not network-only
    2014-10-23 09:53:19:788  936 1b6c Service *********
    2014-10-23 09:53:19:788  936 1b6c Service **  END  **  Service: Service exit [Exit code = 0x240001]
    2014-10-23 09:53:19:788  936 1b6c Service *************
    2014-10-23 11:49:51:818  936 1dac Misc ===========  Logging initialized (build: 7.9.9600.17336, tz: +1000)  ===========
    2014-10-23 11:49:51:818  936 1dac Misc   = Process: C:\Windows\system32\svchost.exe
    2014-10-23 11:49:51:818  936 1dac Misc   = Module: c:\windows\system32\wuaueng.dll
    2014-10-23 11:49:51:818  936 1dac Service *************
    2014-10-23 11:49:51:818  936 1dac Service ** START **  Service: Service startup
    2014-10-23 11:49:51:818  936 1dac Service *********
    2014-10-23 11:49:51:833  936 1dac IdleTmr Non-AoAc machine.  Aoac operations will be ignored.
    2014-10-23 11:49:51:833  936 1dac Agent   * WU client version 7.9.9600.17336
    2014-10-23 11:49:51:833  936 1dac Agent WARNING: SleepStudyTracker: Machine is non-AOAC. Sleep study tracker disabled.
    2014-10-23 11:49:51:833  936 1dac Agent   * Base directory: C:\Windows\SoftwareDistribution
    2014-10-23 11:49:51:833  936 1dac Agent   * Access type: No proxy
    2014-10-23 11:49:51:833  936 1dac Service UpdateNetworkState Ipv6, cNetworkInterfaces = 1.
    2014-10-23 11:49:51:833  936 1dac Service UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
    2014-10-23 11:49:51:833  936 1dac Agent   * Network state: Connected
    2014-10-23 11:49:51:833  936 1dac Service UpdateNetworkState Ipv6, cNetworkInterfaces = 1.
    2014-10-23 11:49:51:833  936 1dac Service UpdateNetworkState Ipv4, cNetworkInterfaces = 1.
    2014-10-23 11:49:51:849  936 1dac Agent ***********  Agent: Initializing global settings cache  ***********
    2014-10-23 11:49:51:849  936 1dac Agent   * Endpoint Provider: 00000000-0000-0000-0000-000000000000
    2014-10-23 11:49:51:849  936 1dac Agent   * WSUS server:
    http://hccsus01:8530/
    2014-10-23 11:49:51:849  936 1dac Agent   * WSUS status server:
    http://hccsus01:8530/
    2014-10-23 11:49:51:849  936 1dac Agent   * Target group: (Unassigned Computers)
    2014-10-23 11:49:51:849  936 1dac Agent   * Windows Update access disabled: No
    2014-10-23 11:49:51:849  936 1dac WuTask WuTaskManager delay initialize completed successfully..
    2014-10-23 11:49:51:849  936 1dac AU     Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2014-10-23 15:43:33, not idle-only, not network-only
    2014-10-23 11:49:51:849  936 1dac AU     Timer: CF1ABEC6-7887-4964-BB93-B2E21B31CEC1, Expires 2014-10-23 21:44:50, not idle-only, not network-only
    2014-10-23 11:49:51:849  936 1dac AU     Timer: 29A863E7-8609-4D1E-B7CD-5668F857F1DB, Expires 2014-10-23 21:44:46, not idle-only, not network-only
    2014-10-23 11:49:51:849  936 1dac AU     Timer: E25CADF6-86A6-4569-BCDF-89BE66B0CA66, Expires 2014-10-24 21:33:11, not idle-only, not network-only
    2014-10-23 11:49:51:849  936 1dac Report WARNING: CSerializationHelper:: InitSerialize failed : 0x80070002
    2014-10-23 11:49:51:849  936 1dac Report CWERReporter::Init succeeded
    2014-10-23 11:49:51:849  936 1dac Agent ***********  Agent: Initializing Windows Update Agent  ***********
    2014-10-23 11:49:51:849  936 1dac DnldMgr Download manager restoring 0 downloads
    2014-10-23 11:49:51:849  936 1dac AU ###########  AU: Initializing Automatic Updates  ###########
    2014-10-23 11:49:51:849  936 1dac AU Additional Service {117CAB2D-82B1-4B5A-A08C-4D62DBEE7782} with Approval type {Scheduled} added to AU services list
    2014-10-23 11:49:51:849  936 1dac AU AIR Mode is disabled
    2014-10-23 11:49:51:849  936 1dac AU   # Policy Driven Provider:
    http://hccsus01:8530/
    2014-10-23 11:49:51:849  936 1dac AU   # Detection frequency: 22
    2014-10-23 11:49:51:849  936 1dac AU   # Approval type: Scheduled (Policy)
    2014-10-23 11:49:51:849  936 1dac AU   # Auto-install minor updates: Yes (User preference)
    2014-10-23 11:49:51:849  936 1dac AU   # ServiceTypeDefault: Service 117CAB2D-82B1-4B5A-A08C-4D62DBEE7782 Approval type: (Scheduled)
    2014-10-23 11:49:51:849  936 1dac AU   # Will interact with non-admins (Non-admins are elevated (User preference))
    2014-10-23 11:49:51:865  936 1dac AU WARNING: Failed to get Wu Exemption info from NLM, assuming not exempt, error = 0x80070032
    2014-10-23 11:49:51:974  936 1dac AU AU finished delayed initialization
    2014-10-23 11:49:52:287  936 2340 DnldMgr Asking handlers to reconcile their sandboxes
    2014-10-23 11:59:52:061  936 2338 AU Earliest future timer found:
    2014-10-23 11:59:52:061  936 2338 AU     Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2014-10-23 15:43:33, not idle-only, not network-only
    2014-10-23 11:59:53:061  936 1dac AU ###########  AU: Uninitializing Automatic Updates  ###########
    2014-10-23 11:59:53:123  936 1dac WuTask Uninit WU Task Manager
    2014-10-23 11:59:53:232  936 1dac WuTask WARNING: SessionConnectHandler, could not validate and register task, error = 0x80070534
    2014-10-23 11:59:53:232  936 1dac AU Earliest future timer found:
    2014-10-23 11:59:53:232  936 1dac AU     Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2014-10-23 15:43:33, not idle-only, not network-only
    2014-10-23 11:59:53:311  936 1dac AU Earliest future timer found:
    2014-10-23 11:59:53:311  936 1dac AU     Timer: 31DA7559-FE27-4810-8FF6-987195B1FD98, Expires 2014-10-23 15:43:33, not idle-only, not network-only
    2014-10-23 11:59:53:436  936 1dac Service *********
    2014-10-23 11:59:53:436  936 1dac Service **  END  **  Service: Service exit [Exit code = 0x240001]
    2014-10-23 11:59:53:436  936 1dac Service *************

  • Change Report Status from "completed / passed" to "Completed"?

    With Captivate 5, is it possible to change the Report Status from "completed / passed" to "Completed"? The "completed / passed" given is causing issues with my LMS thus need "Completed" only. Is this possible with version 5 or even version 6?
    Thank you in advance for any help!

    Hi There,
    Thank you for reaching Adobe Community.
    You can select the below settings from Edit > Preferences >  Quiz > Reporting panel. You can change the Status representation to Incomplete > Complete.
    Here is the screen shot frm ScormCloud LMS:
    Thanks!

  • After SCCM 2012 R2 CU4 update Client won't report status message back

    We had SCCM 2012 R2 CU3, just updated it to CU4 (all site servers and clients) last week.
    Right after the clients received the CU4 update (no reboot), I saw these started popping up the event log:
    The ConfigMgr Client encountered a certificate for Management Point SCCM that could not be verified.
    I checked online and it has to do with trusted root key mismatch, but there was no site change. The only thing we did was upgrading from CU3 to CU4. 
    Right now the symptom is that all these clients do not report status messages back to the MP so we have no idea how our deployments would go.

    i am having what i think is a similar issue. i upgraded to CU4 and the only clients to report back in are my SCCM site server and my only DP server. no clients have reported in since. i checked a few clients and they did get the CU4 client update
    and installed it but they are not reporting back
    I have pretty much the same situation.
    A successfully upgrade to SCCM 2012 r2 cu4 on the primary site.
    Deployed the cu4 to a few computers which was successfully. Later I also deployed the cu4 to the primary site server and it turned out to be the only computer reporting back with the proper client version.
    There is no errors or warnings in the event logs which could explain this strange issue. As far as I can tell the clients is operational but they are just not reporting back with the proper client version. A quick look at the sccm client
    logs has also not revealed the root cause.
    Any ideas would be appreciated a lot.
    Per Dahl Christiansen

  • Enforcement states for a deployment report status is not refresh..

    Enforcement states for a deployment report status is not refresh.
    We have deployed patches by software update and monitoring status by checking report
    Enforcement states for a deployment. We have observed status difference in report and in actual PC. Status of One PC is
    Downloaded update in report  but actually that patch was
    installed on PC.
    why this difference and what is the solution to solve this.

    Hi Garth - I don't recreate the SU group. I recreate the deployment from
    the SU group.
    The SU Group contains all deployed updates and the deployment is a "catch-up" and targets a collection of all clients on the particular platform ie. Server 2008 R2. It's a mandatory deployment and I've set it to report "all messages" as opposed to the default
    "success and failure".
    There's no particular SU that are showing ESU. It's the client that shows ESU via the report "Enforcement States for a Deploymennt", and it's only ever the clients that were "Pending System Restart" previously that change to "Enforcement State
    Unknown". The software centre on these clients all know they're pending restart, and if the pending restart is performed on the client it will then change to "Compliant", but it never changes from ESU while its real state is "Pending Restart".
    Hopefully that clarifies the scenario.
    Like I said, I have a workaround, but I'd like to eliminate this behaviour on all my SCCM 2012 instances which are all affected.

  • Report Keeps on "Opening the report" status

    Hi all,<br><br>
    The reports in our application generated by our Forms application used to be generated very well by the Oracle 10g R2 AS.<br><br>
    But now, <b>when the user wants to generate any report, it hangs, the report doesn't open in the browser. When I checked the status of the jobs in the report server, they are all in "Opening the report" status.</b><br><br>
    I restarted the Reports server. I also tried to re-start the Process Manager process, with no luck!<br><br>
    I enabled the Trace in the report server, the generated code didn't help me or give my any hint.<br><br>
    Any hint or guide line is highly appreciated.
    <br><br>
    Application and reports built with Oracle 10g R2 Forms and Reports
    <br>
    Reports run by Oracle 10g R2 AS on Windows 2003 Server
    Message was edited by:
    ahmedbaraka

    you could also patch oracle 10g R2 with:
    1)
    Oracle AS 10g Patchset 2 (10.1.2.2) Patch 4960210
    PLACEHOLDER BUG FOR AS/DS 10G R2 PATCH SET 2 10.1.2.2
    1.6G
    2)
    Patch 5732133
    Size 37M
    Patch 5732133 is a mandatory patch required to be installed AFTER installation of the 10.1.2.2 Patch Set.
    This patchset must be applied only on top of 10.1.2.2.0 patchset release.
    This patchset will do the following things.
    Upgrade the version number for apache from 1.3.31.0.0a to 10.1.2.2.0
    Upgrade the version number of forms and reports components to 10.1.2.2.1
    Fix the relinking issues for forms and reports
    Fix the copy issues for solaris forms and reports lib and lib32 folders

  • Remove reporting status of request ID In Infocube

    Hi,
    We require some urgent help on following issue
    We have planning data request APO_* In Infocube and they are already in reporting status and rolled up aggregate status in the Infocube.
    We can not delete the request
    We can not reconstruct.
    We can not change query,we can not put filter on request ID.
    Is there any way we can remove it out from reporting status or take it out of aggregate.Its bit urgent .Is there any control table we can change the status for time being?
    Its bit urgent.
    Thanks and regards

    Try dropping the data from the aggregate and rebuilding it later, after you dealt with the request.  Have you updated the request into further data targets?  If so, then you need to delete those requests as well.  With the aggregate data delete and further updates deleted, you should be able to delete the request, change data in the PSA and then reapply/reconstruct it back into your data target.
    Be careful though ... if the aggregate has a huge amount of data, it may take a long time to rebuild.  Also, if you transformation/transfer structure has changed, you might not be able to reconstruct the request.
    Good luck & Don't rush through this ... you could actually make things worse.
    Brian

  • How can I get the report status?

    I am using web service to connect to BI Publisher and run the report by java code. And I have questions still unclear, anyone who knows about it please help me.
    1. Is there any method to get the report status, such as whether the report runs successfully or not.
    2. If I have a huge table that binds with the template (maybe RTF template), how about the performance of the BI publisher?
    3. I use the sample codes in the web service tutorial to run the report, but the out pdf report doesn't change when i add or remove the table data, how can I resolve it?
    Thanks very much.

    Use the web services and use this function
    getScheduledReportStatus
    you will get the status of the report ran.
    Possible values are: "Completed", "Error" "Running", "Scheduled","Suspended", "Unknown"
    It is in the table XMLP_SCHED_OUTPUT status column :)

  • HTTPService still not reporting status 500

    I was told that the HTTPService (using POST) has been enhaced
    to better report server side errors. In particular, when the server
    responds with a status 500 one is not able to see the actual error
    from the server.
    This problem still exists and as a result makes using Flex as
    an RIA platform not play by the rules. Meaning, one can't have
    multiple front end applications using the same server side
    application without having to do special things for Flex
    applications.
    Since the http socket in browsers support this capability I
    don't understand why Flash player has limitations in this regard.
    More importantly, is this going to be fixed?

    The issue:
    someone installed the SUP role for SCCM 2007 and configured it for the separate WSUS server (on Windows server 2012). They didn't select "Create all WSUS reporting events"for the SUP role, and we have abandoned SCCM's SUP role. So now all of our clients
    are still updating with our WSUS server but not reporting status.
    Yeah, I hate when that happens, and you're not the first victim of this particular scenario. The setting can be reset via the API, and I believe that there's a VB script or a PowerShell script (or maybe both) on CodePlex that can be used to reset the reporting
    option on the WSUS server.
    Actually, since this is a WSUS v6 server, you may be able to configure it directly using PowerShell now, given the assortment of API functionality that is now exposed in PowerShell.
    If not natively, also check out the PoshWSUS package, which almost certainly supports this option configuration.
    Arguably when converting from a SUP to a standalone WSUS server, it would be better to build the WSUS server from scratch, which also would eliminate this issue. Consider how many superseded updates were expired by Configuration Manager, that NOW...
    maybe you don't want to be expired? (Or worse, have already been deleted by the Server Cleanup Wizard because they
    were expired.)
    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.

  • We get an error meesage saying "report status ENEQUED"..

    I have installed Oracel 11g Database and 10g developer suite on two seprate machines...
    Forms are working fine through client(third machine) browser(internet explorer).But, When reports are call from forms we get an error meesage saying "report status ENEQUED".. PLz help

    hi
    try something like this.
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    plid ParamList;
    --vParamValue number;
    BEGIN
    plid := Get_parameter_List('tmp');
    IF NOT Id_Null(plid) THEN
    Destroy_parameter_List( plid );
    END IF;
    plid := Create_parameter_List('tmp');
    add_parameter(plid,'p_num',text_parameter,to_char(:block.item));
    Add_parameter(plid, 'PARAMFORM', TEXT_parameter, 'NO');
    repid := FIND_REPORT_OBJECT('REPORT6');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,cache);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER, 'paramform=no');
    v_rep := RUN_REPORT_OBJECT(repid,plid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    /*Display report in the browser*/
    WEB.SHOW_DOCUMENT('http://IP Or Machine_name:Port/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?
    '||'server=Report_server_name&Report_parameter='||:block.item||
    '&paramform=no','_blank');
    END;Note:- Modify the above code with your requirements.
    sarah

  • WSUS - "this computer has not reported status yet" Windows server 2003

    I just did a successful installation of wsus 3.0 Sp2
    I am able to see all the machines but the issue starts there
    Each of the machine show this error " this computer has not reported status yet"
    i have tried but hasnt manage to resolve this issue
    kindly guide me on how i can resolve it
    thx

    2013-06-26 14:20:36:633
    644 478
    AU ##  END  ##  AU: Search for updates [CallId = {4E48EF51-0D7C-458A-A575-9BA1B4799175}]
    2013-06-26 14:20:36:633
    644 478
    AU #############
    2013-06-26 14:20:36:634
    644 478
    AU Successfully wrote event for AU health state:0
    2013-06-26 14:20:36:634
    644 478
    AU AU setting next detection timeout to 2013-06-26 16:20:36
    2013-06-26 14:20:36:634
    644 478
    AU Setting AU scheduled install time to 2013-06-27 00:00:00
    2013-06-26 14:20:36:634
    644 478
    AU Successfully wrote event for AU health state:0
    2013-06-26 14:20:36:634
    644 478
    AU Successfully wrote event for AU health state:0
    2013-06-26 14:20:41:581
    644 1338
    Report REPORT EVENT: {8DFBD635-02A8-4773-9DF8-80880752189A}
    2013-06-26 14:20:36:577+0300 1
    148 101
    {D67661EB-2423-451D-BF5D-13199E37DF28}
    1 800b0001
    SelfUpdate Failure
    Software Synchronization Windows Update Client failed to detect with error 0x800b0001.
    2013-06-26 14:20:41:621
    644 1338
    Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2013-06-26 14:20:41:621
    644 1338
    Report WER Report sent: 7.6.7600.256 0x800b0001 D67661EB-2423-451D-BF5D-13199E37DF28 Scan 101 Managed
    2013-06-26 14:20:41:621
    644 1338
    Report CWERReporter finishing event handling. (00000000)
    2013-06-26 14:22:41:605
    644 1338
    Report Uploading 1 events using cached cookie, reporting URL = http://NTKE01/ReportingWebService/ReportingWebService.asmx
    2013-06-26 14:22:41:612
    644 1338
    Report Reporter successfully uploaded 1 events.
    2013-06-26 15:25:02:219
    644 13d0
    AU Triggering AU detection through DetectNow API
    2013-06-26 15:25:02:219
    644 13d0
    AU Triggering Online detection (non-interactive)
    2013-06-26 15:25:02:220
    644 718
    AU #############
    2013-06-26 15:25:02:220
    644 718
    AU ## START ##  AU: Search for updates
    2013-06-26 15:25:02:220
    644 718
    AU #########
    2013-06-26 15:25:02:221
    644 718
    AU <<## SUBMITTED ## AU: Search for updates [CallId = {65FA8DBB-1567-45A0-8ECB-103EFAB1C0A3}]
    2013-06-26 15:25:02:221
    644 179c
    Agent *************
    2013-06-26 15:25:02:221
    644 179c
    Agent ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2013-06-26 15:25:02:221
    644 179c
    Agent *********
    2013-06-26 15:25:02:221
    644 179c
    Agent  * Online = Yes; Ignore download priority = No
    2013-06-26 15:25:02:222
    644 179c
    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"
    2013-06-26 15:25:02:222
    644 179c
    Agent  * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2013-06-26 15:25:02:222
    644 179c
    Agent  * Search Scope = {Machine}
    2013-06-26 15:25:02:242
    644 179c
    Setup Checking for agent SelfUpdate
    2013-06-26 15:25:02:242
    644 179c
    Setup Client version: Core: 7.6.7600.256  Aux: 7.6.7600.256
    2013-06-26 15:25:06:522
    644 179c
    Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab:
    2013-06-26 15:25:06:530
    644 179c
    Misc Microsoft signed: Yes
    2013-06-26 15:25:06:533
    644 179c
    Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2013-06-26 15:25:06:558
    644 179c
    Misc Microsoft signed: Yes
    2013-06-26 15:25:08:643
    644 179c
    Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab:
    2013-06-26 15:25:08:647
    644 179c
    Misc Microsoft signed: Yes
    2013-06-26 15:25:08:700
    644 179c
    Setup Determining whether a new setup handler needs to be downloaded
    2013-06-26 15:25:08:700
    644 179c
    Setup SelfUpdate handler is not found.  It will be downloaded
    2013-06-26 15:25:08:700
    644 179c
    Setup Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.256"
    2013-06-26 15:25:09:376
    644 179c
    Setup Setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2013-06-26 15:25:09:376
    644 179c
    Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256"
    2013-06-26 15:25:09:388
    644 179c
    Setup Setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2013-06-26 15:25:09:388
    644 179c
    Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256"
    2013-06-26 15:25:09:406
    644 179c
    Setup Setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.256" is already installed.
    2013-06-26 15:25:09:406
    644 179c
    Setup SelfUpdate check completed.  SelfUpdate is NOT required.
    2013-06-26 15:25:09:466
    644 179c
    PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2013-06-26 15:25:09:466
    644 179c
    PT  + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://NTKE01/ClientWebService/client.asmx
    2013-06-26 15:25:09:536
    644 179c
    PT WARNING: Cached cookie has expired or new PID is available
    2013-06-26 15:25:09:536
    644 179c
    PT Initializing simple targeting cookie, clientId = 01f95362-b793-4a75-bc97-94e49f6b63aa, target group = , DNS name = pcke65.kenya
    2013-06-26 15:25:09:536
    644 179c
    PT  Server URL = http://NTKE01/SimpleAuthWebService/SimpleAuth.asmx
    2013-06-26 15:25:17:456
    644 179c
    PT WARNING: GetCookie failure, error = 0x8024400D, soap client error = 7, soap error code = 300, HTTP status code = 200
    2013-06-26 15:25:17:456
    644 179c
    PT WARNING: SOAP Fault: 0x00012c
    2013-06-26 15:25:17:457
    644 179c
    PT WARNING:     faultstring:Fault occurred
    2013-06-26 15:25:17:457
    644 179c
    PT WARNING:     ErrorCode:ConfigChanged(2)
    2013-06-26 15:25:17:457
    644 179c
    PT WARNING:     Message:(null)
    2013-06-26 15:25:17:457
    644 179c
    PT WARNING:     Method:"http://www.microsoft.com/SoftwareDistribution/Server/ClientWebService/GetCookie"
    2013-06-26 15:25:17:457
    644 179c
    PT WARNING:     ID:78fa31e8-8714-47b9-8ae3-182ecb2d9f74
    2013-06-26 15:25:17:477
    644 179c
    PT WARNING: Cached cookie has expired or new PID is available
    2013-06-26 15:25:17:477
    644 179c
    PT Initializing simple targeting cookie, clientId = 01f95362-b793-4a75-bc97-94e49f6b63aa, target group = , DNS name = pcke65.kenya
    2013-06-26 15:25:17:477
    644 179c
    PT  Server URL = http://NTKE01/SimpleAuthWebService/SimpleAuth.asmx
    2013-06-26 15:27:50:499
    644 718
    AU AU received policy change subscription event
    2013-06-26 15:31:23:807
    644 13d0
    AU Triggering AU detection through DetectNow API
    2013-06-26 15:31:23:807
    644 13d0
    AU Piggybacking on an AU detection already in progress
    2013-06-26 15:31:27:317
    644 13d0
    AU Triggering AU detection through DetectNow API
    2013-06-26 15:31:27:317
    644 13d0
    AU Piggybacking on an AU detection already in progress
    2013-06-26 15:36:56:942
    644 179c
    PT WARNING: SyncUpdates failure, error = 0x8024400A, soap client error = 10, soap error code = 0, HTTP status code = 200
    2013-06-26 15:36:56:942
    644 179c
    PT WARNING: PTError: 0x8024400a
    2013-06-26 15:36:56:942
    644 179c
    PT WARNING: SyncUpdates_WithRecovery failed.: 0x8024400a
    2013-06-26 15:36:56:942
    644 179c
    PT WARNING: Sync of Updates: 0x8024400a
    2013-06-26 15:36:56:942
    644 179c
    PT WARNING: SyncServerUpdatesInternal failed: 0x8024400a
    2013-06-26 15:36:56:942
    644 179c
    Agent  * WARNING: Failed to synchronize, error = 0x8024400A
    2013-06-26 15:36:56:943
    644 179c
    Agent  * WARNING: Exit code = 0x8024400A
    2013-06-26 15:36:56:943
    644 179c
    Agent *********
    2013-06-26 15:36:56:943
    644 179c
    Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2013-06-26 15:36:56:943
    644 179c
    Agent *************
    2013-06-26 15:36:56:943
    644 179c
    Agent WARNING: WU client failed Searching for update with error 0x8024400a
    2013-06-26 15:36:56:959
    644 8dc
    AU >>##  RESUMED  ## AU: Search for updates [CallId = {65FA8DBB-1567-45A0-8ECB-103EFAB1C0A3}]
    2013-06-26 15:36:56:959
    644 8dc
    AU  # WARNING: Search callback failed, result = 0x8024400A
    2013-06-26 15:36:56:959
    644 8dc
    AU  # WARNING: Failed to find updates with error code 8024400A
    2013-06-26 15:36:56:959
    644 8dc
    AU #########
    2013-06-26 15:36:56:959
    644 8dc
    AU ##  END  ##  AU: Search for updates [CallId = {65FA8DBB-1567-45A0-8ECB-103EFAB1C0A3}]
    2013-06-26 15:36:56:959
    644 8dc
    AU #############
    2013-06-26 15:36:56:959
    644 8dc
    AU Successfully wrote event for AU health state:0
    2013-06-26 15:36:56:959
    644 8dc
    AU AU setting next detection timeout to 2013-06-26 17:36:56
    2013-06-26 15:36:56:959
    644 8dc
    AU Setting AU scheduled install time to 2013-06-27 00:00:00
    2013-06-26 15:36:56:959
    644 8dc
    AU Successfully wrote event for AU health state:0
    2013-06-26 15:36:56:960
    644 8dc
    AU Successfully wrote event for AU health state:0
    2013-06-26 15:37:01:943
    644 179c
    Report REPORT EVENT: {48D1738E-F97A-45A4-8AB5-ECBE8FBDDF8F}
    2013-06-26 15:36:56:943+0300 1
    148 101
    {00000000-0000-0000-0000-000000000000}
    0 8024400a
    AutomaticUpdates Failure
    Software Synchronization Windows Update Client failed to detect with error 0x8024400a.
    2013-06-26 15:37:01:950
    644 179c
    Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2013-06-26 15:37:01:950
    644 179c
    Report WER Report sent: 7.6.7600.256 0x8024400a 00000000-0000-0000-0000-000000000000 Scan 101 Managed
    2013-06-26 15:37:01:951
    644 179c
    Report CWERReporter finishing event handling. (00000000)
    2013-06-26 15:39:01:979
    644 179c
    PT WARNING: Cached cookie has expired or new PID is available
    2013-06-26 15:39:01:979
    644 179c
    PT Initializing simple targeting cookie, clientId = 01f95362-b793-4a75-bc97-94e49f6b63aa, target group = , DNS name = pcke65.kenya
    2013-06-26 15:39:01:979
    644 179c
    PT  Server URL = http://NTKE01/SimpleAuthWebService/SimpleAuth.asmx
    2013-06-26 15:39:02:302
    644 179c
    PT WARNING: GetCookie failure, error = 0x8024400D, soap client error = 7, soap error code = 300, HTTP status code = 200
    2013-06-26 15:39:02:302
    644 179c
    PT WARNING: SOAP Fault: 0x00012c
    2013-06-26 15:39:02:302
    644 179c
    PT WARNING:     faultstring:Fault occurred
    2013-06-26 15:39:02:302
    644 179c
    PT WARNING:     ErrorCode:ConfigChanged(2)
    2013-06-26 15:39:02:302
    644 179c
    PT WARNING:     Message:(null)
    2013-06-26 15:39:02:302
    644 179c
    PT WARNING:     Method:"http://www.microsoft.com/SoftwareDistribution/Server/ClientWebService/GetCookie"
    2013-06-26 15:39:02:302
    644 179c
    PT WARNING:     ID:38d9b059-92f2-4248-9a71-be1e33841fcb
    2013-06-26 15:39:02:311
    644 179c
    PT WARNING: Cached cookie has expired or new PID is available
    2013-06-26 15:39:02:311
    644 179c
    PT Initializing simple targeting cookie, clientId = 01f95362-b793-4a75-bc97-94e49f6b63aa, target group = , DNS name = pcke65.kenya
    2013-06-26 15:39:02:311
    644 179c
    PT  Server URL = 
    AS you can see the log file is bigggggg..
    pls advise

  • Problem in Bex report Status of Data based on multiprovider

    Hi Bi Expert,
    I am facing probelm in my bex reprot having field "Status of data"
    Report is based on multiprovider which using 3 cubes.
    Out of this three cube report showing data with cube havnig oldest date data load.
    How can I get latest one request data into my report .
    I am not using bex web template so dont give solution related to it already gone through that thread.
    using bw 3.5 version

    Hi again,
    in the table RSICCONT you find which request is in which data target. When you define the user exit variable on 0REQID, you have to go in this table and read the request with cubes names in your multi provider. In a second step you sort the request after cubes and time tamp and take the first n (depending on how many cubes you have in MP). Keep in mind: when you apply READ statement, read after Cube name
    Regards
    Aban

  • 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).

  • Report - Status of a specific advertisement showing 900 resources when only deployed to 100

    we have a strange problem where we run the "Status of a specific advertisment" is showing some bogus data.
    We deployed to a collection containing 100 PCs and the report for that collection ID shows:
    Accepted = 300
    Rejected = 5
    No Status = 600
    I found another report to get us more accuate information via CCMexec.com.
    My question revolves around the default report is showing wrong information? This isnt this first time its happened. I am guessing its an issue with our database?
    Anyone have any suggestions?

    What Report did you find on ccmexec? Without this info it is impossible answer your question.
    If you look at the query on ccmexec and within the report, what is different between them?
    My guess based on the fact that you need to enter in Collection id, that is the major difference between the two of them queries.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Bug report status

    Hi, I have previously highlighted an issue with the Xperia C3 D2533 running 5.0, where the back camera is producing low quality images.This is from the Galaxy Note 1 While this is from the Xperia C3 What is appaling is if you zoom in, the N7000 has more detail than the C3, whereby the C3 just paints over the colours unscrupulously giving jagged edges obvious from the USB. I have sent an email to support and received a reply saying it has been forwarded to the developers about two weeks ago. I have heard that the Lollipop 5.1 is coming out in July and am curious as to whether the camera issue has been confirmed as a bug by the developers and are currently looking into it, hopefully rolling out the update with the fix as well. Edit: I have done a software reset and a repair via PC Companion using the steps recommended. The PC Companion told me there are no available updates or softwares for this phone. Therefore to sum it up, what I would like to know is a confirmation on the status of this report among the devs and whomever it may concern in the troubleshooting phase.

    Seems like a search of the bug report submission
    queue would be useful.Use this:
    http://developers.sun.com/contact/feedback.jsp?referer=http://forum.java.sun.com&category=sdn&mailsubject=Forums%20or%20Community
    It's as pointless as any other measure in getting Sun to do what you want. ;)

Maybe you are looking for

  • Can't copy file to network drive as "The operation can't be completed because the [Filename] is in use

    Following upgrade to Yosemite I now can't copy files from iMac to my network HDD in external media center. I have iMac connected by wi-fi to airport extreme and media center connected to airport extreme by cable. I can see the HDD as a network drive

  • Decimal Quantity Orders

    Hi All, On our website ,our cusmtores are able to order in Decimals(ex:8.3) . they should not order in decimals, how can i resolve this issue. Any suggestions please. Thanks, Sabitha

  • BC - Word-Processing in the SAPscript Editor

    Hi, Could anyone tell me how the Link functionality in the SAPscript Editor is working? Regards, Morten

  • Security enhancement in Appropriation Request

    Hi All, Is it possible to enhance the security enhancement in Appropriation request (IMA11) For example : Applicant : user 1 Approval 1: user 2 Approval 2: user 3 Approval 3: User 4. Once the approval 1 ...approve the AR...he cannot change the AR mas

  • TabIndex on a Movie Clip

    I'm working on a project where I need to set the tabIndex on elements within the flash movie. I'm having a difficult time as it seems that nothing is really working for me. I have a main swf that creates an empty movie clip and then adds a swf file t