Error msg appearing while downloading Excel sheet in Pivot table format!!

Hi All,
I received this error when the report outputted. I had to click okay twice, then the report populated correctly.
"Unable to get the Pivotfields property of the Pivot table class" was the error message that i got.
FORM start_excel .
  TYPES:
    BEGIN OF ls_table_out,
      ls_line(64000) TYPE x,
    END OF ls_table_out.
  DATA:
    fname TYPE string,
    atrname(128) TYPE C,
    ls_line_out(64000) TYPE x,
    ls_datasize TYPE i,
    ls_readsize TYPE i,
    lt_table_out TYPE TABLE OF ls_table_out WITH HEADER LINE.
*    excelf(200) TYPE c.
  data: oref type ref to CL_GUI_FRONTEND_SERVICES.
  CREATE OBJECT oref.
  ls_datasize = 0.
  ls_readsize = 0.
* if user indicated to get Template from Unix.
* Copy template to C:\Gap_Mandate_Training and then start template from
* there.  Otherwise start template from local directory indicated
  IF excelf CS '/'.   "if contains forward slash then unix file
    OPEN DATASET excelf FOR INPUT IN BINARY MODE.
    IF sy-subrc = 0.
      DO.
        READ DATASET excelf INTO ls_line_out LENGTH ls_readsize.
        IF sy-subrc <> 0.
          ls_datasize = ls_datasize + ls_readsize.
          lt_table_out-ls_line = ls_line_out.
          APPEND lt_table_out.
          EXIT.
        ENDIF.
        ls_datasize = ls_datasize + ls_readsize.
        lt_table_out-ls_line = ls_line_out.
        APPEND lt_table_out.
      ENDDO.
*   move c_txt_file_path to fname.
      CONCATENATE dir  '\mandated_training.xls' INTO templ_name.
      MOVE templ_name TO fname.
      atrname = fname.
*      CALL FUNCTION 'WS_FILE_ATTRIB'
*        EXPORTING
*          file   = atrname
*          attrib = 'R-'.
      data: filename type string,
            rc type i.
      filename = atrname.
      CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SET_ATTRIBUTES
        EXPORTING
          FILENAME             = filename
          READONLY             = ' '
        IMPORTING
          RC                   = rc
        EXCEPTIONS
          CNTL_ERROR           = 1
          ERROR_NO_GUI         = 2
          NOT_SUPPORTED_BY_GUI = 3
          WRONG_PARAMETER      = 4
          others               = 5.
      IF SY-SUBRC <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        bin_filesize                  = ls_datasize
        filename                      = fname
        filetype                      = 'BIN'
* IMPORTING
*   FILELENGTH                    =
      TABLES
        data_tab                      = lt_table_out
      EXCEPTIONS
        file_write_error        = 1
        no_batch                = 2
        gui_refuse_filetransfer = 3
        invalid_type            = 4
        no_authority            = 5
        unknown_error           = 6
        header_not_allowed      = 7
        separator_not_allowed   = 8
        filesize_not_allowed    = 9
        header_too_long         = 10
        dp_error_create         = 11
        dp_error_send           = 12
        dp_error_write          = 13
        unknown_dp_error        = 14
        access_denied           = 15
        dp_out_of_memory        = 16
        disk_full               = 17
        dp_timeout              = 18
        file_not_found          = 19
        dataprovider_exception  = 20
        control_flush_error     = 21
        OTHERS                  = 22.
      atrname = fname.
      CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_SET_ATTRIBUTES
        EXPORTING
          FILENAME             = filename
          READONLY             = 'X'
*         NORMAL               =
*         HIDDEN               =
*         ARCHIVE              =
        IMPORTING
          RC                   = rc
        EXCEPTIONS
          CNTL_ERROR           = 1
          ERROR_NO_GUI         = 2
          NOT_SUPPORTED_BY_GUI = 3
          WRONG_PARAMETER      = 4
          others               = 5.
      IF SY-SUBRC <> 0.
* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
*            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
*      CALL FUNCTION 'WS_FILE_ATTRIB'
*        EXPORTING
*          file   = atrname
*          attrib = 'R+'.
    ELSE.
      MOVE 'UNIX-TEMPLATE-NOT-FOUND.XLS' TO templ_name.
    ENDIF.  "IF sy-subrc = 0
  ELSE.
    templ_name = excelf.
  ENDIF.  "if excelf CN '/'
* Now kick off the excel file
  DATA:
    startpath LIKE rlgrap-filename,
*    ls_comline(100) TYPE c,                    "Comment out for GHDK964062
    ls_comline type string,                     "Added for  GHDK964062
    lf_length TYPE i.
  CALL FUNCTION 'REGISTRY_GET'
    EXPORTING
      key     = 'protocol\StdFileEditing\server'
      section = 'ExcelWorksheet'
    IMPORTING
      value   = startpath.
  MOVE templ_name TO ls_comline.
CALL FUNCTION 'ZHR_LAUNCH_OFFICE_APPS'        "ADDED FOR GHDK964062
    EXPORTING
*     IV_WORD           =
      IV_EXCEL          =  'X'
*     IV_PWRPOINT       =
      IV_PATH           = ls_comline
*   CALL FUNCTION 'WS_EXECUTE'                  "Comment out for GHDK964062
*    EXPORTING
*      commandline        = ls_comline
*      program            = startpath
*    EXCEPTIONS
*      frontend_error     = 1
*      no_batch           = 2
*      prog_not_found     = 3
*      illegal_option     = 4
*      gui_refuse_execute = 5.
ENDFORM.                    " start_excel
Please help me to resolve this issue.Thanks.
Regards,
Arpita.

Hi,
Did you the use the GUO_download using the following values:
CALL FUNCTION 'GUI_DOWNLOAD'
  EXPORTING
    filename         = fullpath
    filetype         = 'ASC'
    codepage         = space
    write_bom        = 'X'
  TABLES

