HH5 - OPenRG reboots - new file download

Having apparently got into a relatively benign pattern of a single OpenRG reboot on my HH5 every two weeks (pretty much to the minute) I see I had three in the early hours of this morning - at 01:28, then almost exactly an hour later, and then almost exactly three hours after that. And during the course of these, a new file was downloaded: filename 5a.1.10-bundle5app etc. Downloaded but apparently not installed.
Whether that means new firmware will be automatically installed tonight - jumping straight from version 1.6 to 1.10 - remains to be seen. (A dummy version 1.7 was downloaded in January but never installed.) Or maybe this is another test of something or other.
The relative regularity of these OpenRG reboots does seem to make it clear that these aren't spontaneous reactions to a sudden deterioration in line conditions or similar.
p

Same here just happened about 20 mins ago noticed the dreaded open RG back again ?
08:13:01, 01 Apr. (259796.470000) PPP LCP Send Termination Request [User request]
08:12:59, 01 Apr. (259794.590000) The system is going DOWN for reboot.
08:12:59, 01 Apr. (259794.590000) OpenRG is going for reboot by IPC command
08:12:54, 01 Apr. (259789.590000) OpenRG will go down for reboot in 5 seconds
08:10:54, 01 Apr. IN: BLOCK [16] Remote administration (UDP 184.105.139.67:52448-​>86.146.159.66:161 on ppp3)
08:06:20, 01 Apr. (259395.880000) CWMP: session completed successfully
08:06:20, 01 Apr. (259395.660000) CWMP: HTTP authentication success from https://pbthdm.bt.mo
08:06:18, 01 Apr. (259393.380000) CWMP: Server URL: https://pbthdm.bt.mo; Connecting as user: ACS username
08:06:18, 01 Apr. (259393.380000) CWMP: Session start now. Event code(s): '4 VALUE CHANGE'
08:06:17, 01 Apr. (259393.090000) CWMP: Initializing transaction for event code 4 VALUE CHANGE
08:03:53, 01 Apr. (259248.730000) CWMP: session completed successfully
08:03:51, 01 Apr. (259246.640000) CWMP: HTTP authentication success from https://pbthdm.bt.mo
08:03:48, 01 Apr. (259244.160000) CWMP: Server URL: https://pbthdm.bt.mo; Connecting as user: ACS username
08:03:48, 01 Apr. (259244.160000) CWMP: Session start now. Event code(s): '7 TRANSFER COMPLETE,M Download,4 VALUE CHANGE'
08:03:48, 01 Apr. (259243.930000) CWMP: session completed successfully
08:03:47, 01 Apr. (259243.020000) CWMP: Initializing transaction for event code M Download
08:03:47, 01 Apr. (259243.020000) transfer completed successfully
08:03:47, 01 Apr. (259242.840000) CWMP: HTTP authentication success from https://pbthdm.bt.mo
08:03:44, 01 Apr. (259240.180000) CWMP: Server URL: https://pbthdm.bt.mo; Connecting as user: ACS username
08:03:44, 01 Apr. (259240.180000) CWMP: Session start now. Event code(s): '6 CONNECTION REQUEST,4 VALUE CHANGE'
08:03:44, 01 Apr. (259239.960000) CWMP: session completed successfully
08:03:44, 01 Apr. (259239.690000) CWMP: Download file, FileType=4, FileName=5a-​1.10-​bundle5app-​package.tar.gz.aes.rsa.signed, Username=, CommandKey=1484787236
08:03:43, 01 Apr. (259238.590000) CWMP: HTTP authentication success from https://pbthdm.bt.mo
08:03:41, 01 Apr. (259236.650000) CWMP: Initializing transaction for event code 6 CONNECTION REQUEST
08:03:41, 01 Apr. (259236.630000) CWMP: Initializing transaction for event code 6 CONNECTION REQUEST
08:03:41, 01 Apr. (259236.620000) CWMP: Server URL: https://pbthdm.bt.mo; Connecting as user: ACS username
08:03:41, 01 Apr. (259236.620000) CWMP: Session start now. Event code(s): '6 CONNECTION REQUEST,4 VALUE CHANGE'
08:03:41, 01 Apr. (259236.400000) CWMP: Initializing transaction for event code 6 CONNECTION REQUEST
08:03:38, 01 Apr. (259233.980000) CWMP: session completed successfully
08:03:38, 01 Apr. (259233.770000) CWMP: HTTP authentication success from https://pbthdm.bt.mo
08:03:35, 01 Apr. (259230.750000) CWMP: Server URL: https://pbthdm.bt.mo; Connecting as user: ACS username
08:03:35, 01 Apr. (259230.750000) CWMP: Session start now. Event code(s): '2 PERIODIC,4 VALUE CHANGE'
08:03:35, 01 Apr. (259230.530000) CWMP: Initializing transaction for event code 2 PERIODIC

