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]

Similar Messages

  • 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

  • Can not view/export a report which has 2 group by field when no data found

    Recently I developed a report, which contains 2 group by fields. it runs successfully when the report displays some data.
    but when there is no data, i cann't view/export this report.
    It shows nothing by html format and shows "this file cannot be opened because it has no pages" message by pdf format.
    even there is no records for this report, i still want to see the template file and show some basic information.
    please help me.
    Daniel

    I've found that, just like I used to do in Oracle Reports, if you put in a COUNT column to count your returning rows, you can put 'No Data Found' when there's no data. That way, your report will return and not error out.
    For .pdfs, this is the code I use; COUNT with code of <?if:count(field_name)=0?>.
    In the .rtf..
    COUNT
         No Data Found     
    END COUNT
    Put this in the .rtf before your data should appear or else it won't work.
    Hope this helps!
    Kris

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

  • How can I view/display webi reports

    Hi,
    We are in the eprocess of implementing BI 4.0. If we go in for webi reports, How can I view/display/publish webi reports?
    We dont have SAP EP, only ECC.
    Regards,
    priyA,

    Hi,
    the BI product packages it's own web application. Reporting content is published securely and viewed 'online' through the BI LaunchPad (previously infoview)
    Regards,
    H

  • Can not view/schedule Crystal Reports in new BOE XI 3.0 Installation

    Hello,
    I'm having an issue on a brand new installation of BusinessObjects XI 3.0 on AIX 5.2 (using WebSphere 6.0). Installation went smoothly and migration went fine. Can log in, pull up CMC, InfoView (all other apps). But scheduled Crystal Reports (as well as viewing Crystal Report thru InfoView) are failing with the following errors (which to me seem interrelated):
    *(1) Error in File ~cec0c55d91e0e015.rpt: The request could not be submitted for background processing*
    *(2) Error in Report XXX: Failed to load database information*
    *(3) An error occurred while creating a subprocess in the processing server. [RCIRAS0604]*
    These three errors indicate to me that the report engines are having issues opening the files, pulling the data and generating the reports. We've checked to make sure that the account that BOE is running under has all the permissions it needs - and it has.
    I just turned on tracing (-trace) on the report job processing servers and I'm watching the logs as I retrace my steps...
    Any ideas? Would appreciate any feedback...
    Thanks,
    Will

    Turns out this is a pretty nasty issue on Unix environments. Being that the BOE application is developed on Windows then ported to Unix environments, the services (daemons) still end up depending on an emulated registry (MainWin) sort of like in a Windows environment.
    For some reason (we're still trying to figure this out), the BOE registry entries got corrupted and then started preventing the processing servers (which in the case of CR ultimately depend on  CRPE - Crystal Reports Print Engine) from opening up and processing CR files.
    We engaged BusinessObjects/SAP support and have been able to resolve this issue on our test AIX system. The resolution included deleting all the mainwin (mw) tmp directories and files in the root temp directory and also in the
    /bobje/enterprise120/aix_rs6000/crpe>
    directory. Then we stopped all BOE services and reran the MW script to regenerate registry entries. This repair was a pretty intricate multi-step process. The SAP Technical Rep who worked on this case is writing a knowledge base article (an SAP note). Once I get details, I'll update this post.
    The good news about this issue is that the upcoming SP1 of XI 3.0 removes the dependency on the mw registries...
    Will

  • Can't View the Imported Reports From one machince to another one

    Hi,
    Thanks in advance.
    I have installed the OracleBam in two different machines in different domains.
    i have exported the reports the from one machine and imported that reports into another machine, But the imported reports are not shown in the active studio and the active viewer.
    Awaiting for the Reply......

    Hi, I encountered this problem in one of my BAM installtion, the reason was the user names of BAM. They should be identical (small / capital letter) in both systems.
    Hope this help you
    Ciao
    hz

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

  • Viewing the discoverer reports through portal

    How can i view oracle discoverer reports through portal .Suppose
    i have portal page where i want to create few links on clicking
    of which these reports are renderer on the portal.
    What configuration is required for doing this ? i mean to enable
    the discoverer view what steps are required and what url is
    given .
    Any suggestion will be of great help.
    Neeti

    Hi All,
    We are also having similiar type of error in our portal. 
    com.sap.engine.services.prtbridge##com.sap.engine.services.prtbridge
    #######SAPEngine_System_Thread[impl:5]_13##0#0#Error#1#/System/Server#Plain###
    The cluster server element 125898350 is not added in the EP cluster context,
       because prtbridge on 125898350 is stopped  or not yet started
    (maybe the server is starting or shuting down).
    We have implemented the FPN using RRA.
    This error comes only for few users when they navigate in Portal. After clearing the cache, it works for all. Kindly help us to resolve this issue.
    Regards,
    Venkatesh

  • 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

  • Can't  view Impact and Lineage tab in Meta data report

    Post Author: mohideen_km
    CA Forum: Data Integration
    Hi guys,
    I have a problem in meta Data Report ..
    IN Impact and Lineage Analysis
    I can View only OVerview Tab.I can not view Impact and Lineage
    Help me to figure out..
    Mohideen

    Hi,
    Select text column (varchar column) -> Treat Text as -> custom text format ->Remove @ (default) -> add [html]<script>sometext(‘@’)</script> followed by your javascript
    for eg:
    [html]<script>buildGoogleChart(‘@’)</script> <head> <script type="text/javascript"> function show_alert() { alert("Hello! I am an alert box!"); } </script> </head> <body> <input type="button" onclick="show_alert()" value="Show alert box" /> </body> </html>
    hope helps u.........
    cheers,
    Aravind

  • How can I view the USMT recovery key in SQL report

    Hello all,
    Can anyone help me to provide sql query for below link… What I am looking is Just to create a report with all computers that has computer association any type with the recovery key information.
    http://www.windows-noob.com/forums/index.php?/topic/1763-how-can-i-view-the-usmt-recovery-key/
    I have tried below but not working so looking for help…..
    SELECT     TOP (100) PERCENT dbo.v_StateMigration.SourceName, dbo.v_StateMigration.SiteCode, dbo.v_StateMigration.SMPServerName, 
                          dbo.v_StateMigration.SourceMACAddresses, dbo.v_StateMigration.RestoreMACAddresses, dbo.StateMigration.StateEncryptDecryptKey, 
                          dbo.StateMigration.StorePath, dbo.StateMigration.StoreSize
    FROM         dbo.StateMigration INNER JOIN
                          dbo.v_StateMigration ON dbo.StateMigration.SMPServerName = dbo.v_StateMigration.SMPServerName CROSS JOIN
                          dbo.v_UserStateMigration
    WHERE     (dbo.StateMigration.StorePath IS NOT NULL) AND (dbo.StateMigration.StoreSize IS NOT NULL)
    ORDER BY dbo.v_StateMigration.SourceName

    Try this.
    SELECT Distinct
    SM.SourceName,
    SM.SiteCode,
    SM.SMPServerName,
    SM.SourceMACAddresses,
    SM.RestoreMACAddresses,
    SMT.StateEncryptDecryptKey,
    SM.StorePath,
    SM.StoreSize
    FROM
    dbo.v_StateMigration SM
    JOIN dbo.v_UserStateMigration UM on SM.RestoreClientResourceID= UM.RestoreClientResourceID
    join dbo.StateMigration SMT on SM.SMPServerName = SMT.SMPServerName
    WHERE
    (SM.StorePath IS NOT NULL)
    AND (SM.StoreSize IS NOT NULL)
    ORDER BY
    SM.SourceName
    http://www.enhansoft.com/

  • How can I view free-response text answers in the Summary Report of FormsCentral?

    Can we view full individual free-responses in the Summary Report of FormsCentral?
    One of the only things that keeps me using Survey Monkey occasionally over FormsCentral is that I can't find a way for FormsCentral to show users' free-response answers  in the Summary Report.  Survey Monkey produces all the customizable charts and graphs and also provides a "Show Free Reponses" or "Show all responses" option so you can view/report those details under the question summary, as well as the numbers.  I would prefer to use FormsCentral for everything, so I hope I'm not missing something obvious.  But, if this functionality doesn't exist yet on FormsCentral, this would be a really helpful enhancement in the future.
    Thanks in advance to anyone who can point me to a solution!

    Hi;
    Your observation is correct, the text responses are not shown as text in the Summary Report.
    We do have a Form where you can vote on existing Feature Requests or add a new one of your own: https://adobeformscentral.com/?f=XnF-KJVCovcEVQz9tZHYPQ
    Thanks,
    Josh

  • Can i view & analysis the customer report asper the sales area wise how?

    can i view & analysis the customer report asper the sales area wise how?

    Hi,
    If you are talking about FBL3N or any other FI customer subledger report, then Yes and No.  If you have customers extended to multiple sales area, then no, if there is a one to one relationship with the sales area then yes.
    Cheers.

  • (Administration - Marketing - Import), you can set a parameter value "Import mode" for what to do in case of duplication as "update existing records", "Import new records". The final report of this import is presented as a text file that can be viewed in

    Administration - Marketing -> Import, you can set a parameter value "Import mode" for what to do in case of duplication as "update existing records", "Import new records". The final report of this import is presented as a text file that can be viewed in Business Administration - Marketing -> Import -> Exceptions. Whatever the exception, including duplication import occurs during import and recorded in a text file.   What are the fields that determine the duplicity? How I can I can change those?

    You will be returned anything that is in the option's value parameter. What is displayed in the dropdown and what is put in the value attribute do NOT need to be the same, so maybe you should start there.

Maybe you are looking for

  • Animated .gif in Captivate 7  - white splotches?

    Hello, I have an animated .gif that works perfectly when openened in an IE web broswer.  When I import it as an animation into Captivate 7, the animation has tiny "blinking" white splotches moving over it, kind of like its electrified. Does anyone ha

  • Work Around For Numbers Crashing

    Work Around For Numbers Users: For those of us who have numbers and have had problems with it crashing when scrolling across sheets that have checkboxes try this:  Double select a cell, and use the expanding group to navigate the sheet.  It seems to

  • Running  a webApplication using struts

    Hi forum, I am using struts & in index.jsp I have used following lines of code <code> <html:form action="Lookup" name="lookupForm" type="Project.LookupForm" > <table width="45%" border="0"> <tr><td>Symbol:</td> <td><html:text property="symbol" /></td

  • Zoom Area Doesnt Work with Highlight Boxes, Etc...

    Hi, I recently upgraded to Captivate 6 from version 5. I've noticed the the Zoom Area does not work in the Preview Mode with video recordings or with Highlight Boxes. The area will zoom, but any actions that are happening behind the Zoom Area box wil

  • Create progress bar

    Hi. Do you know how to create a progress bar ? In my JSP, i'm going to show some numbers and a progress bar telling the user how many % of a job (s)he has done. I'm doing a regular refresh and getting the %-number from a backend-method. I'll be very