Similar Messages

  • HT201272 I am trying to down load a movie from Itunes on my ipad but as the download is complete an error msg appears stating download error. I've tried downloading 4 times and the same message. What could be wrong?

    I am trying to down load a movie from Itunes on my ipad but as the download is complete an error msg appears stating download error. I've tried downloading 4 times and the same message. What could be wrong?

    Hello VernonMartin,
    Thanks for the question, and welcome to Apple Support Communities.
    If the error includes a specific code, you can cross reference with these articles:
    iTunes: Possible iTunes Store errors
    http://support.apple.com/kb/ts1424
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    Thanks,
    Matt M.

  • Error while importing excel sheet in Import manager

    Hi Experts,
    Please find below error while importing Excels sheet as a source into import manger and advice.
    logon error: failed to open table Text Table for insertion
    Error: Query must have at least one destination filed in sap MDM Import manager
    Regards,
    MFH

    Hi,
    Its clear now.
    Merci
    MFH

  • While downloading excel template I am getting error in Weblogic 10.3.4

    while downloading excel template I am getting error as java.lang.IllegalStateException: Cannot resize buffer - 325  bytes have already been written (Servlet 2.3, sec. 5.1)

    Ankit,
    You are trying to set speed 1000 on a 10g sfp.
    type is 10Gbase-SR
    You will need to insert a 1gig sfp and then you will be able to set the speed.
    Also, I noticed that you posted first with interface 2/6 and the output you gave me was for 4/6. Are you sure you're in the right interface?

  • 10.3 OS Upgrade error. An error has occurred while downloading software for your device. Please verify your internet connection or try again later

    HELP ! HELP ! HELP ! "An error has occurred while downloading software for your device. Please verify your internet connection or try again later, if the problem persists." appears while attempting to upgrade or install BlackBerry Device Software. upgrading my Z10 OS to 10.3 on both (link & web). but facing same problem again and again. plz help. internet speed is 1mbps and working fine.

    I suggest you try the very clean and very forceful AutoLoader method:
    http://supportforums.blackberry.com/t5/BlackBerry-10-OS-Device-Software/Upgrading-OS10-devices-using...
    Beware that it is completely destructive...the device will be "like new"...no data, no apps, no accounts, etc. Be sure you take a full backup first, as well as make full manual documentation of all apps, accounts, configurations, etc. Sometimes a restore reintroduces the very corruption one is trying to eliminate, and manual reconfiguration is necessary.
    You can also use this to fall back to a prior OS if you desire...you can install any OS level for which you can find an AutoLoader. (Hint...search over on the CB site!)
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • HT204291 at times error 6722 appears while connecting to airplay device "apple tv"

    at times error 6722 appears while connecting to airplay device "apple tv".  i have restarted the apple tv several times but it keeps doing the same thing, at times the pictures appears without sound from my sound system. what is the  problem, my apple tv and macbook pro is new?

    As an update, tried to connect from a Macbook Pro with an older ITunes and all devices show up, connect and work fine.

  • Wont update message displays: An error has occured while downloading software .......

    please help!!
     Iam trying to update my playbook 16GB but each time i accept and try to apply the update i get a pop up in middle of screen saying:
    An error has occured while downloading software for your device. Please verify your internet connection or try again later, if the problem persists.
    now this is driving me insane no matter what i try it doesnt seem to manage to get past this step of the update!!
    Has anybody got ANY tips or advice please!!  

    Without knowing if you have received an update before it's difficult to be sure. The last update was feb 2013 so don't know why you need an update, unless it's a wipe or a repair.
    Lets assume you live in the "western world" then try a friend's house or a free wifi spot to do the update. it's easy for playbook to get upset with router wifi settings.  
    Sarah.

  • Have a pushbutton on downloaded excel sheet from SAP

    Hello
         Is it possible to have a Pushbutton on downloaded excel sheet from SAP

    Check OLE for this.

  • Is there an add-on for Microsoft Skydrive to download Excel sheets?

    Looking for an add-on to download Excel sheets from Skydrive.

    Try [https://addons.mozilla.org/en-us/firefox/addon/grooveshredder/ Groove Shredder]

  • DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.

    Greetings,
    I have been running WSUS at my site going on a year now, and have been fairly successful with monitoring and applying updates.j
    Very recently a number of my clients a particular site say just slightly less than half have been displaying this error while downloading updates from the server.
    I have researched the topic and found few possible solutions, but after testing nothing seems to be consistent.
    1.   stop update service and bits and remove the sus client ids and restart the service.
    2.  flushdns entries
    3.  verify that windowsauthenticated users have access to WSUS folders in IIS.
    4.  re-register the wups2.dll
    Trouble is no one solution seems to work and so I'm having hard time pinning down a specific solution that I need to apply to 78 or so computers.  Additionally it seems work almost instantly sometimes and other times it doesn't seem to get fixed till the next day.  Its quite confusing, and it seems only affect 1 site out of 4, and I'm anxious to keep the problem isolated to one site.

    This is quite true, and I have been tackling single computers to correct the problem.
    What has changed is the IP address of the WSUS server since we changed subnet masking at our site.
    In my early test stages I simply used the IP address at this site, and when the subnet mask and IP changes occurred I took the opportunity to change the policy to reflect the server name as well instead of an IP.
    Now roughly 81 out of 277 computers are experiencing this problem,  they communicate with the WSUS server, but when they try and download updates several different error's occur.
    Here is an excerpt of the log I see on the problem clients.  All of them have similiar errors.
    AU setting next detection timeout to 2008-12-10 18:38:23
    2008-12-10 08:38:23:236 1096 14bc AU Setting AU scheduled install time to 2008-12-11 08:00:00
    2008-12-10 08:38:28:236 1096 9ec Report REPORT EVENT: {F69B23FA-DBCC-4435-A269-6C01E92EBBB6} 2008-12-10 08:38:23:236-0500 1 148 101 {00000000-0000-0000-0000-000000000000} 0 80072ee2 AutomaticUpdates Failure Software Synchronization Windows Update Client failed to detect with error 0x80072ee2.
    2008-12-10 08:38:34:596 1096 a9c DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.
    2008-12-10 08:38:59:626 1096 17a8 DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.
    2008-12-10 08:39:24:672 1096 9b0 DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.
    2008-12-10 08:39:49:703 1096 a9c DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.
    2008-12-10 08:39:49:719 1096 14bc AU AU checked download status and it changed: Downloading is paused
    2008-12-10 08:39:49:719 5364 69c CltUI AU client got new directive = 'Shutdown', serviceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, return = 0x00000000
    2008-12-10 08:39:49:844 1096 ca8 AU AU received handle event
    2008-12-10 08:49:48:219 1096 9ec PT WARNING: Cached cookie has expired or new PID is available
    2008-12-10 08:49:48:219 1096 9ec PT Initializing simple targeting cookie, clientId = fea6f78c-4d48-47d9-89e3-83ff4f93e1af, target group = TPA_WKST, DNS name = ecopy-nce11.ccs.com
    2008-12-10 08:49:48:219 1096 9ec PT   Server URL = http://server/SimpleAuthWebService/SimpleAuth.asmx
    2008-12-10 08:49:50:578 1096 9ec PT WARNING: GetCookie failure, error = 0x8024400D, soap client error = 7, soap error code = 300, HTTP status code = 200
    2008-12-10 08:49:50:578 1096 9ec PT WARNING: SOAP Fault: 0x00012c
    2008-12-10 08:49:50:578 1096 9ec PT WARNING:     faultstring:Fault occurred
    2008-12-10 08:49:50:578 1096 9ec PT WARNING:     ErrorCode:ServerChanged(4)
    2008-12-10 08:49:50:578 1096 9ec PT WARNING:     Message:Server rolled back since last call to GetCookie
    2008-12-10 08:49:50:578 1096 9ec PT WARNING:     Method:"http://www.microsoft.com/SoftwareDistribution/Server/ClientWebService/GetCookie"
    2008-12-10 08:49:50:578 1096 9ec PT WARNING:     ID:1957801d-6c11-4463-b33f-ae28251962c4
    2008-12-10 08:49:50:578 1096 9ec PT WARNING: PTError: 0x80244015
    2008-12-10 08:49:50:578 1096 9ec PT WARNING: GetCookie_WithRecovery failed : 0x80244015
    2008-12-10 08:49:50:578 1096 9ec PT WARNING: RefreshCookie failed: 0x80244015
    2008-12-10 08:49:50:578 1096 9ec PT WARNING: RefreshPTState failed: 0x80244015
    2008-12-10 08:49:50:688 1096 9ec PT WARNING: Cached cookie has expired or new PID is available
    2008-12-10 08:49:50:688 1096 9ec PT Initializing simple targeting cookie, clientId = fea6f78c-4d48-47d9-89e3-83ff4f93e1af, target group = TPA_WKST, DNS name = ecopy-nce11.ccs.com
    2008-12-10 08:49:50:688 1096 9ec PT   Server URL = http://server/SimpleAuthWebService/SimpleAuth.asmx
    2008-12-10 08:49:50:828 1096 9ec PT WARNING: No updates found from server; serverID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
    2008-12-10 08:49:50:891 1096 9ec Report Uploading 1 events using cached cookie, reporting URL = http://server/ReportingWebService/ReportingWebService.asmx
    2008-12-10 08:49:50:922 1096 9ec Report Reporter successfully uploaded 1 events.
    2008-12-10 08:57:45:566 1096 1424 AU AU checked download status and it changed: Downloading is not paused
    2008-12-10 08:57:45:566 1096 1424 AU AU setting pending client directive to 'Download Progress'
    2008-12-10 08:58:00:581 1096 ca8 AU Launched new AU client for directive 'Download Progress', session id = 0x0
    2008-12-10 08:58:00:675  396 d88 Misc ===========  Logging initialized (build: 7.1.6001.65, tz: -0500)  ===========
    2008-12-10 08:58:00:675  396 d88 Misc   = Process: C:\WINDOWS\system32\wuauclt.exe
    2008-12-10 08:58:00:675  396 d88 AUClnt Launched Client UI process
    2008-12-10 08:58:00:753  396 d88 Misc ===========  Logging initialized (build: 7.1.6001.65, tz: -0500)  ===========
    2008-12-10 08:58:00:753  396 d88 Misc   = Process: C:\WINDOWS\system32\wuauclt.exe
    2008-12-10 08:58:00:753  396 d88 Misc   = Module: C:\WINDOWS\system32\wucltui.dll
    2008-12-10 08:58:00:753  396 d88 CltUI AU client got new directive = 'Download Progress', serviceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, return = 0x00000000
    2008-12-10 08:58:00:753  396 d88 CltUI AU client creating default WU/WSUS UI plugin
    2008-12-10 08:58:09:659 1096 13a0 DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.
    2008-12-10 08:58:38:768 1096 13a0 DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.
    2008-12-10 08:59:04:798 1096 13a0 DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.
    2008-12-10 08:59:29:829 1096 13a0 DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.
    2008-12-10 08:59:55:985 1096 c3c DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.
    2008-12-10 09:00:20:031 1096 648 DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.
    2008-12-10 09:00:20:031 1096 1424 AU AU checked download status and it changed: Downloading is paused
    2008-12-10 09:00:20:031  396 d88 CltUI AU client got new directive = 'Shutdown', serviceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, return = 0x00000000
    2008-12-10 09:00:20:156 1096 ca8 AU AU received handle event
    2008-12-10 09:14:39:665 1096 ca8 AU ###########  AU: Uninitializing Automatic Updates  ###########
    2008-12-10 09:14:40:415 1096 ca8 Service *********
    2008-12-10 09:14:40:415 1096 ca8 Service **  END  **  Service: Service exit [Exit code = 0x240001]
    2008-12-10 09:14:40:415 1096 ca8 Service *************
    2008-12-10 09:16:53:724 1096 f48 Misc ===========  Logging initialized (build: 7.1.6001.65, tz: -0500)  ===========
    2008-12-10 09:16:53:724 1096 f48 Misc   = Process: C:\WINDOWS\System32\svchost.exe
    2008-12-10 09:16:53:724 1096 f48 Misc   = Module: C:\WINDOWS\system32\wuaueng.dll
    2008-12-10 09:16:53:724 1096 f48 Service *************
    2008-12-10 09:16:53:724 1096 f48 Service ** START **  Service: Service startup
    2008-12-10 09:16:53:724 1096 f48 Service *********
    2008-12-10 09:16:53:740 1096 f48 Agent   * WU client version 7.1.6001.65
    2008-12-10 09:16:53:740 1096 f48 Agent   * Base directory: C:\WINDOWS\SoftwareDistribution
    2008-12-10 09:16:53:740 1096 f48 Agent   * Access type: No proxy
    2008-12-10 09:16:53:740 1096 f48 Agent   * Network state: Connected
    2008-12-10 09:17:20:270 1096 2a0 Agent ***********  Agent: Initializing Windows Update Agent  ***********
    2008-12-10 09:17:20:270 1096 f48 Agent Created new random SusClientId 31e19963-330e-4195-a1e9-eb1c4c57388b. Old Id: none.
    2008-12-10 09:17:20:270 1096 f48 Report ***********  Report: Initializing static reporting data  ***********
    2008-12-10 09:17:20:270 1096 f48 Report   * OS Version = 5.1.2600.3.0.65792
    2008-12-10 09:17:20:270 1096 2a0 Agent ***********  Agent: Initializing global settings cache  ***********
    2008-12-10 09:17:20:270 1096 2a0 Agent   * WSUS server: http://server
    2008-12-10 09:17:20:286 1096 2a0 Agent   * WSUS status server: http://server
    2008-12-10 09:17:20:286 1096 2a0 Agent   * Target group: TPA_WKST
    2008-12-10 09:17:20:286 1096 2a0 Agent   * Windows Update access disabled: No
    2008-12-10 09:17:20:630 1096 f48 Report   * Computer Brand = Hewlett-Packard
    2008-12-10 09:17:20:630 1096 f48 Report   * Computer Model = HP Compaq dc7700 Small Form Factor
    2008-12-10 09:17:20:630 1096 f48 Report   * Bios Revision = 786E1 v01.10
    2008-12-10 09:17:20:630 1096 f48 Report   * Bios Name = Default System BIOS
    2008-12-10 09:17:20:630 1096 f48 Report   * Bios Release Date = 2007-04-13T00:00:00
    2008-12-10 09:17:20:630 1096 f48 Report   * Locale ID = 1033
    2008-12-10 09:17:21:161 1096 2a0 Agent   * Found 6 persisted download calls to restore
    2008-12-10 09:17:21:208 1096 2a0 DnldMgr Download manager restoring 6 downloads
    2008-12-10 09:17:21:208 1096 2a0 Agent WARNING: fail to get update deployments with error 0x80248007
    2008-12-10 09:17:21:223 1096 2a0 Agent WARNING: fail to get localized metadata for installed categories with error 0x80248007
    2008-12-10 09:17:21:223 1096 2a0 Agent WARNING: fail to get update deployments with error 0x80248007
    2008-12-10 09:17:21:223 1096 2a0 Agent WARNING: fail to get localized metadata for installed categories with error 0x80248007
    2008-12-10 09:17:21:239 1096 2a0 Agent WARNING: fail to get update deployments with error 0x80248007
    2008-12-10 09:17:21:239 1096 2a0 Agent WARNING: fail to get localized metadata for installed categories with error 0x80248007
    2008-12-10 09:17:21:255 1096 2a0 Agent WARNING: fail to get update deployments with error 0x80248007
    2008-12-10 09:17:21:255 1096 2a0 Agent WARNING: fail to get localized metadata for installed categories with error 0x80248007
    2008-12-10 09:17:21:270 1096 2a0 Agent WARNING: fail to get update deployments with error 0x80248007
    2008-12-10 09:17:21:270 1096 2a0 Agent WARNING: fail to get localized metadata for installed categories with error 0x80248007
    2008-12-10 09:17:21:302 1096 2a0 Agent WARNING: fail to get update deployments with error 0x80248007
    2008-12-10 09:17:21:302 1096 2a0 Agent WARNING: fail to get localized metadata for installed categories with error 0x80248007
    2008-12-10 09:17:21:317 1096 2a0 Agent   * Successfully loaded 6 persisted download calls.
    2008-12-10 09:17:21:333 1096 2a0 DnldMgr Retrieved 6 persisted download jobs
    2008-12-10 09:17:21:333 1096 2a0 DnldMgr ***********  DnldMgr: Restoring download [no. 0]  ***********
    2008-12-10 09:17:21:333 1096 2a0 DnldMgr   * BITS JobId = {15BD2005-CA46-4F6A-839C-D134CBAD5859}
    2008-12-10 09:17:21:333 1096 2a0 DnldMgr   * ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
    2008-12-10 09:17:21:333 1096 2a0 DnldMgr   * UpdateId = {4A1FB540-18F4-4829-BA3A-E0A3B974B94B}.102
    2008-12-10 09:17:21:364 1096 2a0 DnldMgr   * Restored download job.
    2008-12-10 09:17:21:411 1096 2a0 DnldMgr ***********  DnldMgr: Restoring download [no. 1]  ***********
    2008-12-10 09:17:21:411 1096 2a0 DnldMgr   * BITS JobId = {E35C6D0D-BA95-418F-97B2-91E4DA1F34CA}
    2008-12-10 09:17:21:411 1096 2a0 DnldMgr   * ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
    2008-12-10 09:17:21:411 1096 2a0 DnldMgr   * UpdateId = {6CB928F0-E9B8-4358-B64B-059EB779A2FA}.100
    2008-12-10 09:17:21:458 1096 2a0 DnldMgr   * Restored download job.
    2008-12-10 09:17:21:505 1096 2a0 DnldMgr ***********  DnldMgr: Restoring download [no. 2]  ***********
    2008-12-10 09:17:21:505 1096 2a0 DnldMgr   * BITS JobId = {E3565E59-6623-4CBF-A9AA-9B14920D03F5}
    2008-12-10 09:17:21:505 1096 2a0 DnldMgr   * ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
    2008-12-10 09:17:21:505 1096 2a0 DnldMgr   * UpdateId = {2CF1D0A0-59D5-4AA7-A740-DFC32046EB27}.101
    2008-12-10 09:17:21:552 1096 2a0 DnldMgr   * Restored download job.
    2008-12-10 09:17:21:598 1096 2a0 DnldMgr ***********  DnldMgr: Restoring download [no. 3]  ***********
    2008-12-10 09:17:21:598 1096 2a0 DnldMgr   * BITS JobId = {1A6D4575-C406-415D-832E-58A946D116BA}
    2008-12-10 09:17:21:598 1096 2a0 DnldMgr   * ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
    2008-12-10 09:17:21:598 1096 2a0 DnldMgr   * UpdateId = {0C525755-1925-4BD8-8AE6-092760EBBAC1}.102
    2008-12-10 09:17:21:645 1096 2a0 DnldMgr   * Restored download job.
    2008-12-10 09:17:21:739 1096 2a0 DnldMgr ***********  DnldMgr: Restoring download [no. 4]  ***********
    2008-12-10 09:17:21:739 1096 2a0 DnldMgr   * BITS JobId = {D88ED599-BF7A-46A6-A80F-53D309DCA2D2}
    2008-12-10 09:17:21:739 1096 2a0 DnldMgr   * ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
    2008-12-10 09:17:21:770 1096 2a0 DnldMgr   * UpdateId = {56011413-4957-4979-ABB0-833B4F45BBA6}.102
    2008-12-10 09:17:21:802 1096 2a0 DnldMgr   * Restored download job.
    2008-12-10 09:17:21:848 1096 2a0 DnldMgr ***********  DnldMgr: Restoring download [no. 5]  ***********
    2008-12-10 09:17:21:848 1096 2a0 DnldMgr   * BITS JobId = {0FD110B2-12E5-46BB-9BD7-A2751DB47094}
    2008-12-10 09:17:21:848 1096 2a0 DnldMgr   * ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
    2008-12-10 09:17:21:848 1096 2a0 DnldMgr   * UpdateId = {7CFFD5D8-DD02-474C-AFC6-52447631EA90}.102
    2008-12-10 09:17:21:895 1096 2a0 DnldMgr   * Restored download job.
    2008-12-10 09:17:21:973 1096 2a0 AU ###########  AU: Initializing Automatic Updates  ###########
    2008-12-10 09:17:21:989 1096 2a0 AU   # WSUS server: http://server
    2008-12-10 09:17:21:989 1096 2a0 AU   # Detection frequency: 6
    2008-12-10 09:17:21:989 1096 2a0 AU   # Target group: TPA_WKST
    2008-12-10 09:17:21:989 1096 2a0 AU   # Approval type: Scheduled (Policy)
    2008-12-10 09:17:21:989 1096 2a0 AU   # Scheduled install day/time: Every day at 3:00
    2008-12-10 09:17:21:989 1096 2a0 AU   # Auto-install minor updates: Yes (Policy)
    2008-12-10 09:17:22:005 1096 2a0 Agent Switching to hardware-verified ClientId.
    2008-12-10 09:17:22:036 1096 2a0 Agent WARNING: Failed to get deployment data from data store, error 80248007
    2008-12-10 09:17:22:067 1096 2a0 Agent WARNING: Failed to get deployment data from data store, error 80248007
    2008-12-10 09:17:22:098 1096 2a0 Agent WARNING: Failed to get deployment data from data store, error 80248007
    2008-12-10 09:17:22:098 1096 2a0 Agent WARNING: Failed to get deployment data from data store, error 80248007
    2008-12-10 09:17:22:130 1096 2a0 Agent WARNING: Failed to get deployment data from data store, error 80248007
    2008-12-10 09:17:22:130 1096 2a0 Agent WARNING: Failed to get deployment data from data store, error 80248007
    2008-12-10 09:17:22:130 1096 2a0 AU Setting AU scheduled install time to 2008-12-11 08:00:00
    2008-12-10 09:17:22:192 1096 2a0 AU AU finished delayed initialization
    2008-12-10 09:17:22:192 1096 2a0 AU Triggering AU detection through DetectNow API
    2008-12-10 09:17:22:192 1096 2a0 AU Triggering Online detection (non-interactive)
    2008-12-10 09:17:22:208 1096 f48 AU #############
    2008-12-10 09:17:22:208 1096 f48 AU ## START ##  AU: Search for updates
    2008-12-10 09:17:22:208 1096 f48 AU #########
    2008-12-10 09:17:22:208 1096 f48 AU <<## SUBMITTED ## AU: Search for updates [CallId = {F1AE4D98-4B19-4489-9CCD-83F58B9BA43B}]
    2008-12-10 09:17:22:458 1096 790 Agent *************
    2008-12-10 09:17:22:458 1096 790 Agent ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2008-12-10 09:17:22:458 1096 790 Agent *********
    2008-12-10 09:17:22:458 1096 790 Agent   * Online = Yes; Ignore download priority = No
    2008-12-10 09:17:22:458 1096 790 Agent   * Criteria = "IsHidden=0 and IsInstalled=0 and DeploymentAction='Installation' and IsAssigned=1 or IsHidden=0 and IsPresent=1 and DeploymentAction='Uninstallation' and IsAssigned=1 or IsHidden=0 and IsInstalled=1 and DeploymentAction='Installation' and IsAssigned=1 and RebootRequired=1 or IsHidden=0 and IsInstalled=0 and DeploymentAction='Uninstallation' and IsAssigned=1 and RebootRequired=1"
    2008-12-10 09:17:22:458 1096 790 Agent   * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
    2008-12-10 09:17:22:458 1096 790 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
    2008-12-10 09:17:22:473 1096 790 Misc  Microsoft signed: Yes
    2008-12-10 09:17:27:567 1096 790 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
    2008-12-10 09:17:27:786 1096 790 Misc  Microsoft signed: Yes
    2008-12-10 09:17:28:098 1096 790 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.cab:
    2008-12-10 09:17:28:098 1096 790 Misc  Microsoft signed: Yes
    2008-12-10 09:17:28:114 1096 790 Setup ***********  Setup: Checking whether self-update is required  ***********
    2008-12-10 09:17:28:114 1096 790 Setup   * Inf file: C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.inf
    2008-12-10 09:17:28:114 1096 790 Setup Update NOT required for C:\WINDOWS\system32\cdm.dll: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:17:28:114 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wuapi.dll: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:17:28:114 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wuapi.dll.mui: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:17:28:114 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wuauclt.exe: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:17:28:114 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:17:28:114 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl.mui: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:17:28:130 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wuaueng.dll: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:17:28:130 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wuaueng.dll.mui: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:17:28:130 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wucltui.dll: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:17:28:130 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wucltui.dll.mui: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:17:28:130 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wups.dll: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:17:28:130 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wups2.dll: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:17:28:130 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wuweb.dll: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:17:28:130 1096 790 Setup   * IsUpdateRequired = No
    2008-12-10 09:17:28:270 1096 790 PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2008-12-10 09:17:28:270 1096 790 PT   + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://server/ClientWebService/client.asmx
    2008-12-10 09:17:28:567 1096 790 Agent Created new random SusClientId 2e43c4c2-aaf6-486a-a412-7d41224c3674. Old Id: 31e19963-330e-4195-a1e9-eb1c4c57388b.
    2008-12-10 09:17:28:567 1096 790 PT Initializing simple targeting cookie, clientId = 2e43c4c2-aaf6-486a-a412-7d41224c3674, target group = TPA_WKST, DNS name = ecopy-nce11.ccs.com
    2008-12-10 09:17:28:567 1096 790 PT   Server URL = http://server/SimpleAuthWebService/SimpleAuth.asmx
    2008-12-10 09:17:28:801 1096 790 PT WARNING: GetCookie failure, error = 0x8024400D, soap client error = 7, soap error code = 300, HTTP status code = 200
    2008-12-10 09:17:28:801 1096 790 PT WARNING: SOAP Fault: 0x00012c
    2008-12-10 09:17:28:801 1096 790 PT WARNING:     faultstring:Fault occurred
    2008-12-10 09:17:28:801 1096 790 PT WARNING:     ErrorCode:ServerChanged(4)
    2008-12-10 09:17:28:801 1096 790 PT WARNING:     Message:Server rolled back since last call to GetCookie
    2008-12-10 09:17:28:801 1096 790 PT WARNING:     Method:"http://www.microsoft.com/SoftwareDistribution/Server/ClientWebService/GetCookie"
    2008-12-10 09:17:28:801 1096 790 PT WARNING:     ID:34ac6ca8-c2c0-47b1-9f1f-8694c80acb94
    2008-12-10 09:17:28:801 1096 790 PT WARNING: PTError: 0x80244015
    2008-12-10 09:17:28:801 1096 790 PT WARNING: GetCookie_WithRecovery failed : 0x80244015
    2008-12-10 09:17:28:801 1096 790 PT WARNING: RefreshCookie failed: 0x80244015
    2008-12-10 09:17:28:801 1096 790 PT WARNING: RefreshPTState failed: 0x80244015
    2008-12-10 09:17:28:801 1096 790 PT WARNING: Sync of Updates: 0x80244015
    2008-12-10 09:17:29:067 1096 790 PT WARNING: Cached cookie has expired or new PID is available
    2008-12-10 09:17:29:067 1096 790 PT Initializing simple targeting cookie, clientId = 2e43c4c2-aaf6-486a-a412-7d41224c3674, target group = TPA_WKST, DNS name = ecopy-nce11.ccs.com
    2008-12-10 09:17:29:067 1096 790 PT   Server URL = http://server/SimpleAuthWebService/SimpleAuth.asmx
    2008-12-10 09:17:49:145 1096 a38 DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.
    2008-12-10 09:18:15:175 1096 1160 DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.
    2008-12-10 09:18:29:972 1096 790 Misc WARNING: Send failed with hr = 80072ee2.
    2008-12-10 09:18:29:972 1096 790 Misc WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <>
    2008-12-10 09:18:29:972 1096 790 PT   + Last proxy send request failed with hr = 0x80072EE2, HTTP status code = 0
    2008-12-10 09:18:29:972 1096 790 PT   + Caller provided credentials = No
    2008-12-10 09:18:29:972 1096 790 PT   + Impersonate flags = 0
    2008-12-10 09:18:29:972 1096 790 PT   + Possible authorization schemes used =
    2008-12-10 09:18:29:972 1096 790 PT WARNING: RefreshCache failure, error = 0x80072EE2, soap client error = 5, soap error code = 0, HTTP status code = 200
    2008-12-10 09:18:29:972 1096 790 PT WARNING: PTError: 0x80072ee2
    2008-12-10 09:18:29:972 1096 790 PT WARNING: RefreshCache_WithRecovery failed: 0x80072ee2
    2008-12-10 09:18:29:972 1096 790 PT WARNING: SyncCache: Emergency cleanup of the ServerUpdateInfo due to failure in RefreshCache
    2008-12-10 09:18:29:972 1096 790 PT WARNING: SyncCache failed : 0x80072ee2
    2008-12-10 09:18:29:972 1096 790 PT WARNING: SyncServerUpdatesInternal failed: 0x80072ee2
    2008-12-10 09:18:29:972 1096 790 Agent   * WARNING: Failed to synchronize, error = 0x80072EE2
    2008-12-10 09:18:30:003 1096 790 Agent   * WARNING: Exit code = 0x80072EE2
    2008-12-10 09:18:30:003 1096 790 Agent *********
    2008-12-10 09:18:30:003 1096 790 Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2008-12-10 09:18:30:003 1096 790 Agent *************
    2008-12-10 09:18:30:003 1096 790 Agent WARNING: WU client failed Searching for update with error 0x80072ee2
    2008-12-10 09:18:30:003 1096 af8 AU >>##  RESUMED  ## AU: Search for updates [CallId = {F1AE4D98-4B19-4489-9CCD-83F58B9BA43B}]
    2008-12-10 09:18:30:003 1096 af8 AU   # WARNING: Search callback failed, result = 0x80072EE2
    2008-12-10 09:18:30:019 1096 af8 AU   # WARNING: Failed to find updates with error code 80072EE2
    2008-12-10 09:18:30:019 1096 af8 AU #########
    2008-12-10 09:18:30:019 1096 af8 AU ##  END  ##  AU: Search for updates [CallId = {F1AE4D98-4B19-4489-9CCD-83F58B9BA43B}]
    2008-12-10 09:18:30:019 1096 af8 AU #############
    2008-12-10 09:18:30:019 1096 af8 AU AU setting next detection timeout to 2008-12-10 19:18:30
    2008-12-10 09:18:30:019 1096 af8 AU Setting AU scheduled install time to 2008-12-11 08:00:00
    2008-12-10 09:18:35:003 1096 790 Report REPORT EVENT: {E3120732-CFC4-44DC-9A33-4E0891CAFC62} 2008-12-10 09:18:30:003-0500 1 148 101 {00000000-0000-0000-0000-000000000000} 0 80072ee2 AutomaticUpdates Failure Software Synchronization Windows Update Client failed to detect with error 0x80072ee2.
    2008-12-10 09:18:40:221 1096 17b8 DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.
    2008-12-10 09:19:08:221 1096 a38 DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.
    2008-12-10 09:19:35:345 1096 1160 DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.
    2008-12-10 09:20:00:376 1096 17b8 DnldMgr Error 0x80072efd occurred while downloading update; notifying dependent calls.
    2008-12-10 09:26:00:257 1096 734 AU Triggering AU detection through DetectNow API
    2008-12-10 09:26:00:257 1096 734 AU Triggering Online detection (non-interactive)
    2008-12-10 09:26:00:257 1096 f48 AU #############
    2008-12-10 09:26:00:257 1096 f48 AU ## START ##  AU: Search for updates
    2008-12-10 09:26:00:257 1096 f48 AU #########
    2008-12-10 09:26:00:257 1096 f48 AU <<## SUBMITTED ## AU: Search for updates [CallId = {6C17ABD8-8D9C-4FDD-8E08-9CE3D86CE860}]
    2008-12-10 09:26:00:257 1096 790 Agent *************
    2008-12-10 09:26:00:257 1096 790 Agent ** START **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2008-12-10 09:26:00:257 1096 790 Agent *********
    2008-12-10 09:26:00:257 1096 790 Agent   * Online = Yes; Ignore download priority = No
    2008-12-10 09:26:00:257 1096 790 Agent   * Criteria = "IsHidden=0 and IsInstalled=0 and DeploymentAction='Installation' and IsAssigned=1 or IsHidden=0 and IsPresent=1 and DeploymentAction='Uninstallation' and IsAssigned=1 or IsHidden=0 and IsInstalled=1 and DeploymentAction='Installation' and IsAssigned=1 and RebootRequired=1 or IsHidden=0 and IsInstalled=0 and DeploymentAction='Uninstallation' and IsAssigned=1 and RebootRequired=1"
    2008-12-10 09:26:00:257 1096 790 Agent   * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
    2008-12-10 09:26:00:257 1096 790 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
    2008-12-10 09:26:00:273 1096 790 Misc  Microsoft signed: Yes
    2008-12-10 09:26:02:632 1096 790 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wuident.cab:
    2008-12-10 09:26:02:648 1096 790 Misc  Microsoft signed: Yes
    2008-12-10 09:26:02:773 1096 790 Misc Validating signature for C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.cab:
    2008-12-10 09:26:02:788 1096 790 Misc  Microsoft signed: Yes
    2008-12-10 09:26:02:788 1096 790 Setup ***********  Setup: Checking whether self-update is required  ***********
    2008-12-10 09:26:02:788 1096 790 Setup   * Inf file: C:\WINDOWS\SoftwareDistribution\SelfUpdate\Default\wsus3setup.inf
    2008-12-10 09:26:02:804 1096 790 Setup Update NOT required for C:\WINDOWS\system32\cdm.dll: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:26:02:804 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wuapi.dll: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:26:02:804 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wuapi.dll.mui: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:26:02:804 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wuauclt.exe: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:26:02:804 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:26:02:804 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wuaucpl.cpl.mui: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:26:02:804 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wuaueng.dll: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:26:02:804 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wuaueng.dll.mui: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:26:02:804 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wucltui.dll: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:26:02:804 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wucltui.dll.mui: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:26:02:804 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wups.dll: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:26:02:804 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wups2.dll: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:26:02:804 1096 790 Setup Update NOT required for C:\WINDOWS\system32\wuweb.dll: target version = 7.1.6001.65, required version = 7.1.6001.65
    2008-12-10 09:26:02:804 1096 790 Setup   * IsUpdateRequired = No
    2008-12-10 09:26:03:616 1096 790 PT +++++++++++  PT: Synchronizing server updates  +++++++++++
    2008-12-10 09:26:03:616 1096 790 PT   + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL = http://server/ClientWebService/client.asmx
    2008-12-10 09:26:03:835 1096 790 PT Initializing simple targeting cookie, clientId = 2e43c4c2-aaf6-486a-a412-7d41224c3674, target group = TPA_WKST, DNS name = ecopy-nce11.ccs.com
    2008-12-10 09:26:03:835 1096 790 PT   Server URL = http://server/SimpleAuthWebService/SimpleAuth.asmx
    2008-12-10 09:26:03:913 1096 790 PT WARNING: GetCookie failure, error = 0x8024400D, soap client error = 7, soap error code = 300, HTTP status code = 200
    2008-12-10 09:26:03:913 1096 790 PT WARNING: SOAP Fault: 0x00012c
    2008-12-10 09:26:03:913 1096 790 PT WARNING:     faultstring:Fault occurred
    2008-12-10 09:26:03:929 1096 790 PT WARNING:     ErrorCode:ServerChanged(4)
    2008-12-10 09:26:03:929 1096 790 PT WARNING:     Message:Server rolled back since last call to GetCookie
    2008-12-10 09:26:03:929 1096 790 PT WARNING:     Method:"http://www.microsoft.com/SoftwareDistribution/Server/ClientWebService/GetCookie"
    2008-12-10 09:26:03:929 1096 790 PT WARNING:     ID:cd7c405b-2dda-48c8-948c-444e8e8a925c
    2008-12-10 09:26:03:929 1096 790 PT WARNING: PTError: 0x80244015
    2008-12-10 09:26:03:929 1096 790 PT WARNING: GetCookie_WithRecovery failed : 0x80244015
    2008-12-10 09:26:03:929 1096 790 PT WARNING: RefreshCookie failed: 0x80244015
    2008-12-10 09:26:03:929 1096 790 PT WARNING: RefreshPTState failed: 0x80244015
    2008-12-10 09:26:03:929 1096 790 PT WARNING: Sync of Updates: 0x80244015
    2008-12-10 09:26:04:038 1096 790 PT WARNING: Cached cookie has expired or new PID is available
    2008-12-10 09:26:04:038 1096 790 PT Initializing simple targeting cookie, clientId = 2e43c4c2-aaf6-486a-a412-7d41224c3674, target group = TPA_WKST, DNS name = ecopy-nce11.ccs.com
    2008-12-10 09:26:04:038 1096 790 PT   Server URL = http://server/SimpleAuthWebService/SimpleAuth.asmx
    2008-12-10 09:26:56:818 1096 2a0 AU Triggering AU detection through DetectNow API
    2008-12-10 09:26:56:818 1096 2a0 AU Piggybacking on an AU detection already in progress
    2008-12-10 09:27:04:693 1096 790 Misc WARNING: Send failed with hr = 80072ee2.
    2008-12-10 09:27:04:693 1096 790 Misc WARNING: SendRequest failed with hr = 80072ee2. Proxy List used: <(null)> Bypass List used : <(null)> Auth Schemes used : <>
    2008-12-10 09:27:04:693 1096 790 PT   + Last proxy send request failed with hr = 0x80072EE2, HTTP status code = 0
    2008-12-10 09:27:04:693 1096 790 PT   + Caller provided credentials = No
    2008-12-10 09:27:04:693 1096 790 PT   + Impersonate flags = 0
    2008-12-10 09:27:04:693 1096 790 PT   + Possible authorization schemes used =
    2008-12-10 09:27:04:693 1096 790 PT WARNING: RefreshCache failure, error = 0x80072EE2, soap client error = 5, soap error code = 0, HTTP status code = 200
    2008-12-10 09:27:04:693 1096 790 PT WARNING: PTError: 0x80072ee2
    2008-12-10 09:27:04:693 1096 790 PT WARNING: RefreshCache_WithRecovery failed: 0x80072ee2
    2008-12-10 09:27:04:693 1096 790 PT WARNING: SyncCache: Emergency cleanup of the ServerUpdateInfo due to failure in RefreshCache
    2008-12-10 09:27:04:693 1096 790 PT WARNING: SyncCache failed : 0x80072ee2
    2008-12-10 09:27:04:693 1096 790 PT WARNING: SyncServerUpdatesInternal failed: 0x80072ee2
    2008-12-10 09:27:04:693 1096 790 Agent   * WARNING: Failed to synchronize, error = 0x80072EE2
    2008-12-10 09:27:04:755 1096 790 Agent   * WARNING: Exit code = 0x80072EE2
    2008-12-10 09:27:04:755 1096 790 Agent *********
    2008-12-10 09:27:04:755 1096 790 Agent **  END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    2008-12-10 09:27:04:755 1096 790 Agent *************
    2008-12-10 09:27:04:755 1096 790 Agent WARNING: WU client failed Searching for update with error 0x80072ee2
    2008-12-10 09:27:04:755 1096 af8 AU >>##  RESUMED  ## AU: Search for updates [CallId = {6C17ABD8-8D9C-4FDD-8E08-9CE3D86CE860}]
    2008-12-10 09:27:04:755 1096 af8 AU   # WARNING: Search callback failed, result = 0x80072EE2
    2008-12-10 09:27:04:755 1096 af8 AU   # WARNING: Failed to find updates with error code 80072EE2
    2008-12-10 09:27:04:755 1096 af8 AU #########
    2008-12-10 09:27:04:755 1096 af8 AU ##  END  ##  AU: Search for updates [CallId = {6C17ABD8-8D9C-4FDD-8E08-9CE3D86CE860}]
    2008-12-10 09:27:04:755 1096 af8 AU #############
    2008-12-10 09:27:04:755 1096 af8 AU AU setting next detection timeout to 2008-12-10 19:27:04
    2008-12-10 09:27:04:755 1096 af8 AU Setting AU scheduled install time to 2008-12-11 08:00:00
    2008-12-10 09:27:04:912 1096 790 PT Initializing simple targeting cookie, clientId = 2e43c4c2-aaf6-486a-a412-7d41224c3674, target group = TPA_WKST, DNS name = ecopy-nce11.ccs.com
    2008-12-10 09:27:04:912 1096 790 PT   Server URL = http://server/SimpleAuthWebService/SimpleAuth.asmx
    2008-12-10 09:27:10:208 1096 790 PT WARNING: GetCookie failure, error = 0x8024400D, soap client error = 7, soap error code = 300, HTTP status code = 200
    2008-12-10 09:27:10:208 1096 790 PT WARNING: SOAP Fault: 0x00012c
    2008-12-10 09:27:10:208 1096 790 PT WARNING:     faultstring:Fault occurred
    2008-12-10 09:27:10:208 1096 790 PT WARNING:     ErrorCode:ServerChanged(4)
    2008-12-10 09:27:10:208 1096 790 PT WARNING:     Message:Server rolled back since last call to GetCookie
    2008-12-10 09:27:10:208 1096 790 PT WARNING:     Method:"http://www.microsoft.com/SoftwareDistribution/Server/ClientWebService/GetCookie"
    2008-12-10 09:27:10:208 1096 790 PT WARNING:     ID:2fb91469-8931-4410-a473-2aa6b4718b78
    2008-12-10 09:27:10:208 1096 790 PT WARNING: PTError: 0x80244015
    2008-12-10 09:27:10:208 1096 790 PT WARNING: GetCookie_WithRecovery failed : 0x80244015
    2008-12-10 09:27:10:208 1096 790 PT WARNING: RefreshCookie failed: 0x80244015
    2008-12-10 09:27:10:208 1096 790 PT WARNING: RefreshPTState failed: 0x80244015
    2008-12-10 09:27:10:958 1096 790 PT WARNING: Cached cookie has expired or new PID is available
    2008-12-10 09:27:10:958 1096 790 PT Initializing simple targeting cookie, clientId = 2e43c4c2-aaf6-486a-a412-7d41224c3674, target group = TPA_WKST, DNS name = ecopy-nce11.ccs.com
    2008-12-10 09:27:10:958 1096 790 PT   Server URL = http://server/SimpleAuthWebService/SimpleAuth.asmx
    2008-12-10 09:27:18:880 1096 790 PT WARNING: No updates found from server; serverID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}
    2008-12-10 09:27:18:927 1096 790 Report Uploading 1 events using cached cookie, reporting URL = http://server/ReportingWebService/ReportingWebService.asmx
    2008-12-10 09:27:18:974 1096 790 Report Reporter successfully uploaded 1 events.
    2008-12-10 09:27:18:974 1096 790 Report REPORT EVENT: {68B81B2C-0864-41B8-A95B-C3FA3AF50FD4} 2008-12-10 09:27:04:755-0500 1 148 101 {00000000-0000-0000-0000-000000000000} 0 80072ee2 AutomaticUpdates Failure Software Synchronization Windows Update Client failed to detect with error 0x80072ee2.
    2008-12-10 09:27:51:723 1096 f48 AU ###########  AU: Uninitializing Automatic Updates  ###########
    2008-12-10 09:27:51:739 1096 f48 Service *********
    2008-12-10 09:27:51:739 1096 f48 Service **  END  **  Service: Service exit [Exit code = 0x240001]
    2008-12-10 09:27:51:739 1096 f48 Service *************
    2008-12-10 09:30:08:548 1096 42c Misc ===========  Logging initialized (build: 7.1.6001.65, tz: -0500)  ===========
    2008-12-10 09:30:08:548 1096 42c Misc   = Process: C:\WINDOWS\System32\svchost.exe
    2008-12-10 09:30:08:548 1096 42c Misc   = Module: C:\WINDOWS\system32\wuaueng.dll
    2008-12-10 09:30:08:548 1096 42c Service *************
    2008-12-10 09:30:08:548 1096 42c Service ** START **  Service: Service startup
    2008-12-10 09:30:08:548 1096 42c Service *********
    2008-12-10 09:30:08:548 1096 42c Agent   * WU client version 7.1.6001.65
    2008-12-10 09:30:08:548 1096 42c Agent   * Base directory: C:\WINDOWS\SoftwareDistribution
    2008-12-10 09:30:08:548 1096 42c Agent   * Access type: No proxy
    2008-12-10 09:30:08:548 1096 42c Agent   * Network state: Connected
    2008-12-10 09:30:37:062 1096 1324 Agent ***********  Agent: Initializing Windows Update Agent  ***********
    2008-12-10 09:30:37:062 1096 42c Agent Created new random SusClientId 4c36b65b-bd45-4f0e-955d-b09ff485bf9d. Old Id: none.
    2008-12-10 09:30:37:062 1096 42c Report ***********  Report: Initializing static reporting data  ***********
    2008-12-10 09:30:37:062 1096 42c Report   * OS Version = 5.1.2600.3.0.65792
    2008-12-10 09:30:37:062 1096 1324 Agent ***********  Agent: Initializing global settings cache  ***********
    2008-12-10 09:30:37:062 1096 1324 Agent   * WSUS server: http://server
    2008-12-10 09:30:37:062 1096 1324 Agent   * WSUS status server: http://server
    2008-12-10 09:30:37:062 1096 1324 Agent   * Target group: TPA_WKST
    2008-12-10 09:30:37:062 1096 1324 Agent   * Windows Update access disabled: No
    2008-12-10 09:30:37:406 1096 42c Report   * Computer Brand = Hewlett-Packard
    2008-12-10 09:30:37:406 1096 42c Report   * Computer Model = HP Compaq dc7700 Small Form Factor
    2008-12-10 09:30:37:422 1096 42c Report   * Bios Revision = 786E1 v01.10
    2008-12-10 09:30:37:422 1096 42c Report   * Bios Name = Default System BIOS
    2008-12-10 09:30:37:422 1096 42c Report   * Bios Release Date = 2007-04-13T00:00:00
    2008-12-10 09:30:37:422 1096 42c Report   * Locale ID = 1033
    2008-12-10 09:30:41:187 5536 a0c Misc ===========  Logging initialized (build: 7.1.6001.65, tz: -0500)  ===========
    2008-12-10 09:30:41:187 5536 a0c Misc   = Process: C:\WINDOWS\system32\wuauclt.exe
    2008-12-10 09:30:41:187 5536 a0c Misc   = Module: C:\WINDOWS\system32\wuaueng.dll
    2008-12-10 09:30:41:172 5536 a0c DtaStor Default service for AU is {00000000-0000-0000-0000-000000000000}
    2008-12-10 09:30:41:312 5536 a0c DtaStor Default service for AU is {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2008-12-10 09:30:41:328 1096 1324 Agent WARNING: Failed to read the service id for re-registration 0x80070002
    2008-12-10 09:30:41:328 1096 1324 Agent WARNING: Missing service entry in the backup data store; cleaning up
    2008-12-10 09:30:41:344 1096 1324 DnldMgr Download manager restoring 0 downloads

  • Problems in uploading from excel sheet to internal table

    hi experts,
    i got one problem regarding uploading data from excel sheet to int.table. I used FM ALSM_EXCEL_TO_INTERNAL_TABLE but in that the value is char of 50. but i need a case where i have to send value more than 50 characters. please suggest me any other FM to overcome this problem.
    advanced thanks
    vijay

    Hi,
    >
    Vijay Krishna Arvapalli wrote:
    > hi tarun,
    >
    > thank you for your reply
    >
    > but when i tried to use FM TEXT_CONVERT_XLS_TO_SAP it is giving error actually that 'Error generating the test frame'.
    >
    > so can you suggest me with some other option where i can upload the field with more than 50 character length.
    >
    > thank you
    > regards
    > vijay
    Yes, when you execute the FM from SE37, then it displays a message.
    Just copy the below code and paste it in a report (SE38) and execute.
    Create a file in C:/ with name test.xls and execute it will display the records even with more than 50 characters of length.
    I have tested and its working.
    I have taken three fields in the excel file empid, name and doj.
    TYPE-POOLS : truxs.
    PARAMETERS : p_file TYPE rlgrap-filename DEFAULT 'C:\TEST.XLS'.
    DATA : BEGIN OF itab OCCURS 0,
             empid(150) TYPE c,
             name(150) TYPE c,
             doj(150) TYPE c,
           END OF itab.
    DATA: it_raw TYPE truxs_t_text_data.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
      PERFORM f4_file_process USING p_file.
    AT SELECTION-SCREEN.
      PERFORM validate_file_path USING p_file.
    START-OF-SELECTION.
      PERFORM upload_data.
    END-OF-SELECTION.
      PERFORM display_data.
    *&      Form  F4_FILE_PROCESS
    *       text
    *      -->P_FILE_PATH  text
    FORM f4_file_process USING p_file.
      CALL FUNCTION 'F4_FILENAME'
        EXPORTING
          program_name  = syst-cprog
          dynpro_number = syst-dynnr
          field_name    = 'P_FILE'
        IMPORTING
          file_name     = p_file.
      IF sy-subrc NE 0.
        MESSAGE e000(zsd).
      ENDIF.
    ENDFORM.                    " F4_FILE_PROCESS
    *&      Form  VALIDATE_FILE_PATH
    *       text
    *      -->P_FILE  text
    FORM validate_file_path USING p_file.
      DATA : lv_dir TYPE string,
             lv_file TYPE string,
             lv_result(1) TYPE c.
      DATA : lv_filename TYPE string.
      lv_filename = p_file.
      CALL FUNCTION 'SO_SPLIT_FILE_AND_PATH'
        EXPORTING
          full_name     = p_file
        IMPORTING
          stripped_name = lv_file
          file_path     = lv_dir
        EXCEPTIONS
          x_error       = 1
          OTHERS        = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      CALL METHOD cl_gui_frontend_services=>directory_exist
        EXPORTING
          directory            = lv_dir
        RECEIVING
          result               = lv_result
        EXCEPTIONS
          cntl_error           = 1
          error_no_gui         = 2
          wrong_parameter      = 3
          not_supported_by_gui = 4
          OTHERS               = 5.
      IF lv_result IS INITIAL.
        MESSAGE 'Invalid Directory' TYPE 'E'.
      ENDIF.
      CLEAR lv_result.
      CALL METHOD cl_gui_frontend_services=>file_exist
        EXPORTING
          file                 = lv_filename
        RECEIVING
          result               = lv_result
        EXCEPTIONS
          cntl_error           = 1
          error_no_gui         = 2
          wrong_parameter      = 3
          not_supported_by_gui = 4
          OTHERS               = 5.
      IF lv_result IS INITIAL.
        MESSAGE 'Invalid File' TYPE 'E'.
      ENDIF.
    ENDFORM.                    " VALIDATE_FILE_PATH
    *&      Form  UPLOAD_DATA
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM upload_data .
      CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
        EXPORTING
          i_field_seperator    = 'X'
          i_line_header        = 'X'
          i_tab_raw_data       = it_raw
          i_filename           = p_file
        TABLES
          i_tab_converted_data = itab[]
        EXCEPTIONS
          conversion_failed    = 1
          OTHERS               = 2.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    " UPLOAD_DATA
    *&      Form  DISPLAY_DATA
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM display_data .
      LOOP AT itab.
        WRITE : / itab-empid, itab-name, itab-doj.
      ENDLOOP.
    ENDFORM.                    " DISPLAY_DATA
    Hope this helps you.
    Regards,
    Tarun

  • How i can load excel sheet into a table in oracle through pl/sql procedure

    Hi,
    How i can load excel sheet into a table in oracle through pl/sql procedure or a pl/sql block. Excel sheet is saved on my c or d drive on my machine. In xls format.

    Depending on how big your spreadsheet is and how frequently you want to do this you might want to contruct insert statements in excel, then run these. I have done this to load a few hundred rows for a one off test on dev.
    e.g. if you have values 1 and 'a' in you spread sheet and want to insert them in to table xxx col1 & 2:
    | /|   A   |   B   |    C
    |1 |col1   |col2   |
    |2 |      1|a      |="insert into xxx ("&$A$1&","&B1&") values ("&A2&",'"&B2&"');"then paste the contents of colum C
    insert into xxx (col1,col2) values (1,'a');into sqlplus or a script.

  • Error while sending excel sheet as attachment to Mail Receiver

    Hi everyone,
    I am facing the below error when I am trying to send data to Mail receiver adapter. The attachment is excel sheet.
    Delivery of the message to the application using connection Mail_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Object not found in lookup of MessageTransformBean.: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of MessageTransformBean..
    I don't understand where the problem is. This has been running since long time and last month we have changed our web dispatcher details. I hope everything is fine. But not sure the root cause for this issue.
    Please help me in resolving this.
    Thank you.
    Regards
    Bhanu T.

    Check if this helps: MessageTransformBean module
    Confirm that you have configured the MessagetransformationBean properly.
    Are you trying to convert some payload into Excel and send it as an attachment in the Mail CC? If yes, then I hope that you have included the correct Content_type value.
    Check this for more info on Content_type: /people/community.user/blog/2006/09/08/email-report-as-attachment-excelword
    Regards,
    Abhishek.

  • Error while uploading Excel sheet

    Hello Everybody,
    I haave developed one application in which I am uploading one excel sheet. This code is working fine on my local WAS. But, it is giving me following error on Development server.
    Application error occurred during request processing.
      Details:   java.lang.NoSuchMethodError: com.sap.engine.services.servlets_jsp.lib.multipart.MultipartMessage.setCharset(Ljava/lang/String;)V
    Exception id: [0012799E23D0004E0000021C000022E900043C0595771BD9]
    From the error it seems that it is not from my application but this error is coming from the server side. What could be the issues/problem from the server?
    Did anybody encounter the same error?
    Please help me in this regard.
    Thanks,
    Bhavik Devisha

    Hello Bhavik,
    are you using any external library in your project?
    Can you please share the code which is posing problem?
    Ashu

  • EXCEPTION RAISED WHILE OPENING EXCEL SHEET FROM E-BUSINESS SUITE FORM

    Hi,
    I got error message ORA-10656I when was trying to open excel sheet which is in my local drive from e-business suite form. the following is the code where it is raising error.
    Appid := dde.app_begin('C:\Program Files\Microsoft Office\Office12\EXCEL.EXE '||'D:\emp.xls' ,dde.app_mode_normal);
    Oracle EBS version : 11.5.10.2cu
    Server : HP
    OS : HP Unix 11.11
    Could anyone help me out
    Thanks

    Two different forum users, exactly the same question? Hardly possible. So I guess this is just a double post.

Maybe you are looking for