DFSR Health Report Problem - 3 methods of generating reports give 3 different outputs

Hello,
I am trying to implement a monitoring solution for DFSR by having a script generate a health report and send it to me. I have one replication group with 2 members and 2 replicated folders.
The script looks like this:
# Write DFS Health Report
Write-DfsrHealthReport -GroupName "RG1" -ReferenceComputerName "SRV1" -MemberComputerName "SRV1", "SRV2" -Path "D:\Logs" -CountFiles
# Get the 2 newest files -- these were just generated by Write-DFSRHealthReport
$new_report = Get-ChildItem "D:\Logs |
Sort-Object -Property LastWriteTime -Descending |
foreach {$_.fullname} |
Select-Object -First 2
# Send email with attachments
$mail_parms = @{'To' = "me";
'SmtpServer' = "";
'Subject' = "DFSR Health Report for $(Get-Date)";
'From' = "SRV1";
'Attachments' = $new_report
Send-MailMessage @mail_parms
Now here's the fun part:
1) When I run a health report using the GUI, I get a nice, clean report with no errors.
2) When I run my script from a non-elevated ISE, I get the following errors:
- Server 1 shows DFS Replication problems due to temporary attributes
- Server 2 shows as unavailable for reporting because, according to that, I am not an administrator
3) When I run the script form an elevated ISE, both servers show errors about replication problems related to temporary attributes.
I can tell you that:
- The account I am using has administrator rights on both servers
- I have checked that the account has proper permissions in WMI
- When I check for the temporary attribute using Get-Childitem cmdlet (from an elevated PS) nothing shows up.
- I have restarted dfsr service on both servers, no change
So my questions:
1) Why am I getting the WMI error of not being an administrator when I AM an administrator? And why am I getting them only when generating a report using the script and not when I am generating it using the GUI?
2) Why am I getting errors about temporary attributes when I have removed them?
Kind regards,
Wojciech

Hello,
A small update on this. I figured out that I can also generate an health report containing errors regarding temporary attributes using the GUI. Those errors appear when I choose the option to count the files in the replicated folder. If I leave the option
unchecked, the report comes back clean.
So one problems is pretty much solved. The question is why do I get those errors?
This is exactly what's shown:
========
One or more replicated folders have content skipped by DFS
Replication.
Affected replicated folders:
Homedir
Description:
DFS Replication does not replicate certain files in the replicated folders
listed above because they have temporary attribute set, or they are symbolic
links . This problem is affecting at least 100 files in 1 replicated folders (up
to 100 occurences per replicated folder are reported). Event ID: 11004
Last occurred:
9 marca 2015 at 12:32:14 (GMT1:00)
Suggested action:
Verify that the files you want to replicate are not temporary and not
symbolic links.
<v:vmlframe class="pm1" src="#Minus"></v:vmlframe>Homedir Replicated folder
File path:
D:\Homedir
Files that cannot be
replicated under the replicated folder (100):
Relative path and
file name
\4B66DB44.wmf
\4AA5E9D0.wmf
\49499C1F.wmf
=======
The list contains 100 files, with about 90% of .wmf files, some .emf files and I think one .dat file. What is quite irritating, is that I cannot find any of the files listed in the replicated folder. Let's try to find any .emf files:
PS C:\Windows\system32> Get-ChildItem -Recurse -path d:\homedir | Where-Object {$_.Extension -eq ".emf"}
PS C:\Windows\system32>
Nothing...
I have tried 2 methods of checking for temporary attributes, none of them produced any results:
PS C:\Windows\system32> Get-childitem D:\Homedir -recurse | ForEach-Object -process {if(($_.attributes -band 0x100) -eq
0x100) {write-output $_}}
PS C:\Windows\system32>PS C:\Windows\system32> Get-ChildItem -Recurse -File -Attributes Temporary -path D:\Homedir
PS C:\Windows\system32>
I'm quite puzzled here, I don't know what else I can try.
Any help would be greatly appreciated.
Kind regards,
Wojciech