Similar Messages

  • For anyone with HH5 OpenRG reboots

    I'm sick of this now. Let's contact BT's representatives here.
    They are adamant we all have a faulty line which is the cause.
    So we can give them 2 weeks to fix our lines and from then on we can pay 1/2 price for compromised service until they fix it, can't we?

    rhomb wrote:
    I'm sick of this now. Let's contact BT's representatives here.
    They are adamant we all have a faulty line which is the cause.
    So we can give them 2 weeks to fix our lines and from then on we can pay 1/2 price for compromised service until they fix it, can't we?
    Have a look at these threads and in particular the post by the moderator
    https://community.bt.com/t5/BT-Infinity-Speed-Connection/PPP-LCP-Send-Termination-Request-User-reque...
    https://community.bt.com/t5/BT-Infinity-Speed-Connection/Odd-Disconnections-PPP-LCP-Send-Termination...

  • File Download - new Problem

    Hi java guru's
    I'm trying to write a download pgm using servlet and JSP. The actual problem is, when i'm trying to download a file, the output stream writes all the comtent of the file on the browser itself even if it's a .exe file instead of opening a "Save as" dialog box
    Can you guru's suggest me a best way to overcome this problem!
    Thanks in advance

    Hello friends,
    We can download any files in two ways
    1. calling java script function
    2. read/write operation(io).
    Both codes are working fine. try it and if u face any problem.Please let me know,
    Friendly,
    Jawahar
    bangalore. India
    [email protected]
    =================================
    java script code
    ==============================
    <%
    <!-- file relative path is here -->
    String path ="/jsp/xxx.xls";
    <!-- file name is here -->
    String fileName="xxx.xls";
    %>
    <html>
    <head>
    <title>Down load forms</title>
    </head>
    <body onLoad="window.open('<%=path%>');">
    <table border="0" align="center" width="100%">
    <tr><td height="181"><font face="verdana" color="#5599cc" size="2" align="center">you have selected the file <%=fileName%</font> </td></tr> </table></body></html>
    ==========================================
    Read/write IO operation is here
    ==========================================
    <%
    String files = null;
    String fileName=null;
    <!-- file path is here -->
    String file=".... any path";
    File f = new File(file);
    FileInputStream in = new FileInputStream(f);
    int length = (int)f.length();
    if(length != 0)
    byte[] buf = new byte[length];
    ServletOutputStream op = response.getOutputStream();     
    response.setContentType ("application/octet-stream");
    response.setHeader("Content-Disposition", "attachment; filename=\""+fileName+"\"");
    while ((in != null) && ((length = in.read(buf)) != -1))
    System.out.println("BUFFER $"+buf.length+"$");
    System.out.println("Bytes read in: " + Integer.toString(length));
    op.write(buf,0, buf.length);
    op.close();
    %>     
    <%@ page import="java.io.*,javax.servlet.*,java.util.*,java.sql.* " contentType="text/html" %>
    <html>
    <head>
    <title>Welcome to the download form page</title>
    </head>
    <body bgcolor=#FFFFFF>
    ==========================================

  • I install firfox in my new pc but i dont know in this pc when i am trying to download videos from you tube the file download but size is 0kb i try many ways but

    i install firefox in my new pc but in this pc when i try to download video from youtube the file downloaded is in 0 kb i try many application or addons but cant get success but the same application or addons work in my previous pc i have windows 7
    the extension are Flash Video Downloader
    MP4 downloader
    and the 1 Click Youtube Downloader
    and the other option showing in addons is VLC Player also all the applications and firefox are updated this is the information i have and beside this if you have any other information required please contact me on my given email id

    I use Video Downloadhelper with YouTube. It works well.

  • Adding a new layout for DME for file download

    Hi All,
    How do i add a new layout for file download in DME?
    Thanks
    William Wilstroth

    This problem is solved.
    Need to enhanced the T042O table.

  • I dont have a internet connection at home, i connect my iphone 5 to my computer, it says i need new version of ITunes 11.2, i cant download it with out internet, i am at Library can i get ITunes 11.2 in a zipped files or exe file downloaded to my usb driv

    i dont have a internet connection at home, i connect my iphone 5 to my computer, it says i need new version of ITunes 11.2, i cant download it with out internet, i am at Library can i get ITunes 11.2 in a zipped files or exe file downloaded to my usb driv

    i can take pictures off my phone but thats it, i have some nice programs for pictures and art work and cant get them back on my phone to send them to friends and family. Also have some OLD pictures of Family on this Computer that was given to me i want to get off of it and send out but i can dragg and dropp from phone to computer but i cant drag and drop onto phone from computer and there the same jpg files, sad. i like my iphone5 and want another one but i might have to change when it time to upgrade , i dont want to, but i cant afford internet let alone a mac or pc, this one was given to me, was lucky to have saved to get the phone and service on a family plan, i have unlimited internet on phone that is my life source for internet, wish io could afford both phone and internet, its phone or internet, and with phone i have both in a way

  • When I click to open anything I get a box saying open link in new window, open link in new tab, download linked file etc.  When I go to close anything I get hide toolbar, customize toolbar.  It takes  3-5 clicks and it will finally close.

    When I click to open anything I get a box saying open link in new window, open link in new tab, download linked file etc.  When I go to close anything I get hide toolbar, customize toolbar.  It takes  3-5 clicks and it will finally close.

    In Firefox Options / Privacy be sure "Remember download history" is checked. To see all of the options on that panel, "Firefox will" must be set to "Use custom settings for history".
    To find your OS information, on your Windows desktop, right-click the My Computer icon, choose Properties, under System on that small window is info about your OS.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • My compaq presario cq57 wont download any new files.

    hey guys I'm in need of some help. After doing a system recovery my computer will no longer download any new files from the internet. from browsers to games I've tried it all. and nothing will download. it keeps coming up with a message that says that it can not find the file that im trying to use. so i was wondering what might be causing this and ho wi would fix this, if its possible to fix.

    Hi @christian12 ,
    Thank you for visiting the HP Support Forums and Welcome. I have looked into your issue about your Compaq Presario CQ57 Notebook and issues with installing drivers. First, try to click the Windows icon, type services in the Search box, and then click or tap View Local Services. Scroll down to the Windows Installer. Startup type should be - Automatic, and Service Status should be - started. Restart the computer after this step and try installing again. If this is not automatic and started that is why you can not install drivers.
    Please note remove any and all USB devices. Disconnect all non-essential devices, as these could cause some issues.
    Here is a link to the HP Support Assistant if you need it. Just download and run the application and it will help with the software and drivers on your system at the time of purchase.
    Hope this helps.
    Thanks.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • I want rsync only download new files and keep old files

    I install Arch i686 in home and in home I do not have internet connection , so at work I download all packages I need with this command
    rsync -avrt --bwlimit=58 rsync://mirror.datacenter.by/arch//extra/os/any/ /home/ddd/i686/
    and move them to home and then copy them to
    /var/cache/pacman/arch
    and install packages with pacman
    after two days , I run this command
    rsync -avrt --bwlimit=58 rsync://mirror.datacenter.by/arch//extra/os/any/ /home/ddd/i686/
    and I see rsync get last packages again and use many Bandwidth
    how I tell rsync only download new files and keep old files

    rsync manpage says the following:
    -u, --update                skip files that are newer on the receiver
          --inplace               update destination files in-place
          --append                append data onto shorter files
          --append-verify         --append w/old data in file checksum
    I guess you need to add -u flag.
    Reading manpages is the highest virtue in GNU/Linux.

  • Download only new files?

    Hi,
    Is there an easy way to download only new files from the
    server without having to go through and select the various folders?
    My programmer changes a handful of files now and then, but I end up
    selecting every folder that he might have touched every time...I'm
    sure there is a more efficient way to do it? If so, is there a way
    to exclude log files? They are huge, take forever to download and I
    don't need them.
    thanks

    Synchronize will do that.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "GPaul" <[email protected]> wrote in message
    news:gp4alv$5ja$[email protected]..
    > Click on the Modified column in the files panel in
    Remote View, this will
    > list the files in the order of when they were modified.
    >
    >
    > "Lvanhoff" <[email protected]> wrote in
    message
    > news:gp49te$4ku$[email protected]..
    >> Hi,
    >> Is there an easy way to download only new files from
    the server without
    >> having
    >> to go through and select the various folders? My
    programmer changes a
    >> handful
    >> of files now and then, but I end up selecting every
    folder that he might
    >> have
    >> touched every time...I'm sure there is a more
    efficient way to do it? If
    >> so,
    >> is there a way to exclude log files? They are huge,
    take forever to
    >> download
    >> and I don't need them.
    >>
    >> thanks
    >>
    >>
    >
    >

  • New computer, download premiere and there is no playback after importing files.  Any ideas what's happening?

    New computer, download premiere and there is no playback after importing files.  Any ideas what's happening?

    'JohnTSmith' Thanks for the links.  I'll be sure to add more details for future requests!
    The computer is an iMac late 2013
    Processor  3.2 GHz Intel Core i5
    Memory  8 GB 1600 MHz DDR3
    Graphics  NVIDIA GeForce GT 755M 1024 MB
    The video file was a .mov file from a Canon 7D.  Essentially I downloaded Adobe Premiere CC 2014, downloaded the update because I tried to open up an older project and then imported one movie file. 
    Playback from all windows didn't work.  But after I tried to change settings in the preferences as 'RoninEdits' suggested but I ended up just searching around and didn't change anything.  I stepped away for a second to check on my cookies in the oven and when I came back press play and the video now works.  Any idea what happen? 
    I'm not sure what happen but I'll continue monitoring this issue.  I'll touch base if I run into the problem again. 
    Thanks for the help everyone. 

  • How to fix gold padlock issue on downloaded new file

    I have a script that downloads image file (.jpg) from ftp server to a safteyPic folder (which is inside standard user's picture folder). Script runs as an admin and every time
    it runs, downloaded file has gold padlock on it. I tried sharing that folder with everyone and also changed security settings so that everyone has full access. Padlock goes away after I click on "Replace all child object permissions with inheritable permissions
    from this object" but it only works for the file inside it, once script runs and it downloads file, all new file has padlock on it.
    Is there any way to fix it?
    Thanks for your help.

    Hi,
    What is the result if we manually download the files from the ftp server, and what is the result if we download files form other places or other folders and paste it to another folder for a test.
    I think we should finger out whether this issue is related with the script? the permission of the files in ftp server? or the permission of the safteyPic folder.
    Make sure you have full permission of thes files
    Regards
    Yolanda
    TechNet Community Support

  • Web browsing and file downloads stops

    Hi Guys,
    I've been looking at a few posts but not seen the answer yet.  I'd be grateful if someone could help me out or point me in the right direction.
    I had BT Infinity 2 installed with the HH5 on Friday.  I have problems with browsing web pages.  When I click a link most of the time the page loads quickly without issue, but then occassionally the page wont load and the page will 'stick'.  It sometimes take 30-60 seconds for the page to fully load, or there is a timeout.  Usually, by reloading the page it resolves this and the page loads really quickly again but within a minute you will have the same issue.
    Also, I have downloaded a few files, from 300mb to 1gb.  Just like web browsing, the file download will stop and the only way to resume the download is to reboot the HH5.  I had to reboot the HH5 five times to download the full 1gb file.  I checked the connection and it's not dropping so I wonder why the connection just stops or sticks for a while.
    I know it can take a while for the connection to settle down but it shouldn't stop working.
    Am hoping someone could help me out with this as i need this for my business.
    With thanks,

    I would leave it alone for the next few days and do not keep restarting the Homehub. This will cause DLM (Dynamic Line Management) to kick in and lower your speeds because it will interpret the restarts as a fault. It is normal for the speeds to fluctuate during the training period. If things do not improve after the ten day training period post back for more advice.

  • HELP! Serious problem: Time Machine does note seem to back up newer files

    I have a serious Time Machine issue. I noticed that after the initial backup of about 110gb, it seems to stopped backing up recently added files. Like for example, I downloaded a file into my Desktop at 6 hours ago and the file is still there right now but when I go to Time Machine, the file is not in any previous hourly back ups even though some if them were taken after I added the files.
    I also tried ripping a DVD and placed the file into my Movies folder, but the same thing happen. I tried "Back Up Now" to see if the files will be added, but the 700mb file does not get copied. I watched the system preferences and it only copied 5mb of file. Why is this happening?
    Also, my when I first started Time Machine backups a few hours ago, my Documents folder has 34 files in it. It now has 48 files with files being added regualrly during the next few hours but when I looked at ALL the hourly backups, they are still showing that I have 34 files!!!
    Please help. I have a 500gb External Hard drive that I formatted using GUID partition scheme. It does have a SuperDuper ackup of it of my Tiger. Do I have to reformat the drive and have Time Machine start on a completely new drive?
    Thansk a lot!

    I have been having the same problem for some time now and only noticed it when I tried to recover a file only to find it had not been backed up. Brief details
    * The initial backup (apprx 105GB) completes ok - I have checked this
    * Subsequent new files are not added to the backup. I have checked this both via the Time Machine application and manually searching through the backup drive. I have also tried this with different types of files; mp4, xls, doc, text, email messages in mail etc. none get backed up. I have also tried amending an existing file but the amended file is not backed up
    * Nevertheless the console log shows that the hourly back ups are being completed with no apparent problems
    * I do not have any exclusions selected in Time Machine preferences
    * I have not been able to replicate this consistently but occasionally after a reboot I get this console log message
    12/26/07 8:23:36 PM /System/Library/CoreServices/backupd693 Event store UUIDs don't match for volume Macintosh HD II
    12/26/07 8:23:37 PM /System/Library/CoreServices/backupd693 Node requires deep traversal:/ reason:kFSEDBEventFlagMustScanSubDirs|kFSEDBEventFlagReasonEventDBUntrustable|
    HD II is my backup drive. Time Machine then appears to start a more extensive backup. I do not think it is a full backup as it takes no more than 10minutes. Once this finishes the backup then looks accurate with all files present. However the error then re-occurs and no new files are added to the backup
    * I have spoken to Apple Care but no idea
    * I have tried all of the following in no particular order; repair permissions; reformat the backup drive; delete .plist file; reset NVRAM; alternative drive; force a rebuild of the spotlight database; my host name does not include any odd characters etc etc
    All very tedious...any insight greatly appreciated

  • TMG NIS definition files download but update fails during installation

    Hi Folks,
    Runnning Forefront TMG build 7.0.9193.500
    When attempting to update the NIS definition files, the files download but fail to install and the following message is logged in the TMG alert section:
    "Definition Updating Failed
    Description: An error occurred during an attempt to check for, download, or install definition updates on the server ServerName.
    The failure is due to error: 0x80240022"
    When looking in the windowsupdate.log file, it appears that there is a permissions problem encountered during the update process (WARNING: ExtractUpdateFiles failed with 0x80070005)
    Here are the full contents of the C:\Windows\windowsupdate.log file logged during the update process:
    =========== 
    Logging initialized (build: 7.5.7601.17514, tz: -0700) 
    ===========
      = Process: C:\Program Files\Microsoft Forefront Threat Management Gateway\UpdateAgent.exe
      = Module: C:\Windows\system32\wuapi.dll
    -- START -- 
    COMAPI: Search [ClientId = Forefront TMG]
    <<-- SUBMITTED -- COMAPI: Search [ClientId = Forefront TMG]
    ** START ** 
    Agent: Finding updates [CallerId = Forefront TMG]
      * Online = Yes; Ignore download priority = No
      * Criteria = "(IsInstalled = 0 and IsHidden = 0 and CategoryIDs contains 'ae4483f4-f3ce-4956-ae80-93c18d8886a6' and CategoryIDs contains 'e0789628-ce08-4437-be74-2495b842f43b')"
      * ServiceID = {00000000-0000-0000-0000-000000000000} Third party service
      * Search Scope = {Machine}
    Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:
     Microsoft signed: Yes
    Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\muv4wuredir.cab:
     Microsoft signed: Yes
    Checking for updated auth cab for service 7971f918-a847-4430-9279-4a52d1efe18d at http://download.windowsupdate.com/v9/microsoftupdate/redir/muauth.cab
    Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab:
     Microsoft signed: Yes
    Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab:
     Microsoft signed: Yes
    Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\muv4muredir.cab:
     Microsoft signed: Yes
    Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\muv4muredir.cab:
     Microsoft signed: Yes
    +++++++++++ 
    PT: Starting category scan  +++++++++++
      + ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}, Server URL = https://www.update.microsoft.com/v6/ClientWebService/client.asmx
    Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\muv4muredir.cab:
     Microsoft signed: Yes
    Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\muv4muredir.cab:
     Microsoft signed: Yes
    +++++++++++ 
    PT: Synchronizing server updates  +++++++++++
      + ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}, Server URL = https://www.update.microsoft.com/v6/ClientWebService/client.asmx
      * Added update {A1395633-49F7-4A6C-AEE9-7166E952BCFD}.100 to search result
    Update {E27A995F-A0EC-4A58-8FCA-B8E190D68D27}.100 is pruned out due to potential supersedence
      * Added update {72ABF509-5624-4520-A70D-BD25033E2423}.100 to search result
      * Found 2 updates and 4 categories in search; evaluated appl. rules of 28 out of 35 deployed entities
    END  **  Agent: Finding updates [CallerId = Forefront TMG]
    >>-- 
    RESUMED  -- COMAPI: Search [ClientId = Forefront TMG]
      - Updates found = 2
    END  --  COMAPI: Search [ClientId = Forefront TMG]
    -- START -- 
    COMAPI: Download [ClientId = Forefront TMG]
      - Forced: No; Download priority: 3
      - Updates in request: 2
      - ServiceID = {7971F918-A847-4430-9279-4A52D1EFE18D} Third party service
    <<-- SUBMITTED -- COMAPI: Download [ClientId = Forefront TMG]
    ** START ** 
    DnldMgr: Downloading updates [CallerId = Forefront TMG]
      * Call ID = {4328BC7B-E197-42E3-BFF2-96BCCAA86280}
      * Priority = 3, Interactive = 1, Owner is system = 1, Explicit proxy = 1, Proxy session id = -1, ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}
      * Updates to download = 2
    Title = Definition Update for Microsoft Forefront Threat Management Gateway (Network Inspection System 4.32)
    UpdateId = {A1395633-49F7-4A6C-AEE9-7166E952BCFD}.100
    Bundles 1 updates:
    {8614B1DC-943B-425B-B995-9F0FCD2E961D}.100
    Title = Definition Update for Microsoft Forefront Threat Management Gateway (Network Inspection System 11.39.0.0)
    UpdateId = {72ABF509-5624-4520-A70D-BD25033E2423}.100
    Bundles 1 updates:
    {8A1DD8C3-CF18-45BE-9F0D-68DBD4A53409}.100
    DnldMgr: New download job [UpdateId = {8614B1DC-943B-425B-B995-9F0FCD2E961D}.100] 
      * All files for update were already downloaded and are valid.
    DnldMgr: New download job [UpdateId = {8A1DD8C3-CF18-45BE-9F0D-68DBD4A53409}.100] 
      * All files for update were already downloaded and are valid.
    END  **  Agent: Downloading updates [CallerId = Forefront TMG]
    >>-- 
    RESUMED  -- COMAPI: Download [ClientId = Forefront TMG]
      - Download call complete (succeeded = 2, succeeded with errors = 0, failed = 0, unaccounted = 0)
    END  --  COMAPI: Download [ClientId = Forefront TMG]
    -- START -- 
    COMAPI: Install [ClientId = Forefront TMG]
      - Allow source prompts: Yes; Forced: No; Force quiet: No
      - Updates in request: 2
      - ServiceID = {7971F918-A847-4430-9279-4A52D1EFE18D} Third party service
      - Updates to install = 2
    <<-- SUBMITTED -- COMAPI: Install [ClientId = Forefront TMG]
    ** START ** 
    Agent: Installing updates [CallerId = Forefront TMG]
      * Updates to install = 2
    Title = Definition Update for Microsoft Forefront Threat Management Gateway (Network Inspection System 4.32)
    UpdateId = {A1395633-49F7-4A6C-AEE9-7166E952BCFD}.100
    Bundles 1 updates:
    {8614B1DC-943B-425B-B995-9F0FCD2E961D}.100
    Title = Definition Update for Microsoft Forefront Threat Management Gateway (Network Inspection System 11.39.0.0)
    UpdateId = {72ABF509-5624-4520-A70D-BD25033E2423}.100
    Bundles 1 updates:
    {8A1DD8C3-CF18-45BE-9F0D-68DBD4A53409}.100
    WARNING: failed to calculate prior restore point time with error 0x80070002; setting restore point
    WARNING: LoadLibrary failed for srclient.dll with hr:8007007e
    Preparing update for install, updateId = {8614B1DC-943B-425B-B995-9F0FCD2E961D}.100.
    =========== 
    Logging initialized (build: 7.5.7601.17514, tz: -0700) 
    ===========
      = Process: C:\Windows\system32\wuauclt.exe
      = Module: C:\Windows\system32\wuaueng.dll
    :: START :: 
    Handler: Command Line Install
      : Updates to install = 1
      : WARNING: Command line install completed. Return code = 0x8007000d, Result = Failed, Reboot required = false
      : WARNING: Exit code = 0x8024200B
    END  ::  Handler: Command Line Install
    Preparing update for install, updateId = {8A1DD8C3-CF18-45BE-9F0D-68DBD4A53409}.100.
    FATAL: Failed to copy file from C:\Windows\SoftwareDistribution\Download\57418eecd53e3e067a25056fe4892d0420c6ac8a to C:\Windows\SoftwareDistribution\Download\Install\mpips-fe.exe (hr = 80070005) after 10 retries
    WARNING: ExtractUpdateFiles failed with 0x80070005.
    FATAL: Failed to delete file \\?\C:\Windows\SoftwareDistribution\Download\Install\mpips-fe.exe (hr = 80070005) after 0 retries
    REPORT EVENT: {F363E0CC-B0F5-4B28-8C27-631AC7CAD332}
    2012-03-15 11:32:37:899-0700
    1
    REPORT EVENT: {336A98E0-0970-4297-B746-1A8A4B45F3CF}
    2012-03-15 11:32:40:099-0700
    1
    END  **  Agent: Installing updates [CallerId = Forefront TMG]
    Triggering Offline detection (non-interactive)
    ## START ## 
    AU: Search for updates
    <<## SUBMITTED ## AU: Search for updates [CallId = {9BB9AE78-F80D-4236-AD77-8E261ABB97E0}]
    CWERReporter::HandleEvents - WER report upload completed with status 0x8
    WER Report sent: 7.5.7601.17514 0x80070643 A1395633-49F7-4A6C-AEE9-7166E952BCFD Install 101 Unmanaged
    CWERReporter finishing event handling. (00000000)
    ** START ** 
    Agent: Finding updates [CallerId = AutomaticUpdates]
      * Online = No; Ignore download priority = No
      * 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"
      * ServiceID = {7971F918-A847-4430-9279-4A52D1EFE18D} Third party service
      * Search Scope = {Machine}
    >>-- 
    RESUMED  -- COMAPI: Install [ClientId = Forefront TMG]
      - Install call complete (succeeded = 0, succeeded with errors = 0, failed = 2, unaccounted = 0)
      - Reboot required = No
      - WARNING: Exit code = 0x00000000; Call error code = 0x80240022
    END  --  COMAPI: Install [ClientId = Forefront TMG]
      * Found 0 updates and 68 categories in search; evaluated appl. rules of 1058 out of 2009 deployed entities
    END  **  Agent: Finding updates [CallerId = AutomaticUpdates]
    >>## 
    RESUMED  ## AU: Search for updates [CallId = {9BB9AE78-F80D-4236-AD77-8E261ABB97E0}]
      # 0 updates detected
    END  ##  AU: Search for updates [CallId = {9BB9AE78-F80D-4236-AD77-8E261ABB97E0}]
    No featured updates notifications to show
    Successfully wrote event for AU health state:0
    Successfully wrote event for AU health state:0
    REPORT EVENT: {03FCFF25-6464-4C3E-A939-3E46A39BED6A}
    2012-03-15 11:32:45:262-0700
    1
    CWERReporter::HandleEvents - WER report upload completed with status 0x8
    WER Report sent: 7.5.7601.17514 0x80070005 72ABF509-5624-4520-A70D-BD25033E2423 Install 101 Unmanaged
    CWERReporter finishing event handling. (00000000)
    Since it seemed to help some folks that were having trouble downloading the NIS updates, I have also tried downloading the updates with (winhttp) Proxy authentication on and off.
    I have also tried recreating the C:\Windows\SoftwareDistribution folder (Stop wuauserv; Rename folder; Start wuauserv; Folder recreated)
    Still no luck. Any help or direction you can provide is much appreciated.
    Cheers,
    John

     
    Hi,
    Thank you for the post.
    I did some research regarding error “0x80070005”, you may perform the following steps and see if it helps:
    Step 1: Verify DCOM security
    1. Click Start, click Run, type Dcomcnfg, and then click OK.
    2. Expand Component Services, and then expand Computers.
    3. Right-click My Computer, and then click Properties.
    4. Click the COM Security tab.
    5. Under Access Permissions, click Edit Default.
    6. Verify that the following accounts are listed:
    7. If any one of these accounts is missing in the Access Permission box, follow these steps:
    a.  Click Add, click Advanced, and then click Locations.
    b.  In the Locations box, click the Local_Computer_Name, and then click OK.
    c.  Click Find Now.
    d.  Press CTRL, click the required account names, and then click OK two times.
    e.  In the Group or User names box, click an account that you added, click Local Access in the Permissions for Account_Name box, and then click to select the check box in the Allow column.
    f.  Repeat step 7e for all the accounts that you just added, and then click OK.
     Step 2: Verify DCOM default properties
    1. Click the Default Properties tab.
    2. Verify that the following configuration:
    • The Enable Distributed COM on this computer check box is selected.
    • In the Default Authentication level box, Connect is selected.
    • In the Default Impersonation level box, Identify is selected.
    3. Make any required changes, and then click OK.
    4. Restart the computer.
    http://social.answers.microsoft.com/Forums/en-US/vistawu/thread/29d7f9d1-56cd-42f3-bd44-7de8448ef70e
    http://social.technet.microsoft.com/Forums/en-US/itprovistasetup/thread/95edbee4-a75c-48ad-91d1-5316a96f9567
    Regards,
    Nick Gu - MSFT

Maybe you are looking for

  • Iphoto crashes when importing to library

    I can import photos from cameras and iphone no problem but whenever i try to import from a memory stick using 'File - import to library' iphoto crashes.  I cannot find 3ivx file/folder on my computer which was suggested may cause the problem.  Any id

  • Tax Code and Condtion Record

    HI, I know the tax procedure of TAXINN, but i have small doubt about Tax Code and Conditon Record. If we maintain the Tax Percentage i n the Tax Code and Condtion Record also.  What is the use maintain the Tax Percentage in two menctioned placess.  

  • Logo outline transparent for web

    I have created a logo. I did it with black fill and white lines. This works well for a white background, like in print; but for the web the white needs to be transparent so the background colors show through and where lines cross you can see the back

  • Ovi map update failure

    Hi, I connected my X6 to OVI suite on my PC and it informed that there were updates. So I went to updates and selected the optional updates in which it showed that there is an update of OVI maps. Since I was not interested in all other optional updat

  • Store lines

    how can we forcefully use a partcular explain plan for a SQL ?