STB Sending ARP requests every 9 minutes

IS there a particular reason that I keep getting ARP requests from the STB even though it has been assigned an IP?
Solved!
Go to Solution.

So there is no way to route that correctly?
I mean, I havent blocked any of that traffic.
I used to use a different router with my old service and well you guys supply one.
Since I have a new router now, I wanted to check how well the firewall was set up and if there was any automatic anti-spoofing on the router or if I had to set it up myself.
So with feeling insecure I turned my personal Outpost firewall back on on my computer.
Which is catching that as a spoofing attack of course.
But now my question is, couldnt that traffic be routed appropriately?
IT doesnt seem like a big deal, just a little messy.
And this thread is easily applying to FIOS INTERNET more and more as we talk.
Form what I get its the STB's looking for the DVR.
What would happen if you blocked that info coming across the bridge or routed the info appropriately vs blocking it.
Does it have to come across the bridge and if so why?
Form the looks of things I could definitely keep that on the coax side of things vs having it run across the bridge.
My comp recognizes it as spoofing but the router doesnt of course because its all behind the router.
Maybe you could help me further or someone else in defining the design of that communication.
Again its harmless and not a big deal its more curiosity than anything else at this point.

Similar Messages

  • Weblogic War application sending the requests every 3 minuts

    HI,
    There are 2 managed servers in one unix box.
    i have one war application deployed in cluster level. This war application will search the logs and will give particular content as a result.
    The Jsp page will send the request and it is able to get the correct results within 3 minutes. if there are so many logs, it is giving unrealiable results as war application is sending the request again and in the interval of 3 mins.
    Request parametes are get by servlet and this servlet will create the unix shellscript in background and it will execute in a box.
    0-3 mins 1st .sh creating and executing..
    3-6 mins 2nd .sh creats and starts the execution, once the 1 one is completed...
    its becomes infinite loop...
    after some time Browser is going to diagnostic error state..
    to avoid this i tried to give some parameters in weblogic.xml file...but its not working..
    please fine below weblogic.xml file
    ====================================
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-web-app xmlns="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.2/weblogic-web-app.xsd">
    <session-descriptor>
    </session-descriptor>
    <jsp-descriptor>
    <page-check-seconds>-1</page-check-seconds>
    <debug>true</debug>
    </jsp-descriptor>
    <container-descriptor>
    <resource-reload-check-secs>-1</resource-reload-check-secs>
    <servlet-reload-check-secs>-1</servlet-reload-check-secs>
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
    </container-descriptor>
    <logging>
    <log-filename>/wls_domains/b2borap2/application_MT/logs/messagetracker.log</log-filename>
    </logging>
    </weblogic-web-app>
    =======================================================
    and web.xml file is
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:javaee="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
    <listener>
    <listener-class>
    com.tm.messagetracker.listeners.MTrackerSession
    </listener-class>
    </listener>
    <servlet>
    <servlet-name>Controller</servlet-name>
    <servlet-class>com.tm.messagetracker.Controller</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>Controller</servlet-name>
    <url-pattern>*.do</url-pattern>
    </servlet-mapping>
    <session-config>
    <session-timeout>30</session-timeout>
    </session-config>
    <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>htm</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>index.html</welcome-file>
    </welcome-file-list>
    </web-app>
    =========================================
    anyone please help me on above......Thanks in advance..

    How is it related to Oracle B2B? If you need help on Weblogic front then please post your query in Weblogic Webapp forum -
    WebLogic Server - WebApp / Servlet / JSP / Plugin
    Regards,
    Anuj

  • Messages Auto-Send every minute using Gmail IMAP

    When I try to compose or reply to a message, it seems Mail sends the draft every minute or so to the recipients. When composing an email over the course of a few minutes, the recipient has already received several copies...what could be causing this?

    I think I am having the same issue. I recently got a iMac and am just trying to select which folders sent and deleted items are supposed to go. It appears as if there is no such option which seems odd to me because I was able to do that on my iPhone and it works exactly how it should with gmail. In Mail on the iMac though without being able to do this it created like 5 new labels in my gmail account for deleted, sent, junk, and imap/gmail or something like that. I did find this site http://www.hawkwings.net/ which appears to cover everything in Mail, however I have not had time to really go through it and had no luck in the few searches I tried.
    Please help!

  • A question about ARP request?

    Does a device refer to its ARP table to send ARP reply when it get ARP request?
    Sent from Cisco Technical Support Android App

    Thanks for all the replies.
    However, actually I wannted to know that when ARP request/reply packet is encapsulated, how it happen and what is reffered to.
    For IP packet, ARP table is reffered to look up the IP packet's destination MAC address to encapsulate the IP packet into Ethernet frame.
    I know ARP is a protocol used for resolution of network layer addresses into link layer addresses, a critical function in multiple-access networks, but I am just wondering if ARP request/reply itself also refer its ARP table as ARP looks protocal for Later 3, network layer.
    Say, there are Host A, Host B and SW1 on the same local network, and let me explain ARP process untill the Host B sends ARP reply to Host A.
    Host A
    1. Host A ping Host B
    2. Ping process creates an ICMP Echo Request and IP packet is made by the Echo Request.
    3. Destination IP of the IP packet is in the same subnet, and is a unicast IP packet.
    4. ARP process on the Host A looks up the IP packet's destination MAC address from its ARP table to encapsulate the IP packet into Ethernet frame, but it is not in the ARP table. So the ARP process try to send ARP request after buffering the IP packet.
    5. ARP process creates ARP requet.
    6. The host A encapsulate the ARP request packet into Ethernet frame with FFFF.FFFF.FFFF for its destination MAC address.
    7. The Host A sends out the Ethernet frame .
    SW1
    8. The SW1 recieves the ethernet frame.
    9. The frame's source MAC address does not exist in the SW1's MAC table, so the SW1 adds the MAC address to its MAC table.
    10. The SW1 sends out the frame to all ports in the same VLAN except the receiving port as the frame's MAC address is FFFF.FFFF.FFFF.
    Host B
    11. The host 2 recieves the frame and decapsulates it.
    12. The decapsulated frame is ARP request packet, so the ARP process on Host B processes it.
    13. The Host B determines that the destination IP address in the ARP request packet matches its own IP address, and adds the IP to its own ARP table.
    14. The Host B creates ARP reply packet.
    15. The Host B encapsulates the ARP reply packet into Ethernet frame.
    16. The Host B sends out the Ethernet frame.
    So again, what I want to know are between item number 5 and 6, 15 and 16.

  • Can you set the sent folder to send 1 email every 10 minutes

    I deal with many customers with my job.
    I do not want to overload my servers on my hosting account sending massive amounts of Emails in one go. Is there a way for an outbox with say 300 emails ready to send to be modified to send one email every 5 or 10 minutes rather than all 300 Emails getting sent at once?

    Try this add-on so you can schedule the sending of multiple emails:
    https://addons.mozilla.org/en-US/thunderbird/addon/send-later-3/
    http://chrisramsden.vfast.co.uk/3_How_to_install_Add-ons_in_Thunderbird.html
    There's another add-on that might work in current TB versions:
    https://addons.mozilla.org/en-US/thunderbird/addon/blunderdelay/

  • Apple tv 3 requesting ip address every minute

    Good evening,
    My apple Tv 3 is connected to my router via ethernet cabling.  Every device on my home network functions flawlessly.  However, I noted that most of the time, my Apple Tv has been unable to correctly stream movies from home sharing, or even rented movies from Itunes.
    I tried mostly everything, and never found a solution.  My investigation led me to notice that my Apple Tv has been requesting an ip address from my router every minute or so.  My DHCP log looks like:
    2014-10-09 21:37:51
    info
    IP address 192.168.101.51 is assigned to b0[Edited. It's the apple tv mac address].
    2014-10-09 21:36:09
    info
    IP address 192.168.101.51 is assigned to b0
    2014-10-09 21:34:25
    info
    IP address 192.168.101.51 is assigned to b0
    2014-10-09 21:32:39
    info
    IP address 192.168.101.51 is assigned to b0
    2014-10-09 21:30:56
    info
    IP address 192.168.101.51 is assigned to b0
    2014-10-09 21:29:13
    info
    IP address 192.168.101.51 is assigned to b0
    2014-10-09 21:27:31
    info
    IP address 192.168.101.51 is assigned to b0
    2014-10-09 21:25:49
    info
    IP address 192.168.101.51 is assigned to b0
    And it goes on and on like that all day.  It's the only device doing that.  I tried setting the ip address manually, but it did not help.
    Any clue?
    Thanks!

    I had the same issue and it was filling up my logs as well.  I set a static IP on my Apple TV as well as set a mac reservation on my router and it hasn't generated a log entry in the past half hour. I'll take that as a win.  I do suspect that the wireless is still on even though I am physically connected via ethernet.  It would be nice to see an option to turn it off.

  • Error when refreshing web intelligence document less then every minute

    Hi all,
    I get the following error, when refreshing document via javascript more often then every minute:
    Server Error in '/Dashboard' Application.
    FatalException occured. The cause was : BusinessObjects.Enterprise.OcaFramework.Oca.oca_abuse: IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2 at BusinessObjects.Enterprise.OcaFramework.ManagedService.invoke(MethodInfo method, Object[] args, IDictionary context)
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: BusinessObjects.Enterprise.OcaFramework.ManagedServiceFatalException: FatalException occured. The cause was : BusinessObjects.Enterprise.OcaFramework.Oca.oca_abuse: IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2 at BusinessObjects.Enterprise.OcaFramework.ManagedService.invoke(MethodInfo method, Object[] args, IDictionary context)
    Source Error:
    Line 121:               
    Line 122:                    //Session["StorageToken" + strDocId] = doc.StorageToken;
    Line 123:               doc = reportEngine.OpenDocument(intDocID);
    Line 124:               //doc = reportEngine.GetDocumentFromStorageToken(storageToken);
    Line 125:               doc.Refresh();
    Source File: c:\inetpub\wwwroot\dashboard\document.aspx.cs    Line: 123
    Stack Trace:
    [ManagedServiceFatalException: FatalException occured. The cause was : BusinessObjects.Enterprise.OcaFramework.Oca.oca_abuse: IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2
       at BusinessObjects.Enterprise.OcaFramework.ManagedService.invoke(MethodInfo method, Object[] args, IDictionary context)]
       BusinessObjects.ReportEngine.WI.Internal.Server.OCCA._WICDZProxy.initInstance(Byte[] p0, UTF8StringHolder p1)
       BusinessObjects.ReportEngine.WI.Internal.Server.OCCA.OCCAServerStub.InitInstance(String clientInfo, Int32& returnCode)
    [CommunicationException: The Web Intelligence server could not be reached. Contact your Business Objects administrator. (Error: RWI 00236)]
       BusinessObjects.ReportEngine.WI.Internal.Server.OCCA.OCCAServerStub.InitInstance(String clientInfo, Int32& returnCode)
       BusinessObjects.ReportEngine.WI.Internal.Server.ServerCaller.InitInstance(String clientInfo)
       BusinessObjects.ReportEngine.WI.Internal.WIDocumentInstance..ctor(WIReportEngine engine, Int32 documentId)
       BusinessObjects.ReportEngine.WI.Internal.WIReportEngine.OpenDocument(Int32 documentId)
       Dashboard.document.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\dashboard\document.aspx.cs:123
       System.Web.UI.Control.OnLoad(EventArgs e)
       System.Web.UI.Control.LoadRecursive()
       System.Web.UI.Page.ProcessRequestMain()
    Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
    I searched forum and google for this error, but I didn't find anything. Did you heard of this error? How can I fix it?
    My BO Version is BusinessObjects Enterprise XI (without any ServicePacks). Is there a SP which fix this error?
    Thank you for every idea!!!

    Hi,
    Copy File from Client system to server in same folder location .
    Make sure in Edit Query option Editable & Refreshable options are checked .
    Please check the links below  .
    Webi Excel Personal Data Provider Dynamic Data
    How to create a webi report using excel as source
    Excel as datasource in Infoview
    Excel source located in Infoview

  • Little Snitch sends outgoing requests with Airport off

    Noob, just downloaded Little Snitch on MBP, getting familiar with background processes and shell scripts. Let x = variables.
    LS is showing my mDNSResponder sending out a 225.etc request after I turn Airport off. No other machines on network are runing.
    When I DLed Little Snitch and began running it, neither configd nor SystemUIServer were on the LS register. After restart, both showed up and have been sitting contentedly.
    When Airport is on, Finder via nmblookup is sending a request to [x].255 about every minute that I have Safari open. When I turn Airport off, then back on, and I'm running LS, Safari to verisign connection shows up and configd connection shows up at ff[x:xx].
    My concerns: Former employer is after my intellectual property. I had MBP connected on a daily basis to WiFi and certain sharing elements on with firewall off (stupid, I know, but I didn't know nad hadn't thought about it, and co. in question was pretty technologically dinosauric). Connected to same network by ethernet occasionally, and installed by disk a Windows partition and Open Office by disk given by employers' IT staff.
    What's the possibility that a keystroke logger was put on my machine by an Admin of network I connected to, and is there any way to detect and disable said keylogger? Also, is there any way--outside of reverse-lookup, SPAM blacklisting sites--to check destinations of remote connections my comp might be making to an external server?

    FWIW, mDNSResponder is the process responsible for [Bonjour|http://developer.apple.com/networking/bonjour/faq.html], Apple's name for its implementation of the popular zero-configuration networking technology. (That's what allows your Mac to discover & use network printers, local servers, etc.) And as mentioned [here|http://support.apple.com/kb/HT3789], it is also used in Snow Leopard for unicast DNS resolution; without it, that OS cannot resolve hostnames like www.apple.com.
    Likewise, [nmblookup|http://developer.apple.com/library/mac/#documentation/Darwin/Referen ce/ManPages/man1/nmblookup.1.html] is the process that supports the OS X implementation of [Samba|http://en.wikipedia.org/wiki/Samba_(software)], which allows file & printer sharing between Windows & UNIX type OS's.
    [configd|http://developer.apple.com/library/mac/#DOCUMENTATION/Darwin/Reference/ ManPages/man8/configd.8.html] is an essential process that among many other things supplies the dynamic network port configurations that support the above & many other network processes.
    So it is perfectly normal for these processes to periodically generate outbound network activity & by itself that does not mean a key logger is installed in your system.

  • Apache HA: Probe sends HTTP request to HTTPS port

    Hello,
    i have a Sun 3.2 Cluster and the Apache HA module configured as described in the documentation. Works fine, except of the probe sending a HTTP request to the HTTPS port - this causes every minute an error log entry which is annoying. The log file runs full of these "HTTP spoken on HTTPS port" messages.
    I have already tried to set the Monitor_Uri_List parameter to http://servername:80/ but this does not help. Has anyone a solution to this problem? Can I just re-create the apache HA module and leave out the '44/tcp' in the Port_list parameter?
    Thanks for help,
    marc.

    It doesnt matter where they are, you just need to set up the two virtual hosts as per my example. The fact that the domains are the same with/without ssl doesnt change my example above.
    So, you need to set up one ssl host for the domain sharpie.pen.com, and a non-ssl host for the domain sharpie.pen.com. If you want bic.pen.com to have the same behavior you will need another pair for that.
    Apache must have a virtual host to respond to a port/domain combination.
    The reason I suggested a re-write rule of the form I did was to ensure that if someone went to:
    http://sharpie.pen.com/webmail/login.php (for instance)
    they would be redirected to
    httpS://sharpie.pen.com/webmail/login.php
    rather than the root of the domain.
    Does this help?
    James

  • PPP LCP Send Termination Request - was this ever r...

    So after 3 and a half months, finally Infinity is installed.
    Many thanks to forum mods for pushing this through.
    And 7x the ADSL speed, at 20MB/s. Awesome.
    Predictably, however, all is not rosy.
    Between every 2 and 8 minutes, the VDSL modem (HomeHub5) drops the line and reconnects. Which is a bit useless as any streaming video drops, and browser sessions get the futile 'your broadband is broken' page.
    I note from t'internet this is a known problem with BT stuff since HH3.
    Is it not yet fixed? What can I do?
    Each disconnect is preceeded with this log message:
    16:59:06, 08 Mar.( 1537.800000) PPP LCP Send Termination Request [User request]
    And when this occurs, the light goes orange for a few seconds. The speed remains the same after reconnect.
    1. Product name:
    BT Home Hub
    2. Serial number:
    +068343+NQ33827646
    3. Firmware version:
    Software version 4.7.5.1.83.8.173.1.6 (Type A) Last updated 08/03/14
    4. Board version:
    BT Hub 5A
    5. VDSL uptime:
    0 days, 00:06:23
    6. Data rate:
    1238 / 21601
    7. Maximum data rate:
    1398 / 21720
    8. Noise margin:
    6.3 / 6.3
    9. Line attenuation:
    0.0 / 31.7
    10. Signal attenuation:
    0.0 / 26.3
    11. Data sent/received:
    4.8 MB / 24.1 MB

    One of the features they introduced in the HH5 is to reboot the router if the sync changes, to keep the IP profile in line with the sync speed. Oops
    To say thanks for a helpful answer, please click the white star

  • PPP LCP Send Termination Request [User request] - ...

    Had this problem now for a very long time, and recently came back in touch with it after I was forced to use my HH5 as my TPLINK ADSL router got bricked. 
    The problem only persists when using any BT issues router whether it be a HH3-5. 
    The event log is filled with firewall packet loss and blocked entries which I understand that is the firewall doing it's job which is fine. The line that keeps popping up is the one in the title of this thread (PPP LCP Send Termination Request [User request]) this pops up every time the connection drops.

    this was raised before  https://community.bt.com/t5/BT-Infinity-Speed-Connection/PPP-LCP-Send-Termination-Request-User-reque...
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Azure Sql DB Export to Storage Container fails with "An error occurred while sending the request"

    I've built a new VM from which I'm running PowerShell scripts to backup my databases.  It had worked before on an old server for several months, and worked once on the new server, then I upgraded my Azure PowerShell cmdlets, and haven't been able to
    get it to work again.  The new version is 0.8.10.1.
    Below is my source code, with sensitive stuff replaced with ?'s.  When I display the $stctx and $dbctx, they seem to have reasonable values.  I added the IP address of the server as an exception to the db firewall, and I've installed SQL Server
    Mangement Studio and verified that I can connect to the database.  I have a feeling there's something simple I've overlooked.
    Here's are both error messages:
    Start-AzureSqlDatabaseExport : An error occurred while sending the request.
    At C:\Users\Public\PublicCmds\test.ps1:29 char:1
    + Start-AzureSqlDatabaseExport -SqlConnectionContext $dbctx -StorageContext $stctx ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Start-AzureSqlDatabaseExport], HttpRequestException
        + FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.SqlDatabase.Database.Cmdlet.StartAzureSqlDatabaseExport
    Start-AzureSqlDatabaseExport : Error while copying content to a stream.
    At C:\Users\Public\PublicCmds\test.ps1:29 char:1
    + Start-AzureSqlDatabaseExport -SqlConnectionContext $dbctx -StorageContext $stctx ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [Start-AzureSqlDatabaseExport], HttpRequestException
        + FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.SqlDatabase.Database.Cmdlet.StartAzureSqlDatabaseExport
    Here is the source code:
    param($dbname)
    if ($dbname -eq $null) {
    write-host "Database code must be specified"
    return
    $password = "????"| ConvertTo-SecureString -asPlainText -Force
    $servercredential = new-object System.Management.Automation.PSCredential("????", $password) 
    $dbsize = 1
    $dbrestorewait = 10
    $dbserver = "????"
    $stacct = $dbname
    $stkey = "????"
    $stctx = New-AzureStorageContext -StorageAccountName $stacct -StorageAccountKey $stkey
    $dbctx = New-AzureSqlDatabaseServerContext -ServerName $dbserver -Credential $servercredential 
    $dt = Get-Date
    $timestamp = "_" + $dt.Year + "-" + ("{0:D2}" -f $dt.Month) + "-" + ("{0:D2}" -f $dt.Day) + "-" + ("{0:D2}" -f $dt.Hour) + ("{0:D2}" -f $dt.Minute)
    $bkupname = $dbname + $timestamp + ".bacpac"
    write-host "db context"
    $dbctx
    write-host "storage context"
    $stctx
    write-host "Backup $dbname to $bkupname"
    Start-AzureSqlDatabaseExport -SqlConnectionContext $dbctx -StorageContext $stctx -StorageContainerName databasebackup -DatabaseName $dbname -BlobName $bkupname

    Hi Brad,
    Mentioned script, with appropriate values, works on my system.
    I'm able to export an Azure SQL database to blob storage. Am using version 0.8.10.1 of cmdlets, so this the same version mentioned in this problem description.
    Can you please try using Add-AzureAccount and check if that helps. This is indicated in a different third-party blog.
    http://answers.flyppdevportal.com/categories/azure/azuretroubleshooting.aspx?ID=8aee89fe-430e-45fe-af54-7c8ed3ac60e1%29."http://answers.flyppdevportal.com/categories/azure/azuretroubleshooting.aspx?ID=8aee89fe-430e-45fe-af54-7c8ed3ac60e1
    Does it work from a different machine with newly downloaded credentials.
    Does it work for a newly created database (so minimal database size).
    If above do not work, we may require additional details like RequestID, StorageAccountName, ServerName so an MS ticket may be more appropriate.
    Girish Prajwal

  • Send Contact Request

    I cannot use the "Send Contact Request" feature and can't find anything on this problem anywhere. Does anyone know how I can resolve this frustrating issue?
    Let me know.

    I am having this problem as well. The "help" says:
    Report an issue with a Game Center customer
    If you encounter an issue with another customer, including invite spam, inappropriate avatars, or other offensive behavior:
    iOS: View their profile, tap '•••', and select Report a Problem.
    OS X: Tap or click their Game Center nickname to view their profile and select Report a Problem.
    ...but as you know, it's not possible to view a stranger's game profile (unless I want to sift through the leaderboards containing thousands of users, perhaps?)  Also, I don't see any instructions from Apple about how to access the Game Center through OS X on my desktop computer (is that even possible?)  I thought I'd check there, since the interface might be different.
    Our problem is that one user is signing up for EVERY open game slot they can find on our app (we are the publisher - the app developer says their hands are tied, since they cannot ban users, or even know who any user is, so I assume this is a Game Center issue).  It's ruining the experience for other players of our game on the iOS app, so we'd like to address this.  For all we know, this jerk is ruining people's experience of other games as well.
    I did try issuing a friend request to this person (since that's the ONLY way to send someone a message through Game Center - I asked them to call or email us).  I guess if they accept my friend request, I'll be able to report them, but, given the extremely limited nature of ALL of Apple help, I'll probably be directed to choose from a short list of issues that have nothing to do with the actual nature of the abusive behavior.  Thanks Apple, I just LOVE the way you second-guess what your customers need.  You're spot-on every time [heavy sarcasm].  There isn't even a forum to ask about Game Center!
    I see nobody has been able to help you on this issue.
    Appalled at Apple's so-called "support",
    -Alison

  • Timer Services restart every minute

    Hi,
    I have a SharePoint 2010 Standard Server with SP1. I find that the Timer Services start and stop every minute. The below log appears every time the timer service restart. Would anyone help to solve this? Thanks.
    The timer service is starting
    06/18/2014 16:07:34.23 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Topology 2myf Medium Disabling the configuration filesystem and memory caches.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Waiting for mutex to initialize type dictionary
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Obtained mutex
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering assemlies and sequences
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Begin registering Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Using assembly manifest Microsoft.SharePoint.UpgradeAssemblyManifest.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPConfigurationDatabaseSequence] for [Microsoft.SharePoint.Administration.SPConfigurationDatabase], Phase: 0, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPConfigurationDatabaseSequence2] for [Microsoft.SharePoint.Administration.SPConfigurationDatabase], Phase: 1, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence] for [Microsoft.SharePoint.Administration.SPContentDatabase], Phase: 0, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPContentDatabaseSequence2] for [Microsoft.SharePoint.Administration.SPContentDatabase], Phase: 1, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPPrejoinedFarmSequence] for [Microsoft.SharePoint.Administration.SPPrejoinedFarm], Phase: 2147483647, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPFarmSequence] for [Microsoft.SharePoint.Administration.SPFarm], Phase: 2147483647, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPFarmSequence2] for [Microsoft.SharePoint.Administration.SPFarm], Phase: 1, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPIisWebSiteWssSequence] for [Microsoft.SharePoint.Administration.SPIisWebSite], Phase: 2147483647, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPServerSequence] for [Microsoft.SharePoint.Administration.SPServer], Phase: 2147483647, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPServiceSequence] for [Microsoft.SharePoint.Administration.SPService], Phase: 2147483647, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPServiceInstanceSequence] for [Microsoft.SharePoint.Administration.SPServiceInstance], Phase: 2147483647, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPSiteWssSequence] for [Microsoft.SharePoint.SPSite], Phase: 0, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPSiteWssSequence2] for [Microsoft.SharePoint.SPSite], Phase: 1, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPSubscriptionSettingsServiceApplicationSequence] for [Microsoft.SharePoint.SPSubscriptionSettingsServiceApplication], Phase: 2147483647, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPSubscriptionSettingsDatabaseSequence] for [Microsoft.SharePoint.SPSubscriptionSettingsDatabase], Phase: 2147483647, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPUsageApplicationSequence] for [Microsoft.SharePoint.Administration.SPUsageApplication], Phase: 2147483647, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPUsageDatabaseSequence] for [Microsoft.SharePoint.Administration.SPUsageDatabase], Phase: 2147483647, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPWebApplicationSequence] for [Microsoft.SharePoint.Administration.SPWebApplication], Phase: 2147483647, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPWebServerSequence] for [Microsoft.SharePoint.Administration.SPWebServiceInstance], Phase: 2147483647, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPWebServiceSequence] for [Microsoft.SharePoint.Administration.SPWebService], Phase: 2147483647, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPWebTemplateSequence] for [Microsoft.SharePoint.SPWebTemplate], Phase: 2147483647, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPWssWebApplicationSequence] for [Microsoft.SharePoint.Administration.SPWebApplication], Phase: 2147483647, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.SharePoint.Upgrade.SPWssWebApplicationSequence2] for [Microsoft.SharePoint.Administration.SPWebApplication], Phase: 1, Order: 0.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: End registering Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:34.25 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Reading xml configuration files from C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade
    06/18/2014 16:07:34.26 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\dlcupgradeb2b.xml.
    06/18/2014 16:07:34.28 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\ExcelMobileViewerUpgradeConfig.xml.
    06/18/2014 16:07:34.28 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\ExcelServicesUpgradeConfig.xml.
    06/18/2014 16:07:34.28 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\GbwUpgrade.xml.
    06/18/2014 16:07:34.28 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\GbwUpgradeB2B.xml.
    06/18/2014 16:07:34.30 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\IpfsUpgrade.xml.
    06/18/2014 16:07:34.30 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\MpsUpgrade.xml.
    06/18/2014 16:07:34.30 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\MpsUpgradeB2B.xml.
    06/18/2014 16:07:34.31 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\OsrvUpgrade.xml.
    06/18/2014 16:07:34.33 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\OsrvUserProfilesUpgrade.xml.
    06/18/2014 16:07:34.44 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\OSSSearchUpgrade.xml.
    06/18/2014 16:07:34.44 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\PPSUpgrade.xml.
    06/18/2014 16:07:34.44 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\SecureStoreServiceUpgradeConfiguration.xml.
    06/18/2014 16:07:34.44 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\SiteUpgraderConfigSPS.xml.
    06/18/2014 16:07:34.45 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\SPSUpgrade.xml.
    06/18/2014 16:07:34.47 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\SPSUpgradeB2B.xml.
    06/18/2014 16:07:34.47 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\Wdsrv_Upgrade.xml.
    06/18/2014 16:07:34.47 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\WebAnalyticsUpgradeConfiguration.xml.
    06/18/2014 16:07:34.53 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\WSSSearchUpgrade.xml.
    06/18/2014 16:07:34.53 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\WssUpgrade.xml.
    06/18/2014 16:07:34.53 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPXmlConfigurationManager] [DEBUG] [6/18/2014 4:07:34 PM]: Loaded xml configuration file: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\Upgrade\WssUpgradeB2B.xml.
    06/18/2014 16:07:34.53 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Begin registering Microsoft.Office.Policy, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:34.53 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: No assembly manifest found.
    06/18/2014 16:07:34.62 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.Server.DLC.Upgrade.DlcFarmSequence] for [Microsoft.SharePoint.Administration.SPFarm], Phase: 2147483647, Order: 7.
    06/18/2014 16:07:34.62 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.Server.DLC.Upgrade.DlcPrejoinedFarmSequence] for [Microsoft.SharePoint.Administration.SPPrejoinedFarm], Phase: 2147483647, Order: 7.
    06/18/2014 16:07:34.62 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.Server.DLC.Upgrade.DlcSiteSequence] for [Microsoft.SharePoint.SPSite], Phase: 2147483647, Order: 7.
    06/18/2014 16:07:34.62 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.Server.DLC.Upgrade.DlcIisWebSiteSequence] for [Microsoft.SharePoint.Administration.SPIisWebSite], Phase: 2147483647, Order: 7.
    06/18/2014 16:07:34.62 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: End registering Microsoft.Office.Policy, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:34.62 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Begin registering Microsoft.Office.Excel.WebUI.Mobile, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:34.62 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: No assembly manifest found.
    06/18/2014 16:07:34.64 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.Excel.WebUI.Mobile.Upgrade.ExcelMobileViewerSiteSequence] for [Microsoft.SharePoint.SPSite], Phase: 2147483647, Order: 11.
    06/18/2014 16:07:34.64 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: End registering Microsoft.Office.Excel.WebUI.Mobile, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:34.64 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Begin registering Microsoft.Office.Excel.Server.MossHost, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:34.64 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: No assembly manifest found.
    06/18/2014 16:07:34.70 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.Excel.Server.MossHost.Upgrade.ExcelServicesSharedResourceProvider12Sequence] for [Microsoft.Office.Server.Upgrade.SharedResourceProvider12], Phase: 2147483647, Order: 11.
    06/18/2014 16:07:34.70 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: End registering Microsoft.Office.Excel.Server.MossHost, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:34.70 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Begin registering Microsoft.Office.InfoPath.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:34.70 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: No assembly manifest found.
    06/18/2014 16:07:34.91 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.InfoPath.Server.Upgrade.IisWebSiteSequence] for [Microsoft.SharePoint.Administration.SPIisWebSite], Phase: 2147483647, Order: 15.
    06/18/2014 16:07:34.91 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.InfoPath.Server.Upgrade.FarmUpgradeSequence] for [Microsoft.SharePoint.Administration.SPFarm], Phase: 2147483647, Order: 15.
    06/18/2014 16:07:34.91 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.InfoPath.Server.Upgrade.ServiceUpgradeSequence] for [Microsoft.Office.InfoPath.Server.Administration.FormsService], Phase: 2147483647, Order: 15.
    06/18/2014 16:07:34.91 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.InfoPath.Server.Upgrade.SiteSequence] for [Microsoft.SharePoint.SPSite], Phase: 2147483647, Order: 15.
    06/18/2014 16:07:34.91 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: End registering Microsoft.Office.InfoPath.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:34.91 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Begin registering Microsoft.Office.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:34.91 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: No assembly manifest found.
    06/18/2014 16:07:34.97 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.Server.Upgrade.FarmSequence] for [Microsoft.SharePoint.Administration.SPFarm], Phase: 0, Order: 3.
    06/18/2014 16:07:34.97 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.Server.Upgrade.OsrvPrejoinedFarmSequence] for [Microsoft.SharePoint.Administration.SPPrejoinedFarm], Phase: 2147483647, Order: 3.
    06/18/2014 16:07:34.97 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.Server.Upgrade.IisWebSiteSequence] for [Microsoft.SharePoint.Administration.SPIisWebSite], Phase: 2147483647, Order: 3.
    06/18/2014 16:07:34.97 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.Server.Upgrade.SessionStateServiceSequence] for [Microsoft.Office.Server.Administration.SessionStateService], Phase: 2147483647, Order: 3.
    06/18/2014 16:07:34.97 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.Server.Upgrade.StateDatabaseSequence] for [Microsoft.Office.Server.Administration.StateDatabase], Phase: 2147483647, Order: 3.
    06/18/2014 16:07:34.97 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.Server.Upgrade.SessionStateSharedResourceProvider12Sequence] for [Microsoft.Office.Server.Upgrade.SharedResourceProvider12], Phase: 2147483647, Order: 3.
    06/18/2014 16:07:34.97 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Registering [Microsoft.Office.Server.Upgrade.StateServiceSequence] for [Microsoft.Office.Server.Administration.StateService], Phase: 2147483647, Order: 3.
    06/18/2014 16:07:34.97 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: End registering Microsoft.Office.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:34.97 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: Begin registering Microsoft.Office.Server.UserProfiles, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:34.97 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:34 PM]: No assembly manifest found.
    06/18/2014 16:07:35.05 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.Upgrade.UserProfileFarmSequence] for [Microsoft.SharePoint.Administration.SPFarm], Phase: 0, Order: 17.
    06/18/2014 16:07:35.05 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.Upgrade.ProfileDatabaseSequence] for [Microsoft.Office.Server.Administration.ProfileDatabase], Phase: 2147483647, Order: 17.
    06/18/2014 16:07:35.06 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.Upgrade.UserProfileServerSequence] for [Microsoft.SharePoint.Administration.SPServer], Phase: 2147483647, Order: 17.
    06/18/2014 16:07:35.06 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.Upgrade.SocialDatabaseSequence] for [Microsoft.Office.Server.Administration.SocialDatabase], Phase: 2147483647, Order: 17.
    06/18/2014 16:07:35.06 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.Upgrade.UserProfileApplicationSequence] for [Microsoft.Office.Server.Administration.UserProfileApplication], Phase: 2147483647, Order: 17.
    06/18/2014 16:07:35.06 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.Upgrade.UserProfileSharedResourceProvider12Sequence] for [Microsoft.Office.Server.Upgrade.SharedResourceProvider12], Phase: 2147483647, Order: 17.
    06/18/2014 16:07:35.06 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: End registering Microsoft.Office.Server.UserProfiles, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:35.06 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Begin registering Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:35.06 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: No assembly manifest found.
    06/18/2014 16:07:35.64 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.Search.Upgrade.ServerSequence] for [Microsoft.SharePoint.Administration.SPServer], Phase: 2147483647, Order: 10.
    06/18/2014 16:07:35.64 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.Search.Upgrade.SearchServiceSequence] for [Microsoft.SharePoint.Administration.SPFarm], Phase: 2147483647, Order: 10.
    06/18/2014 16:07:35.64 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.Search.Upgrade.SearchServiceSequence2] for [Microsoft.SharePoint.Administration.SPPrejoinedFarm], Phase: 2147483647, Order: 10.
    06/18/2014 16:07:35.64 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.Search.Upgrade.SiteSequence] for [Microsoft.SharePoint.SPSite], Phase: 2147483647, Order: 10.
    06/18/2014 16:07:35.64 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.Search.Upgrade.SearchSharedResourceProvider12Sequence] for [Microsoft.Office.Server.Upgrade.SharedResourceProvider12], Phase: 2147483647, Order: 10.
    06/18/2014 16:07:35.64 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.Search.Upgrade.SearchServiceApplicationSequence] for [Microsoft.Office.Server.Search.Administration.SearchServiceApplication], Phase: 2147483647, Order: 10.
    06/18/2014 16:07:35.64 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.Search.Upgrade.SearchAdminDatabaseSequence] for [Microsoft.Office.Server.Search.Administration.SearchAdminDatabase], Phase: 0, Order: 10.
    06/18/2014 16:07:35.64 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.Search.Upgrade.SearchMetadataDatabaseSequence] for [Microsoft.Office.Server.Search.Administration.SearchPropertyStoreDatabase], Phase: 2147483647, Order: 10.
    06/18/2014 16:07:35.64 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.Search.Upgrade.SearchGathererDatabaseSequence] for [Microsoft.Office.Server.Search.Administration.SearchGathererDatabase], Phase: 2147483647, Order: 10.
    06/18/2014 16:07:35.64 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: End registering Microsoft.Office.Server.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:35.64 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Begin registering Microsoft.PerformancePoint.Scorecards.Upgrade, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:35.64 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: No assembly manifest found.
    06/18/2014 16:07:35.66 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.PerformancePoint.Scorecards.Upgrade.PPSDatabaseSequence] for [Microsoft.PerformancePoint.Scorecards.BIMonitoringServiceDatabase], Phase: 2147483647, Order: 5.
    06/18/2014 16:07:35.66 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.PerformancePoint.Scorecards.Upgrade.PPSFarmSequence] for [Microsoft.SharePoint.Administration.SPFarm], Phase: 2147483647, Order: 5.
    06/18/2014 16:07:35.70 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.SharePoint.Upgrade.BIMonitoringServiceApplicationSequence] for [Microsoft.PerformancePoint.Scorecards.BIMonitoringServiceApplication], Phase: 2147483647, Order: 5.
    06/18/2014 16:07:35.70 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.PerformancePoint.Scorecards.Upgrade.IisWebSiteSequence] for [Microsoft.SharePoint.Administration.SPIisWebSite], Phase: 2147483647, Order: 5.
    06/18/2014 16:07:35.70 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.PerformancePoint.Scorecards.Upgrade.PPSSiteSequence] for [Microsoft.SharePoint.SPSite], Phase: 2147483647, Order: 5.
    06/18/2014 16:07:35.70 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: End registering Microsoft.PerformancePoint.Scorecards.Upgrade, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:35.70 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Begin registering Microsoft.Office.SecureStoreService, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:35.70 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: No assembly manifest found.
    06/18/2014 16:07:35.72 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.SecureStoreService.Server.Upgrade.SecureStoreDatabaseSequence] for [Microsoft.Office.SecureStoreService.Server.SecureStoreServiceDatabase], Phase: 2147483647, Order: 17.
    06/18/2014 16:07:35.72 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.SecureStoreService.Server.Upgrade.SecureStoreServiceApplicationSequence] for [Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplication], Phase: 2147483647, Order: 17.
    06/18/2014 16:07:35.72 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: End registering Microsoft.Office.SecureStoreService, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:35.72 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Begin registering Microsoft.SharePoint.Portal.Upgrade, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:35.72 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: No assembly manifest found.
    06/18/2014 16:07:35.73 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.ApplicationRegistry.Upgrade.BdcO14SharedResourceProvider12Sequence] for [Microsoft.Office.Server.Upgrade.SharedResourceProvider12], Phase: 2147483647, Order: 5.
    06/18/2014 16:07:35.73 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.SharePoint.Portal.Upgrade.FarmSequence] for [Microsoft.SharePoint.Administration.SPFarm], Phase: 2147483647, Order: 5.
    06/18/2014 16:07:35.73 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.SharePoint.Portal.Upgrade.IisWebSiteSequence] for [Microsoft.SharePoint.Administration.SPIisWebSite], Phase: 2147483647, Order: 5.
    06/18/2014 16:07:35.75 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.SharePoint.Taxonomy.Upgrade.MetadataDatabaseSequence] for [Microsoft.SharePoint.Taxonomy.MetadataWebServiceDatabase], Phase: 2147483647, Order: 5.
    06/18/2014 16:07:35.75 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.SharePoint.Taxonomy.Upgrade.MetadataApplicationSequence] for [Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplication], Phase: 2147483647, Order: 5.
    06/18/2014 16:07:35.75 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.SharePoint.Portal.Upgrade.PrejoinedFarmSequence] for [Microsoft.SharePoint.Administration.SPPrejoinedFarm], Phase: 2147483647, Order: 5.
    06/18/2014 16:07:35.75 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.SharePoint.Portal.Upgrade.MossSiteSequence] for [Microsoft.SharePoint.SPSite], Phase: 2147483647, Order: 5.
    06/18/2014 16:07:35.75 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.SharePoint.Portal.Upgrade.WebApplicationSequence] for [Microsoft.SharePoint.Administration.SPWebApplication], Phase: 2147483647, Order: 5.
    06/18/2014 16:07:35.75 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: End registering Microsoft.SharePoint.Portal.Upgrade, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:35.75 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Begin registering Microsoft.Office.Word.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:35.75 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: No assembly manifest found.
    06/18/2014 16:07:35.80 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Word.Server.Service.Upgrade.QueueDatabaseSequence] for [Microsoft.Office.Word.Server.Service.QueueDatabase], Phase: 2147483647, Order: 11.
    06/18/2014 16:07:35.80 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Word.Server.Service.Upgrade.ServiceAppSequence] for [Microsoft.Office.Word.Server.Service.WordServiceApplication], Phase: 2147483647, Order: 11.
    06/18/2014 16:07:35.80 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: End registering Microsoft.Office.Word.Server, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:35.80 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Begin registering Microsoft.Office.Server.WebAnalytics, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:35.80 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: No assembly manifest found.
    06/18/2014 16:07:35.81 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.WebAnalytics.Administration.StagerDatabaseSequence] for [Microsoft.Office.Server.WebAnalytics.Administration.WebAnalyticsStagerDatabase], Phase: 2147483647, Order: 4.
    06/18/2014 16:07:35.81 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.WebAnalytics.Administration.WarehouseDatabaseSequence] for [Microsoft.Office.Server.WebAnalytics.Administration.WebAnalyticsWarehouseDatabase], Phase: 2147483647, Order: 4.
    06/18/2014 16:07:35.81 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.WebAnalytics.Administration.WebAnalyticsWebServiceSequence] for [Microsoft.Office.Server.WebAnalytics.Administration.WebAnalyticsWebService], Phase: 2147483647, Order: 4.
    06/18/2014 16:07:35.81 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.WebAnalytics.Administration.WebAnalyticsFarmSequence] for [Microsoft.SharePoint.Administration.SPFarm], Phase: 2147483647, Order: 4.
    06/18/2014 16:07:35.81 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.WebAnalytics.Administration.WebAnalyticsServerSequence] for [Microsoft.SharePoint.Administration.SPServer], Phase: 2147483647, Order: 4.
    06/18/2014 16:07:35.81 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.WebAnalytics.Administration.WebAnalyticsServiceApplicationSequence] for [Microsoft.Office.Server.WebAnalytics.Administration.WebAnalyticsServiceApplication], Phase: 2147483647, Order: 4.
    06/18/2014 16:07:35.81 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.WebAnalytics.Upgrade.WebAnalyticsSiteSequence] for [Microsoft.SharePoint.SPSite], Phase: 2147483647, Order: 4.
    06/18/2014 16:07:35.81 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.Office.Server.WebAnalytics.Upgrade.WebAnalyticsWebApplicationSequence] for [Microsoft.SharePoint.Administration.SPWebApplication], Phase: 2147483647, Order: 4.
    06/18/2014 16:07:35.81 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: End registering Microsoft.Office.Server.WebAnalytics, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:35.81 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Begin registering Microsoft.SharePoint.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:35.81 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: No assembly manifest found.
    06/18/2014 16:07:35.81 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.SharePoint.Search.Upgrade.SPSearchDatabaseSequence] for [Microsoft.SharePoint.Search.Administration.SPSearchDatabase], Phase: 2147483647, Order: 4.
    06/18/2014 16:07:35.81 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.SharePoint.Search.Upgrade.SPServerSequence] for [Microsoft.SharePoint.Administration.SPServer], Phase: 2147483647, Order: 4.
    06/18/2014 16:07:35.81 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Registering [Microsoft.SharePoint.Search.Upgrade.SPSearchServiceSequence2] for [Microsoft.SharePoint.Administration.SPPrejoinedFarm], Phase: 2147483647, Order: 4.
    06/18/2014 16:07:35.81 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: End registering Microsoft.SharePoint.Search, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c.
    06/18/2014 16:07:35.83 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Ready to initialize the type dictionary
    06/18/2014 16:07:35.83 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Type dictionary initialized.
    06/18/2014 16:07:35.83 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPDelegateManager] [DEBUG] [6/18/2014 4:07:35 PM]: Mutex released.
    06/18/2014 16:07:35.84 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPConfigurationDatabaseSequence] [DEBUG] [6/18/2014 4:07:35 PM]: UpgradableBuildBypassInternal = 0
    06/18/2014 16:07:35.84 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPConfigurationDatabaseSequence] [DEBUG] [6/18/2014 4:07:35 PM]: UpgradableBuildBypass = 0
    06/18/2014 16:07:35.86 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPConfigurationDatabaseSequence2] [DEBUG] [6/18/2014 4:07:35 PM]: UpgradableBuildBypassInternal = 0
    06/18/2014 16:07:35.86 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPConfigurationDatabaseSequence2] [DEBUG] [6/18/2014 4:07:35 PM]: UpgradableBuildBypass = 0
    06/18/2014 16:07:35.86 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPUpgradeSession] [DEBUG] [6/18/2014 4:07:35 PM]: CanUpgrade [SPConfigurationDatabase] returned: True.
    06/18/2014 16:07:35.86 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPUpgradeSession] [DEBUG] [6/18/2014 4:07:35 PM]: NeedsUpgrade [SPConfigurationDatabase] returned: True.
    06/18/2014 16:07:35.86 OWSTIMER.EXE (0x13F0) 0x0A84 SharePoint Foundation Upgrade fbv7 Medium [OWSTIMER] [SPUpgradeSession] [DEBUG] [6/18/2014 4:07:35 PM]: IsBackwardsCompatible [SPConfigurationDatabase] returned: True.

    I have the following finding from the Event Viewer.
    Event 7022
    The Forefront Identity Manager Synchronization Service service hung on starting.
    Event 7024
    The Forefront Identity Manager Synchronization Service service terminated with service-specific error %%-2146234334.
    Event 7031
    The SharePoint 2010 Timer service terminated unexpectedly.  It has done this 4007 time(s).  The following corrective action will be taken in 30000 milliseconds: Restart the service.
    Event 11016
    The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID 
    {000C101C-0000-0000-C000-000000000046}
     and APPID 
    {000C101C-0000-0000-C000-000000000046}
     to the user NT AUTHORITY\NETWORK SERVICE SID (S-1-5-20) from address LocalHost (Using LRPC). This security permission can be modified using the Component Services administrative tool.
    I found this
    post talking about the solution of this problem. Can anyone help to explain the solution to me?
    Also, I try to stop the user profile service and user profile sync service and restart both. The timer service restart problem has gone!! However, new error in the event viewer.
    Event ID 3
    Microsoft.ResourceManagement: System.InvalidOperationException: This Forefront Identity Manager system resource cannot be deleted.
       at Microsoft.ResourceManagement.Utilities.ExceptionManager.ThrowException(Exception exception)
       at Microsoft.ResourceManagement.WebServices.ResourceManagementService.Delete(Message request)

  • SCCM 2012 - Error sending DAV request. HTTP code 401, status 'Unauthorized'

    Hi everyone!
    I have a SCCM 2012 install with SQL 2008 R2 RU6 on it. All roles on the same server.
    Application deployment was working last week and suddently, today, it's not working anymore.
    Client fail to download applications. When I see the log "dataTransfertService.log" I got:
    <![LOG[Enumerating DTS jobs for logged on user 'S-1-5-21-3498061407-3801314532-3722532443-1799'.]LOG]!><time="16:45:51.388-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="3536" file="dtslogon.cpp:135">
    <![LOG[Enumeration of DTS jobs for logged on user 'S-1-5-21-3498061407-3801314532-3722532443-1799' is complete.]LOG]!><time="16:45:51.878-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="3536" file="dtslogon.cpp:151">
    <![LOG[Enumerating DTS jobs for helper user 'S-1-5-21-3498061407-3801314532-3722532443-1799'.]LOG]!><time="16:45:51.878-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="3536" file="dtslogon.cpp:154">
    <![LOG[Enumeration of DTS jobs for helper user 'S-1-5-21-3498061407-3801314532-3722532443-1799' is complete.]LOG]!><time="16:45:51.939-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="3536" file="dtslogon.cpp:170">
    <![LOG[UpdateURLWithTransportSettings(): OLD URL - http://xxx.com/SMS_DP_SMSPKG$/Content_1173b7a8-9bbf-42cc-8b0f-abd1c3f3065c.1]LOG]!><time="16:48:31.738-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="5616" file="ccmutillib.cpp:3083">
    <![LOG[UpdateURLWithTransportSettings(): NEW URL - http://xxx.com:80/SMS_DP_SMSPKG$/Content_1173b7a8-9bbf-42cc-8b0f-abd1c3f3065c.1]LOG]!><time="16:48:31.738-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="5616" file="ccmutillib.cpp:3095">
    <![LOG[DTSJob {451ACA72-8FCC-4083-B7B5-C4C68D5E5786} created to download from 'http://xxx.com:80/SMS_DP_SMSPKG$/Content_1173b7a8-9bbf-42cc-8b0f-abd1c3f3065c.1' to 'C:\WINDOWS\ccmcache\3f'.]LOG]!><time="16:48:31.816-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="5616" file="datatransferservice.cpp:186">
    <![LOG[DTSJob {451ACA72-8FCC-4083-B7B5-C4C68D5E5786} in state 'DownloadingManifest'.]LOG]!><time="16:48:31.816-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="2432" file="dtsjob.h:157">
    <![LOG[[CCMHTTP] ERROR: URL=http://xxx.com:80/SMS_DP_SMSPKG$/Content_1173b7a8-9bbf-42cc-8b0f-abd1c3f3065c.1, Port=80, Options=224, Code=0, Text=CCM_E_BAD_HTTP_STATUS_CODE]LOG]!><time="16:48:32.281-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="4204" file="ccmhttperror.cpp:291">
    <![LOG[Raising event:
    instance of CCM_CcmHttp_Status
    ClientID = "GUID:4D48BE30-A5BE-40C1-A946-B0773DE7C060";
    DateTime = "20120723144832.297000+000";
    HostName = "xxx.com";
    HRESULT = "0x87d0027e";
    ProcessID = 2236;
    StatusCode = 401;
    ThreadID = 4204;
    ]LOG]!><time="16:48:32.297-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="4204" file="event.cpp:729">
    <![LOG[Successfully sent location services HTTP failure message.]LOG]!><time="16:48:32.312-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="4204" file="ccmhttperror.cpp:395">
    <![LOG[Error sending DAV request. HTTP code 401, status 'Unauthorized']LOG]!><time="16:48:32.312-120" date="07-23-2012" component="DataTransferService" context="" type="3" thread="4204" file="util.cpp:629">
    <![LOG[GetDirectoryList_HTTP('http://xxx.com:80/SMS_DP_SMSPKG$/Content_1173b7a8-9bbf-42cc-8b0f-abd1c3f3065c.1') failed with code 0x80070005.]LOG]!><time="16:48:32.312-120" date="07-23-2012" component="DataTransferService" context="" type="3" thread="4204" file="util.cpp:688">
    <![LOG[Job {451ACA72-8FCC-4083-B7B5-C4C68D5E5786} impersonating Network Access Account.]LOG]!><time="16:48:32.825-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="4204" file="netaccessaccount.cpp:429">
    <![LOG[[CCMHTTP] ERROR: URL=http://xxx.com:80/SMS_DP_SMSPKG$/Content_1173b7a8-9bbf-42cc-8b0f-abd1c3f3065c.1, Port=80, Options=224, Code=0, Text=CCM_E_BAD_HTTP_STATUS_CODE]LOG]!><time="16:48:32.887-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="4204" file="ccmhttperror.cpp:291">
    <![LOG[Raising event:
    instance of CCM_CcmHttp_Status
    ClientID = "GUID:4D48BE30-A5BE-40C1-A946-B0773DE7C060";
    DateTime = "20120723144832.887000+000";
    HostName = "xxx.com";
    HRESULT = "0x87d0027e";
    ProcessID = 2236;
    StatusCode = 401;
    ThreadID = 4204;
    ]LOG]!><time="16:48:32.887-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="4204" file="event.cpp:729">
    <![LOG[Successfully sent location services HTTP failure message.]LOG]!><time="16:48:32.902-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="4204" file="ccmhttperror.cpp:395">
    <![LOG[Error sending DAV request. HTTP code 401, status 'Unauthorized']LOG]!><time="16:48:32.902-120" date="07-23-2012" component="DataTransferService" context="" type="3" thread="4204" file="util.cpp:629">
    <![LOG[GetDirectoryList_HTTP('http://xxx.com:80/SMS_DP_SMSPKG$/Content_1173b7a8-9bbf-42cc-8b0f-abd1c3f3065c.1') failed with code 0x80070005.]LOG]!><time="16:48:32.902-120" date="07-23-2012" component="DataTransferService" context="" type="3" thread="4204" file="util.cpp:688">
    <![LOG[Job {451ACA72-8FCC-4083-B7B5-C4C68D5E5786} reverted impersonation.]LOG]!><time="16:48:32.902-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="4204" file="netaccessaccount.h:93">
    <![LOG[DTSJob {451ACA72-8FCC-4083-B7B5-C4C68D5E5786} in state 'Cancelled'.]LOG]!><time="16:48:33.011-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="5616" file="dtsjob.h:157">
    <![LOG[DTSJob {451ACA72-8FCC-4083-B7B5-C4C68D5E5786} cancelled by client.]LOG]!><time="16:48:33.011-120" date="07-23-2012" component="DataTransferService" context="" type="1" thread="5616" file="dtsjob.cpp:2771">
    I already verified every single permissions, NAA is configured and has correct rights. I really don't understand what has changed...
    any suggestion???
    Thank you very much!

    SMS_DP_SMSPKG$ has Windows Authentication Enabled.
    IIS Logs:
    2012-07-23 15:10:08 10.28.80.98 CCM_POST /ccm_system/request - 80 - 10.28.81.79 ccmhttp 200 0 0 339
    2012-07-23 15:11:38 10.28.80.98 CCM_POST /ccm_system/request - 80 - 10.28.81.52 ccmhttp 200 0 0 38
    2012-07-23 15:11:38 10.28.80.98 CCM_POST /ccm_system/request - 80 - 10.28.81.52 ccmhttp 200 0 0 166
    2012-07-23 15:11:38 10.28.80.98 PROPFIND /SMS_DP_SMSPKG$/Content_1173b7a8-9bbf-42cc-8b0f-abd1c3f3065c.1 - 80 - 10.28.81.52 SMS+CCM+5.0 401 2 5 1
    2012-07-23 15:11:39 10.28.80.98 PROPFIND /SMS_DP_SMSPKG$/Content_1173b7a8-9bbf-42cc-8b0f-abd1c3f3065c.1 - 80 - 10.28.81.52 SMS+CCM+5.0 401 2 5 0
    2012-07-23 15:11:39 10.28.80.98 PROPFIND /SMS_DP_SMSPKG$/Content_1173b7a8-9bbf-42cc-8b0f-abd1c3f3065c.1 - 80 - 10.28.81.52 SMS+CCM+5.0 401 1 3221225581 11
    2012-07-23 15:11:39 10.28.80.98 CCM_POST /ccm_system/request - 80 - 10.28.81.52 ccmhttp 200 0 0 384
    2012-07-23 15:13:01 fe80::31df:ba5:7c1:caf6%11 GET /SMS_MP/.sms_aut MPLIST 80 - fe80::31df:ba5:7c1:caf6%11 SMS_MP_CONTROL_MANAGER 200 0 0 4
    2012-07-23 15:13:11 10.28.80.98 CCM_POST /ccm_system_windowsauth/request - 80 - 10.29.73.101 ccmhttp 401 2 5 6
    2012-07-23 15:14:01 10.28.80.98 CCM_POST /ccm_system/request - 80 - 10.28.82.72 ccmhttp 200 0 0 23
    2012-07-23 15:15:40 10.28.80.98 CCM_POST /ccm_system/request - 80 - 10.28.81.52 ccmhttp 200 0 0 348
    2012-07-23 15:15:55 10.28.80.98 CCM_POST /ccm_system/request - 80 - 10.28.81.79 ccmhttp 200 0 0 363
    2012-07-23 15:16:12 10.28.80.98 CCM_POST /ccm_system/request - 80 - 10.29.73.101 ccmhttp 200 0 0 393
    2012-07-23 15:17:06 10.28.80.98 CCM_POST /ccm_system_windowsauth/request - 80 - 10.28.81.79 ccmhttp 401 2 5 0
    In "ContentTransferManager.log" i see that error:
    <![LOG[Starting CTM job {1C23F5FF-8ED3-43D2-91ED-169F82A24E89}.]LOG]!><time="17:11:38.999-120" date="07-23-2012" component="ContentTransferManager" context="" type="1" thread="5400" file="ctmjob.cpp:2980">
    <![LOG[Created CTM job {1C23F5FF-8ED3-43D2-91ED-169F82A24E89} for user S-1-5-18]LOG]!><time="17:11:39.030-120" date="07-23-2012" component="ContentTransferManager" context="" type="1" thread="5400" file="ctmanager.cpp:487">
    <![LOG[Created and Sent Location Request '{996973D0-911C-4929-BE9D-39CB4D759265}' for package Content_1173b7a8-9bbf-42cc-8b0f-abd1c3f3065c]LOG]!><time="17:11:39.092-120" date="07-23-2012" component="ContentTransferManager" context="" type="1" thread="5332"
    file="ccmpkglocation.cpp:83">
    <![LOG[CTM job {1C23F5FF-8ED3-43D2-91ED-169F82A24E89} entered phase CCM_DOWNLOADSTATUS_DOWNLOADING_DATA]LOG]!><time="17:11:39.092-120" date="07-23-2012" component="ContentTransferManager" context="" type="1" thread="5332" file="ctmjob.cpp:1432">
    <![LOG[Queued location request '{996973D0-911C-4929-BE9D-39CB4D759265}' for CTM job '{1C23F5FF-8ED3-43D2-91ED-169F82A24E89}'.]LOG]!><time="17:11:39.139-120" date="07-23-2012" component="ContentTransferManager" context="" type="1" thread="5332" file="ctmjob.cpp:151">
    <![LOG[Persisted locations for CTM job {1C23F5FF-8ED3-43D2-91ED-169F82A24E89}:
     (LOCAL) <a href="http://xxx.com/SMS_DP_SMSPKG$/Content_1173b7a8-9bbf-42cc-8b0f-abd1c3f3065c.1]LOG]!><time="17:11:39.452-120">http://xxx.com/SMS_DP_SMSPKG$/Content_1173b7a8-9bbf-42cc-8b0f-abd1c3f3065c.1]LOG]!><time="17:11:39.452-120" date="07-23-2012"
    component="ContentTransferManager" context="" type="1" thread="5392" file="ctmjob.cpp:1894">
    <![LOG[CTM job {1C23F5FF-8ED3-43D2-91ED-169F82A24E89} (corresponding DTS job {D22196C4-A803-42F4-B4FD-6F5FA777A778}) started download from 'http://xxx.com/SMS_DP_SMSPKG$/Content_1173b7a8-9bbf-42cc-8b0f-abd1c3f3065c.1' for full content download.]LOG]!><time="17:11:39.514-120"
    date="07-23-2012" component="ContentTransferManager" context="" type="1" thread="5392" file="ctmjob.cpp:413">
    <![LOG[CTM job {1C23F5FF-8ED3-43D2-91ED-169F82A24E89} entered phase CCM_DOWNLOADSTATUS_DOWNLOADING_DATA]LOG]!><time="17:11:39.577-120" date="07-23-2012" component="ContentTransferManager" context="" type="1" thread="5188" file="ctmjob.cpp:1432">
    <![LOG[CTM job {1C23F5FF-8ED3-43D2-91ED-169F82A24E89} encountered error 0x80070005 during download ('Error processing manifest.')- The error maps to denied access.]LOG]!><time="17:11:40.217-120" date="07-23-2012" component="ContentTransferManager"
    context="" type="3" thread="5400" file="ctmjob.cpp:2489">

Maybe you are looking for

  • Error while creating Function module extracter

    Hello Guru's I am getting error while FM extracter creating. Have created FM and Extract structure and while creating datasource using these where i am getting error as given below 1> ZV_ZFRT_INVOICES(Datasource): TABLES-paramter E_T_DATA for extract

  • IMac G3 won't boot to Mac OS 9 CD

    My iMac G3 (slot-loading) has no OS on it right now and I'm trying to install Mac OS 9 from a Mac OS 9 retail CD I have. It's a full install CD, not an upgrade. So I power it on and it shows the question mark because it has no OS on it so I put in th

  • IWeb / MobileMe / Site Sync?

    Hi, I was hoping that iWeb sites across computers synced with MobileMe would be kept up to date that way, ie. machine x has sites 1,2,3 then machine y would have those same sites available for editing in iWeb. Is there a way to do this? thx!!!

  • Oracle 11g

    Hi Guys, When was the first release of Oracle 11g? Thanks, Please Help!!!!!!!!!!!!!!!!!

  • TS4000 Reminders is buggy, often "stalls" in the middle of updating a reminder and crashes often. How do I fix this?

    I update my reminders on a daily basis and everyday my app crashes or gets stuck when updating a reminder. How do I fix this?