Similar Messages

  • Can't view DFSR Health Reports in IE 10 or IE11

    As a part of monitoring our DFSR infrastructure, I generate health reports on a weekly basis and have them emailed to me.  The DFSR reports require IE in order to be viewed.  On top of that, they require IE9.  While I was able to display
    the page in compatibility view, in IE 10, I'm not unable to do this in IE 11 and I'm left unable to review my reports without using a separate computer.  I posted this hear because it seems about time that the DFSR reports get a refresh and get compatible
    with the latest browsers.  In the meantime, how would you suggest I go about viewing my reports?

    Hi,
    As you said it is a known issue. Please refer to the workaround in this article:
    DFS Replication diagnostic reports do not display correctly in Internet Explorer 10
    http://support.microsoft.com/kb/2750857
    TechNet Subscriber Support in forum |If you have any feedback on our support, please contact [email protected]

  • Method to Generate Report...??

    Hello, i want to know is that any method that can generate bar chart with jsp, mysql, tomcat??
    I tried to search from internet, and i found out SwissChart is one of the method to generate graph... but i tried to follow the step of installation n the setting also..... it doesn't work....
    can any one pls help me to get out of this problem?? it quite urgent for me to finish my project..... a prompt reply will be appreciated......
    thank you....
    from bscs

    may be this website will be useful for you
    http://www.jfree.org/jfreechart/index.php

  • Boot up of Windows Server 2012 Essentials seems slow (extended Please Wait screen) and there are errors in Health Report

    Dear Sir or Madam,
    I have been experimenting with the evaluation version of WS2012e trying to get the installation and subsequent build into an optimal set up, and once I have everything I want it to do mapped out, I'll set it up with the full version with using the key that
    I bought.
    However, I've noticed that the server seems to experience a delay during cold boot - it sits with a Please Wait screen for about 60-90 seconds before it presents the screen with an option to Log on.  I have also discovered from running Health
    Report, that there are some entries in the event logs which appear to coincide with start up times, and which seem to be interconnected to each other in the issues they are describing, and I have copied an example of one of those health reports below. 
    I assume that everything sorts itself out in due course, because the events say the process will be re-attempted and these errors don't repeat again after the system has booted up.  I also have the server set to suspend when not in use with the Lights
    Out add in, so it shouldn't need to cold boot often - but I wondered if there's a way to correct these errors so that they don't hold up the boot up process?  I'm also concerned that these errors will cause me later problems with storage pools and
    the like at a later date - the disk replication one seems particularly worrying.  Alternatively, are these errors just a normal part of the start up process - the timing of when different processes start relative to each other - and can be safely ignored?
    In trying to understand what the events describe, I thought that WE2012e acted as its own Domain Controller, and yet it seems from the event log entries that it is waiting for another server to respond to AD / DC requests (but there isn't another server
    on my home network).  The other thing I remember from when I first tried out WS2012e, is that it took control of DHCP or DNS from the router, and I found that frustrating when waking up my laptop and it wouldn't connect to the internet until the server
    had fully booted up and re-asserted its network settings.  Is this another symptom of the same problem?  I remember seeing a posting at the SBS Diva's site about how to update the server so that it gave connected PCs a backup option for connecting
    to the internet when the server wasn't available, and was going to try to find that again to see if that helped.
    By way of background - there isn't another server in my home network.  This is an attempt to do a clean install onto the same hardware that I ran the initial trial of WS2012e, now that the trial has expired, so I'm not trying to migrate from an existing
    server.  I moved all the data on the trial server off onto an external disk, with the intention of importing it back once I had the Storage Pools set up the way I wanted on the new build, and since I didn't want to keep anything else about the server
    trial.  Am I correct in thinking that I don't need to go down the Migration route during installation, and can go through a Clean install in this circumstance? 
    I'm running on an Asus P8-H77-i motherboard, with an i5-3470s CPU and 16MB RAM, and I have WS2012e installed on 256Mb SSD formatted under GPT with uEFI boot - the latter being the main reason for the reinstall, instead of just giving the Evaluation
    version the new key on the original MBR set up.  I've also enabled Intel Rapid Storage and Rapid Start - and successfully set aside the hibernate partition on the SSD - but discovered that this is about forcing a hibernate after suspend, allowing
    the system to power down until its needed again, and then resuming from hibernate on the SSD rather than cold boot each time.  That seems to work, but doesn't improve the cold boot times at all, which was what I was hoping for - ideally the way my
    laptop will boot from cold in a few seconds into Windows 8. 
    Yours faithfully,
    Avon
    ======
    Health Report extract.
    Critical Errors in Event Logs in Last 24 Hours
     DFSR
    Event ID: 3221226674
    The DFS Replication service failed to contact domain controller  to access
    configuration information. Replication is stopped. The service will try again
    during the next configuration polling cycle, which will occur in 60 minutes.
    This event can be caused by TCP/IP connectivity, firewall, Active Directory
    Domain Services, or DNS issues.
    Additional Information:
    Error: 160 (One or more arguments are not correct.)
    Last occurrence: 26 May 2014 18:51:28
    Total occurrence(s): 2
     DNS
    Event ID: 2147487661
    The DNS server is waiting for Active Directory Domain Services (AD DS) to signal that the initial synchronization of the directory has been completed. The DNS server service cannot start until the initial synchronization is complete because critical DNS
    data might not yet be replicated onto this domain controller. If events in the AD DS event log indicate that there is a problem with DNS name resolution, consider adding the IP address of another DNS server for this domain to the DNS server list in the Internet
    Protocol properties of this computer. This event will be logged every two minutes until AD DS has signaled that the initial synchronization has successfully completed.
    Last occurrence: 26 May 2014 18:51:15
    Total occurrence(s): 2
     ADWS
    Event ID: 3221226674
    This computer is now hosting the specified directory instance, but Active Directory Web Services could not service it. Active Directory Web Services will retry this operation periodically.
    Last occurrence: 26 May 2014 18:51:08
    Total occurrence(s): 2
     NTDS General
    Event ID: 2147486534
    The security of this directory server can be significantly enhanced by configuring the server to reject SASL (Negotiate,
    Kerberos, NTLM, or Digest) LDAP binds that do not request signing (integrity verification) and LDAP simple binds that
    are performed on a cleartext (non-SSL/TLS-encrypted) connection.  Even if no clients are using such binds,
    configuring the server to reject them will improve the security of this server.
    Some clients may currently be relying on unsigned SASL binds or LDAP simple binds over a non-SSL/TLS connection,
    and will stop working if this configuration change is made.  To assist in identifying these clients, if such binds occur this
    directory server will log a summary event once every 24 hours indicating how many such binds
    occurred.  You are encouraged to configure those clients to not use such binds.  Once no such events are observed
    for an extended period, it is recommended that you configure the server to reject such binds.
    For more details and information on how to make this configuration change to the server, please see http://go.microsoft.com/fwlink/?LinkID=87923.
    You can enable additional logging to log an event each time a client makes such a bind, including
    information on which client made the bind.  To do so, please raise the setting for the "LDAP Interface Events" event logging category
    to level 2 or higher.
    Last occurrence: 26 May 2014 18:51:00
    Total occurrence(s): 2
    =======

    Hi KerguelanAvon,
    Based on your description, it seems to be hard to narrow down the cause of this issue. Please refer to following operations and monitor the result. It may help us to go further, and then solve this issue.
    1. Please refer to the following article and troubleshoot slow boot.
    New Slow Logon, Slow Boot Troubleshooting Content
    2. On your server 2012 essentials, please start a BPA scan and fix all that it can find, then monitor the result.
    Regarding to those critical Errors in Health Report, please perform
    Dcdiag on the server. Meanwhile, please refer to the following article and troubleshoot network connectivity, firewall setting and AD DS issue.
    DFSR Event 1202 (DFS Replication)
    Hope this helps.
    Best regards,
    Justin Gu
    Hi Justin,
    I'm reading through the links you referred me to but it's taking a while.  In the meantime I tried running BPA as you suggested.  I'm sure when I ran it before, it didn't say much beyond 81 checks completed, and I couldn't find a way to get any
    more detail.
    Now it says
    Problem:
    The DNS client is not configured to point only to the internal IP address of the server.
    Impact:
    If the DNS client is not configured to point only to the internal IP address of the server, DNS name resolution can fail.
    Resolution:
    To resolve this problem:
    1. From the client computer, open the Properties page for the network connection.
    2. Make sure that DNS is configured to point only to the internal IP address of the server.
    Except that it is.
    Connection-specific DNS Suffix:
    Description: Broadcom 802.11n Network Adapter
    Physical Address: ‎00-1B-B1-28-AE-63
    DHCP Enabled: Yes
    IPv4 Address: 192.168.1.133
    IPv4 Subnet Mask: 255.255.255.0
    Lease Obtained: 03 June 2014 21:56:49
    Lease Expires: 05 June 2014 20:24:20
    IPv4 Default Gateway: 192.168.1.1
    IPv4 DHCP Server: 192.168.1.1
    IPv4 DNS Server: 192.168.1.49
    IPv4 WINS Server:
    NetBIOS over Tcpip Enabled: Yes
    Link-local IPv6 Address: fe80::80ef:48d5:9fde:f10e%14
    IPv6 Default Gateway:
    IPv6 DNS Server:
    I'll try rebooting from the current windows 7 build over to windows 8 on my dual boot laptop, to see if that makes any difference, since it is the only other client PC connected to the server at the moment.
    Thanks, Avon.

  • Auto-start services not running :Shell Hardware Detection in my Health Reports

    Recently I've setup up Windows Server 2012 Essentials on my Custom-made Box. All is going well so far except that i have a warning in my generated Health Report such as
     Auto-start Services Not Running Shell
    Hardware Detection.
     I had checked My Services and found out that this particular service is scheduled to start Automatically and it is always started...
    Any Advice what might be the problem? 
     

    Susan, can you still see the Connect bug? What Product/Program is it under in Connect? I can't see it but I might not be a member of the correct group.
    From http://technet.microsoft.com/en-us/library/hh831394.aspx:
    "After a server has been added to the Server Manager server pool, service alerts about the Shell Hardware Detection service can be displayed if there are no users logged on to the managed server. This occurs because the Shell Hardware Detection service runs
    only when users are logged on to the managed server, or connected to a Remote Desktop session on the managed server. To avoid seeing Shell Hardware Detection service alerts for this case, click
    Services in the thumbnails for server groups, including the
    All Servers group. In the Services Detail View dialog box, on the
    Services drop-down list, clear the check box for Shell Hardware Detection, and then click
    OK."
    That confirms that it's okay for Shell Hardware Detection not to be running. However the suggested fix--removing it from 2012 alerting--does not keep it off my 2012E Health Report.
    Mark Berry
    MCB Systems

  • Crawl Health Reports in Sharepoint Foundation 2013 Farm

    I am getting the following error within a newly build SharePoint Foundation 2013 Farm. I would like to know how I go about resolving this issue:
    When browsing to Central Admin --> Search Administration --> Crawl Health Reports, I receive the following error:
    Sorry, something went wrong
    Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "Resources.MossChart.resources" was correctly embedded or linked into assembly "App_GlobalResources.kbifvsaw" at compile time, or
    that all the satellite assemblies required are loadable and fully signed.
    Technical Details
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: 0b83a29c-2582-9044-9d87-fc1089e8f7ee
    Date and Time: 7/8/2014 1:47:38 PM
    When I browse to Central Admin --> Search Administration --> Crawl Health Reports, I receive the following error:
    Sorry, something went wrong
    Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "Resources.MossChart.resources" was correctly embedded or linked into assembly "App_GlobalResources.kbifvsaw" at compile time, or
    that all the satellite assemblies required are loadable and fully signed.
    Technical Details
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: 1b83a29c-0562-9044-9d87-f319e14ba795
    Date and Time: 7/8/2014 1:48:43 PM
    I suspect that both errors have the same root cause, but I could do with some assistance in resolving this. Do I need to install some Microsoft Chart Controls by any chance? I am assuming that as the links are there in SharePoint Foundation, that they should
    be working within this edition of SharePoint.
    Kevin Evans

    Hi  Kevin,
    According to your error message,  please  make sure "Resources.MossChart.resources" was correctly embedded or linked into assembly "App_GlobalResources.kbifvsaw”, it seems like that mosschart.resx
    and mosschart.en-US.resx missing or bad of the error web site.
    To correct the problem you can manually deploy the resource files to the correct IIS Virtual Directory location. To deploy the resource files manually following the steps below.
    1. Navigate to 'C:\Program Files\Common Files\Microsoft Shared\web server extensions\15\CONFIG\Resources'
    2. Copy the files 'mosschart.resx' and 'mosschart.en-US.resx'.
    3. Navigate to the IIS Virtual Directory of your SharePoint website
    4. Paste 'mosschart.resx' 'mosschart.en-US.resx’ into the Virtual Directory's App_GlobalResources folder
    5. Perform an IISRESET
    6. Refresh your page.
    Reference:
    http://social.technet.microsoft.com/Forums/en-US/4a89e23c-a1c1-4b8a-99e9-4e1a36b8ecf8/web-analytics-errors?forum=sharepointadminprevious
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Eric Tao
    TechNet Community Support

  • F110 Auto. payment program ..Problem payment method not found

    Hi,
    I done the configuration for automatic payment program.with payment method c.
    when i am running the program the proposal is created but it is with a error saying no valid payment method found.
    Please guide me.
    Thanks
    Micheal

    I had given the payment method C in vendor master,Payment methods in country and payment methods in company code,Bank determination in FBZP.
    I am getting the same problem.Payment method not found.Please find the error list
    Information re. vendor 1900107 / customer  / paying company code 100 ...
    Payment with currency USD, payment method C: No valid payment procedure
    Information re. vendor 1900107 / paying company code 100 ...
    ... payment not possible because of reported error
    End of log
    Job finished
    Thanks and best regads
    Micheal

  • Firefox Health Report Vital Stats shows bookmarks 14, but Raw Data shows bookmarks 7917. How can I make Firefox Health Report Vital Stats show bookmarks 7917?

    All data in the about:healthreport Firefox Health Report page is accurate except for the persistently inaccurate bookmarks count in the Vital Stats section of the page, which counts only 14 bookmarks and fails to count the other 7903 bookmarks.
    The about:healthreport Firefox Health Report Vital Stats section shows bookmarks 14.
    The about:healthreport Firefox Health Report Raw Data page shows bookmarks 7917.
    The Firefox/Bookmarks/Show All Bookmarks/Library window shows 7910 items.
    How can I make the about:healthreport Firefox Health Report Vital Stats section correctly and accurately show "bookmarks 7917" instead of incorrectly and erroneously showing "bookmarks 14"?
    Platform: FF 36.0.4, Mac OS X 10.8.5
    Platform: FF 31.5.2 ESR, Mac OS X 10.8.5
    The following steps reveal the issue:
    (1) In the Firefox Navigation Bar, type "about:healthreport" (without the quotation marks) to open the Firefox Health Report page.
    (2) On the left side of the Firefox Health Report page, in the Vital Stats section, the following data appears: bookmarks 14. This is false data because the browser actually has 7917 bookmarks, not 14 bookmarks. All other data in the Firefox Health Report page is accurate.
    (3) In the Firefox Health Report page, click the Raw Data link to reveal all Raw Data.
    (4) Page Down approximately 10 pages to the following specific Raw Data:
    "2015-03-22": {
    "org.mozilla.addons.counts": {
    "_v": 2,
    "extension": 28,
    "plugin": 6,
    "theme": 1
    "org.mozilla.healthreport.submissions": {
    "_v": 2,
    "continuationUploadAttempt": 1,
    "firstDocumentUploadAttempt": 1,
    "uploadSuccess": 1,
    "uploadTransportFailure": 1
    "org.mozilla.places.places": {
    "_v": 1,
    "bookmarks": 7917,
    "pages": 4293
    5) The preceding Raw Data correctly indicates the following data: "bookmarks": 7917,
    6) Open the Firefox/Bookmarks/Show All Bookmarks/Library window.
    7) In the Library window sidebar, select the entry "All Bookmarks".
    8) In the Library window Search Bookmarks search bar, type the colon punctuation mark " : " (without the quotation marks) to reveal the entire list of all items (bookmarks) in the Library window.
    9) In the Library window, select any one of the items (bookmarks) in the list of items.
    10) Press the <command> <A> keys to select and highlight automatically all items in the items (bookmarks) list, and Firefox automatically will begin the process of counting all items (bookmarks) in the items list.
    11) After a counting interval of several seconds, the count of the total number of items (bookmarks) that are present in the items list appears near the bottom-center of the Library window: 7910 items.
    12) I installed the "Places Maintenance" add-on, selected the "All" preference, and executed the add-on, but it did not correct the issue.
    13) The about:healthreport Firefox Health Report Vital Stats section counts only 14 bookmarks and fails to count the remaining 7903 bookmarks.
    Note --
    On the support.mozilla.org/en-US/questions site, after selecting ASK A QUESTION and writing this question, I attempted to upload image files with the question, but I am unable to upload a JPG (97 KB) image file or a PNG (307 KB) image file because the "Add Images Browse" function appears to be broken.
    Each time I click the "Add images: Browse" button, select one of the image files, and click "Open" to upload the image file, a spinning gear appears in a square beneath "Uploaded images:", and the spinning gear continues to spin without stopping. The image file does not upload.
    While the gear is spinning, the message "Uploading <filename>.jpg" or "Uploading <filename>.png" remains constantly visible beneath the square that contains the spinning gear.
    I think the gear would have continued to spin for eternity if I had not reloaded the page after the gear had been spinning for a full 7 minutes.
    The image files would not upload.

    It could be the work of one of your add-ons.
    Type '''about:addons'''<enter> in the address bar to open your Add-ons Manager.
    Hot key; '''<Control>''(Mac:<Command>)''<Shift> A)'''
    In the Add-ons Manager, on the left, select '''Extensions.'''
    Disable a few add-ons, then '''Restart Firefox.'''
    Some added toolbar and anti-virus add-ons are known to cause
    Firefox issues. '''Disable All of them.'''
    If the problem continues, disable some more (restarting FF). Continue until
    the problem is gone. After, you know what group is causing the issue.
    Re-enable the last group '''ONE AT A TIME''' (restarting FF) until the problem returns.
    Once you think you found the problem, disable that and re-enable all the
    others, then restart again. Let us know who the suspect is detective.

  • [Resolved][SCE 2010] Daily Health Report

    Hello everybody!
    I'm working in the IT support. And it turns that we cannot found the origin of one problem.
    I explain myself:
    We have many servers. For the exchange for System Center Essentials2010 and others.
    But since the beginning of October the Daily Health Report is not send automatically.
    I have tried to follow all the steps to configure the DHR (Daily Health Report) but it seems not working yet! When I press the bottom to send the DHR it works (manually)! But it is not working automatically.
    Does somebody have any idea?

    So, could you please check this link, it provide the solution to check the daily health of exchange 2013 :
    http://exchangeserverpro.com/troubleshooting-exchange-server-2013-with-test-cmdlets/

  • Creating an alert on CA Health Report - Bug

    We are trying to configure email alerts on the Central Admin Health Report list in SharePoint 2013. We get the confirmation email when the alert is first created, but nothing when a new error or warning arrives in the list.
    Sure enough, no 'job-immediate-alert' existed on the CA webapp, as determined by viewing the CA UI Job definition page and the following powershell: Get-SPTimerJob
    | ? {$_.name -like "*alert*"}
    To create the job on the CA webapp I followed the advice here.
    Now I can see in the Job Definition page the ‘Immediate Alerts’ job. However, when I click to see
    details about the job the Last run time is N/A.
    I see the Immediate Alerts job scheduled in the Scheduled Jobs page, but the Job History page is empty. I have tried to start the job manually with Powershell with the following:
    Add-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction SilentlyContinue
    $th = Get-SPTimerJob -WebApplication http://spsite:2013 | ? {$_.name -like "*alert*"}
    Start-SPTimerJob $th
    No errors, but still the Last run time is N/A
    Some users have said running the updatealerttemplates may help, so ran stsadm
    -o updatealerttemplates -url http://spsite:2013 but the job still will not run. I restarted the Timer Service via Windows Services as well, but still no luck.
    No errors in Event Viewer or ULS. The job just seems to refuse to run on the CA Webapp. Anyone have any suggestions? (Would rather not have to create a workflow just
    for this – this should be simple, right?)
    UPDATE: The servers restarted today, and the job-immediate-alerts timer job ran successfully TWICE on the SharePoint Central Administration v4 WebApp. After running twice,
    something seems to prevent it from processing the job. Very strange.
    Any thoughts? I would like to see if this is a bug that other users have experienced.  Unfortunately there is no public listing of Sharepoint bugs, and to report a bug I need to pay for it by opening a support ticket... sweet...

    As you said after reboot its works...
    I would enable the verbose logging and check the ULS logs why its work and why it fail / not starting? Did anything change which trigger alerts or no change after 2 alerts?
    By posting a question you already report this, as MSFT monitor this forum and someone from MSFT will respond on this.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • SP2013 Bug Report: Health Reports - You can only specify the READPAST lock in the READ COMMITTED or REPEATABLE READ isolation levels.

    There appears to be an error when trying to view Health Reports from Central Administration. A simple fix within a SharePoint Stored Procedure fixes the problem. I get the error message "You can only specify the READPAST lock in the READ COMMITTED or
    REPEATABLE READ isolation levels." when just trying to click "View Health Reports" --> Go in CA.
    I have found the same problem in some blog posts which leads me to believe this is a bug:
    Problems Viewing Health Reports in SharePoint 2013
    From the blog post "I managed to work around it by altering the
    proc_GetSlowestPages stored procedure and commenting out the
    WITH (READPAST) line. "
    This also worked for me. It would be great if a fix could be released for this problem as it seems to cause other problems as well (site analytics freezes).

    Hi Dennis
    Hope you had found the hotfix and installed it.
    For the benefit of others who visit this thread SharePoint Server 2013 Client Components SDK hotfix package addresses this issue.http://support.microsoft.com/kb/2849962
    Regards
    Sriram.V

  • Does this health report show Firefox working fine

    Firefox version 32.03
    Since the latest update I have noticed the browser start up time has increased and if I open one or two tabs the internet get disconnect for few seconds.
    There is not any change on computer that is why I think it is strange.
    I have checked Firefox Health Report which I do not know is good or bad. Therefore please advice.
    As I could not attach the screen shot of Health report I will attach in next post after this one for reference.
    Thank you.

    Hello,
    Thank you for reply.
    You asked "Does the problem occur with a specific video site (e.g. YouTube) or is it with any video site? Could you test playing a video on the first tab from another site and then opening a second tab?"
    No not a specific video or website anyone. I have just tested.
    I opened your mail while reading I played a video from YouTube at random when it started playing on Yahoo I clicked a news link which interrupted the playing video for a while. This problem is not only with playing video even if I open a website or check e-mail when using browser will cause some disturbance/interruption. I should say a kind of hanging for few seconds approximately five to ten seconds.
    In the given screen shot you can see in the task tray Opened browser, Windows e-mail, opened e-mail and capturing of screen shot. Sorry my system is in Japanese therefore you will see some strange characters.
    Thank you

  • My bookmarks disappeared. The health report says I have 289, but I can't access them.

    I opened firefox and all my bookmarks were gone. There is only 1 backup, it is from this morning and it contains only the default bookmarks. However, when I go to the health report it says I have 289 bookmarks, so it knows they are there somewhere.

    "Firefox updates without losing bookmarks."
    Clearly it doesn't always, it has done it to me 3 times, once on this computer and twice on another.
    "Firefox also automatically backs up snapshots of bookmarks."
    Not always, otherwise I wouldn't have posted this problem, would I?
    "Your problems may well have been cause by third party software."
    That is just a bullshit excuse to not address a serious bug somewhere within Firefox
    "Backing up important information is often good practice whether that relates to browser use or general computer use. "
    Yet more bullshit weasel words to avoid addressing an issue.
    Really people, if you have no solution, then why waste time making such pointless posts. It's almost as if you feel threatened by the fact that there is a major flaw somewhere in Firefox. It's just a browser, and it has a problem. There is no need to post to deny it, the fact that this thread even exists is all the proof you need that the problem exists.

  • Problem  overriding methods

    Hi All:
    There is a problem in executing the following code. Ambiguity error is reported on compilation.....if i have MyMethod(double x) in the base class there is no hassle....so what's the fun is about.
    //--------code starts here---------
    class MyBase{
         public void MyMethod(int x){
              System.out.println("double");
    class MyDerived extends MyBase{
         public void MyMethod(double x){
              System.out.println("int");
    public class EntryPoint{
         public static void main(String args[]){
              MyDerived myD = new MyDerived();
              myD.MyMethod(10.8);
              myD.MyMethod(12);
    //----------code ends here-------
    overlooking for your feedbacks

    As far as I know, methods get called in accordance with what kind of class the reference points to - i.e myDerived (but it's possible that I confused this with how "calls" to variables are handled, so don't bet your life on it). However, I guess there could be an ambiguity problem since methods that take doubles could also take integers. So... when you pass a double to myMethod as it is given in your code, there is no question about it - it has to be handled by the MyMethod in the subclass (the super class only deals with integers). On the other hand, if you pass an integer to MyMethod(), it's really an open question (as I see it, anyway) which method you actually want.
    EDIT: Hmm... it's possible to pass an int to a method wanting doubles, is it not? Or am I too C++-ish? If it's not possible, I have no idea what the problem is. If it is possible, I guess the amibuity stems from the possibility to call any of those two method. Ehm. That's what I think.

  • Version 22 operating on Windows XP continuously crashes; CPU surges and can not see the Firefox Health Report (all boxes checked and share data on)???

    Not sure how much clearer I can be.
    Windows XP version 5.1 with Service Pack 3
    Firefox Version 22
    Can not view Firefox Health Report even thou all selections are made for this to happen
    I share data with Mozilla

    If Firefox is crashing we need the Crash IDs that are obtainable from ''about:crashes''. The crash IDs start with ''bp-''
    Standard reply:
    We're sorry to hear that Firefox is crashing. In order to assist you better, please follow the steps below to provide us crash ID's to help us learn more about your crash.
    #Enter about:crashes in the address bar (that's where you enter your website URL) and press Enter. You should now see a list of submitted crash reports.
    #Copy the 5 most recent crash ID's that you see in the crash report window and paste them into your response here.
    Thank you for your help!
    More information and further troubleshooting steps can be found in the [[Firefox crashes]] article.

Maybe you are looking for