Issues with migrated SHarePoint 2010 sites after Mount-SPContentDatabase command and claims powershell upodate

Hi,
I am getting issues when trying to access these new SharePoint 2010 Mode Web Applications I have migrated to SharePoint 2013. A record pointing to WFE Cluster OK. Problem is sometimes I get a blank page, sometimes I get prompted with a password, sometimes
I get the site, but style is poor and sometimes I get a page that looks fine (it always takes a long time - there are ping issues). I have had a quick look around and noticed that this can be the Request Management Service. I have it running on all 3 WFE along
with Distributed Cache. This is really worrying and it is having a big impact on me progressing.
Any ideas. Reluctant to run some powershell commands some people have recommended as they could cock things right up.
Thanks.
John  

Hi John,
if you have load balancer you can stop Request Management.
But my advice that you need to check the ULS logs, try to set the diagnostic logging to verbose and catch the errors in the logs and send them.
Kind Regards,
John Naguib
Technical Consultant/Architect
MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation
Please remember to mark your question as answered if this solves your problem

Similar Messages

  • Sharepoint 2013 site having NTML Crawl issue while crawling Sharepoint 2010 sites having FBA authentication

    Hi,
    We have Sharepoint 2013 search center site which is claim based with NTLM authentication set. we have Sharepoint 2010 farm also running which are FBA authenticated.
    While crawling Sharepoint 2010 sites having FBA authentication from SP 2013 search center having NTLM auth. it does not give proper result.
    Can you please help me what can be done here?
    Thanks,
    Prashant

    Hi Prashant,
    According to your description, my understanding is that the search cannot work correctly when crawling the SharePoint site which is form-based authentication.
    Per my knowledge, the crawl component requires NTLM to access content. At least one zone must be configured to use NTLM authentication. If NTLM authentication is not configured on the default zone, the crawl component can use a different
    zone that is configured to use NTLM authentication.
    However, if crawling a non-default zone of the web application, URLs of results will always be relative to the non-default zone that was crawled for queries from any zone, and this can cause unexpected or problematic behavior.
    I recommend to make sure that the default zone of the SharePoint 2010 web application to use NTLM authentication.
    More references:
    http://technet.microsoft.com/en-us/library/dn535606(v=office.15).aspx
    http://technet.microsoft.com/en-us/library/cc262350.aspx#planzone
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Office Web Apps 2010 on SharePoint 2010 site running in SharePoint 2013?

    We're in the process of moving a SharePoint 2010 site over to SharePoint 2013.  The SharePoint 2010 site is using classic authentication, and it's not in scope to update this to claims-based authentication.
    I'd like to continue running the site in SharePoint 2010 mode without upgrading it to 2013.  In this case, can I continue to use Office Web Apps 2010 for this SP2010 site?  I've already installed Office Web Apps 2013 on another server but just
    read that it needs claims-based authentication.

    If you want to use OWA once the site has been moved to 2013 you will need to change the web application to use Claims. OWA in 2013 requires that and will not work in classic mode.

  • Unable to open Office files on SharePoint 2010 sites on Windows Server 2008 R2

    Setup: Windows SharePoint Server 2010 sp1 on Windows Server 2008 R2 (hosted on VMWare VSphere ESXi 5.1)
    Secured using Domain SSL from GlobalSign.
    Client OS: Windows 7 Professional 32bit & Windows XP SP3 32 bit
    Browsers: IE10, IE9,IE8
    Office: Office 2010, Office 2010 sp2 (both 32bit), Office 2007
    Problem Description: Only recently, users started having issues with opening Office files (Word, Excel) on SharePoint sites. When you click on an Office file e.g. Word Document, it comes up with the option to select "Ready only" or "Edit"
    and choosing either options and re-entering the login credentials results in the
    application hanging. If you leave it for a while (about 5 minutes) sometimes the file opens and other times it gives the error "Could not open https://portal.com/XXX/XXX/Document.docx". Even when it opens, it's extremely
    sluggish and can't do anything other than end it via Task Manager. Same with excel files. 
    This happens to all the users all different OS and browsers.
    On XP Pro SP3 w/ IE8, when you click on the file, the login prompt keeps popping back up repeatedly and if you click cancel, the file loads up anyway but no way of saving back onto the SharePoint site.
    IMPORTANT: One exception is when logged in as a Site Collection Administrator, it
    works like a dream bizarrely!!!! Opens, Edits and saves back fine on the SharePoint site.
    Have tried following:
    1. Repaired Office 2010 Pro; Uninstalled/Re-installed Office 2010 Pro
    2. Reset Browser, unticked automatically detect proxy settings.
    3. Emptied OfficeOfflineCache on Client
    4. Removed WebDAV from the SharePoint server
    5. Added Antivirus folder exclusion (We use SEP 11) on the SharePoint Server
    Note: PDF files opens fine for all users.
    I would immensely appreciate if anybody has got any advice/pointers/suggestions. Desperately out of ideas at the moment.
    regards,
    Compter Sez No!

    Hi,
    According to your description, When you try to open a Microsoft Office document from a SharePoint 2010 site in a client application, the document opens slowly and you are prompted to enter your credentials multiple times.
    This issue may be because of SharePoint Web Front End (WFE) server(s) has Antivirus software installed and the exceptions are not set correctly.
    I recommend to remove the antivirus software or set the correct permissions for the antivirus software to resolve the issue.
    To configure the antivirus exceptions, please follow the guidelines in the below articles:
    KB943620:
    Folders to exclude when you perform a file-level antivirus scan on a server operating system.
    KB952167:
    Certain folders may have to be excluded from antivirus scanning when you use a file-level antivirus program in SharePoint.
    KB943556:
    Recommended file and folder exclusions for Microsoft Forefront Client Security or Forefront Endpoint Protection 2010.
    Best regards.
    Thanks

  • What third party tools exist to show a user or groups permissions and access rights for an entire SharePoint 2010 site collection?

    Our admin crew has just inherited a 4 year old SharePoint site that was developed on SP 2007 and later migrated to SP 2010.  We are trying to determine which users and groups have access to the 150+ sub-sites of the site and at what permission levels.
    Research tells me SharePoint 2010 has no means to simply list out a user's permission levels over an entire site collection, but that it must be done at each sub-site, list & library that has permission inheritance broken to create a unique permissions
    object.
    Has anyone found a solution to this issue?  Without days of research at each sub-site, list & library, how would one more economically go about such an investigation of a user's permissions on an entire SharePoint 2010 site?

    Hello,
    There is no direct way to see user and group broken permission within a site collection. However you can write powershell script to get the permission. You can modify the below script based on your need and export result in CSV. You may also need to add
    code to iterate all subsites within site collection.
    http://social.technet.microsoft.com/wiki/contents/articles/14242.sharepoint-2010-export-all-unique-permissions-from-site-collection-using-powershell.aspx
    http://en.community.dell.com/techcenter/windows-management/b/weblog/archive/2012/09/25/sharepoint-security-reporting-using-powershell
    Codeplex tool is also available to check permission but it is not always fulfill business need. You may also look at this if it suits you.
    https://permissionsmanager.codeplex.com/ 
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see<br/> Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • SharePoint 2010 Site Web Analytics - Top Pages report not showing complete data

    Hi,
    I have a custom page in a team site which takes list ID as an argument and shows the relevant data e.g.
    ../Dashboards/View%20Briefing.aspx?BriefingID=1078
    ../Dashboards/View%20Briefing.aspx?BriefingID=1079 etc
    When i look at the Top Pages report under Site Web Analytics all i can see is data for:
    /dashboards/view briefing.aspx
    I need stats for individual list items i.e. how many time BreifingID 1078 was viewed etc. Is it possible to achieve this using OOTB reports or can i write a custom report to achieve this? If yes then how...
    Any help would be appreciated.
    Regards,
    Kashif

    You’re dynamically filtering content on a single page with values on the query string. Your users are still only hitting one page (View%20Briefing.aspx). Analytics only sees that 'View%20Briefing.aspx' is being hit; it won’t record stats for what’s specified
    on the query string.
    I expect you could pull this data out of your IIS logs using log parser. Some links on this subject:
    http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=85
    http://blogs.technet.com/b/corybu/archive/2008/02/26/sharepoint-iis-traffic-analysis.aspx
    http://social.technet.microsoft.com/wiki/contents/articles/16072.sharepoint-2010-create-analytic-reports-using-logparser-and-powershell.aspx
    http://blogs.msdn.com/b/carlosag/archive/2010/03/25/analyze-your-iis-log-files-favorite-log-parser-queries.aspx
    http://logparserplus.com/Examples

  • Error An unexpected error has occurred. Troubleshoot issues with Microsoft SharePoint Foundation. Correlation ID: 65ef1cb8-1cbf-40ee-b79b-05db15ca6dbb

    Hi, 
    Since I installed a few updates, that I can't access the sharepoint the same way. I always get errors when trying to access the majority of the pages.
    I already removed the update suggested on other threads (KB2844286), but everything remains the same.
    I always receive errors like this one:
    Error
    An unexpected error has occurred.
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: 65ef1cb8-1cbf-40ee-b79b-05db15ca6dbb
    what can I do? The Sharepoint 2010 is located on a virtual partition of our server, running Windows Server 2008 Standard edition SP1.
    When I try to access administration tools it happens the same error, and I don't know what I can do more. 
    Please help me.
    best regards,
    Jorge Guimarães

    I followed some tips, to trace the error, allowing some trace debug, and got this:
    Server Error in '/' Application.
    Object reference not set to an instance of an object.
    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: System.NullReferenceException: Object reference not set to an instance of an object.
    Source Error: 
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace: 
    [NullReferenceException: Object reference not set to an instance of an object.]
    Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_ApplicationProperties() +134
    Microsoft.Office.Server.Administration.UserProfileApplicationProxy.get_PartitionIDs() +44
    Microsoft.Office.Server.Administration.UserProfileApplicationProxy.IsAvailable(SPServiceContext serviceContext) +329
    Microsoft.Office.Server.WebControls.MyLinksRibbon.get_PortalAvailable() +44
    Microsoft.Office.Server.WebControls.MyLinksRibbon.EnsureMySiteUrls() +60
    Microsoft.Office.Server.WebControls.MyLinksRibbon.get_PortalMySiteUrlAvailable() +15
    Microsoft.Office.Server.WebControls.MyLinksRibbon.OnLoad(EventArgs e) +91
    System.Web.UI.Control.LoadRecursive() +65
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Control.LoadRecursive() +190
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2427
    Version Information: Microsoft .NET Framework Version:2.0.50727.5477; ASP.NET Version:2.0.50727.5479

  • I had Acrobat XI Pro Trial installed on W8.1, and I had to uninstall it because issues with MS Office 2010. Now I try to reinstall Acrobat and It does not allow me to use the trial version anymore even it was not over. What to do??

    Well, I had installed in my new computer a trial version from Acrobat XI Pro, but I had issues with Microsoft Word 2010, since it did not allow me to save changes on my file. I uninstalled it from my computer before the trial period was over, and then, after I solved the issue with Office, I wanted to get it back for a time, but the installer does not allow me to choose Trial Version. I can reach that screen where you choose between key and trial, but once I press trial and click on next, it does absolutely nothing at all.
    I have tried to manually delete folders, and I even used CC Clean to make a registry set up, but nothing out of that is working for me at all, and it keeps happening. I have no really idea what to do, and I kinda need to use Acrobat immediately for a file.

    The trial can only be loaded 1 time as far as I know. You could try http://labs.adobe.com/downloads/acrobatcleaner.html, remove any left over parts of the Acrobat folder, and reboot. Then try an install again, but my guess is you will have to purchase Acrobat at this point.

  • Issues with loading my iWeb site on my Yahoo hosted ftp

    I consider myself pretty good at troubleshooting applications on mac but iweb 09 has really stumped me. My gut feeling tells me its more of a Yahoo site ftp issue but not sure. I'm not sure if anyone else has had this issue with Yahoo web hosting but after I have built my site on iWeb and hit upload it says successful. I go to my website and nothing is there at all. Nothing except an error. This is the site im building for: http://www.peterherro.com/ As you can see there is nothing. Yet I have tried uploaded via FTP in the settings. i even tried using mobileme and having it redirect from the site to the mobileme hosted site. iWeb always thinks it did it's job when i upload but it isn't doing a thing. If i go to my mobile me it shows that my site is uploaded but if i click the clink i get an error. this is the link. http://www.peterherro.com/Main/Welcome.html
    I hope this makes sense and I am hoping someone might be able to give me some insight. I hate feeling defeated by this but i am at a lose. Thanks in advance!

    Cany you tell iweb to redirect people from your domain name (EX: www.PeterHerro.com) to http://web.me.com/PeterHerro ?
    You have it backwards. You tell the place where your personal domain name (Yahoo?) to point that name at your site hosted on iWeb. You can do this via url forwarding, where you just type http://web.me.com/PeterHerro into a form. Or you can do it via CNAME, where you set the www CNAME to web.me.com (plus put your personal name in the MobileMe account settings).

  • Error in migrating SharePoint 2010 list fields to Office 365 list [CSOM]

    Hi,
    I am trying to migrate a SharePoint 2010 list to Office 365. I created a new ListCreationInfo for a new list in O365. But when i am to trying add fields from SP2010 list, its giving me an error after list.update()  -
    A duplicate field name "fa564e0f-0c70-4ab9-b863-0177e6ddd247" was found.
    if (!l.Hidden)
    ListCreationInformation creationInfo = new ListCreationInformation();
    creationInfo.Title = l.Title;
    creationInfo.TemplateType = l.BaseTemplate;
    List list = web.Lists.Add(creationInfo);
    //Fields in the list
    ctxOnPrem.Load(l.Fields);
    ctxOnPrem.ExecuteQuery();
    foreach (Field f in l.Fields)
    list.Fields.AddFieldAsXml(f.SchemaXml, true, AddFieldOptions.DefaultValue); list.Update();
    Note- l is the SharePoint 2010 List.

    Answer given on StackExchange -
    http://sharepoint.stackexchange.com/questions/128875/error-in-migrating-sharepoint-2010-list-fields-to-office-365-list-csom/129015#129015
    Thanks,
    Thomas

  • How to "Capture Multiple Levels" of a SharePoint 2010 site

    Hello!  I have an end user I'm trying to support who is trying to update her SharePoint site so she can print the .pdf format.  Whenever she tries to "Get Entire Site she gets an authorization failure and it says Error:  Nothing Done.  We have migrated the site content over from the old intranet page into a SharePoint 2010 site.  However, user informed me that she needs to have the ability to print the entire site content and she had been doing this using Adobe Acrobat X Pro.  How do I correct the authorization failure message?  I'm a SharePoint administrator so please let me know what I need to do on the back end to get this to work.  Thanks! 

    I have seen the same error a number of times. I found that certain domains would not work and give me the error msg. and not allow me to capture a website into PDF format.
    http://www.wisconsindot.gov/projects/index.htm generates the 'Authorization Failure' error msg. and will not create a PDF file.
    http://www.dot.wi.gov/projects/index.htm and http://www.dot.state.wi.us/projects/index.htm both work fine and create a PDF file as intended.
    Do you have an alternative domain you can use for the URL? If so, try that and let me know if it works.
    Gregory A. Simonis | DTSD Publications Editor/DTSD Extranet Web Administrator | WisDOT SW Region - Madison, WI

  • SharePoint 2010 site (SAML 2.0 authenticated) edit the list in Datasheet View is disabled

    I am working on a SharePoint 2010 site which is SAML 2.0 authenticated. The site work fine in general. However when I try to Edit the list with
    'DataSheet View' i.e. disabled. Evenif I am not able to create any Datasheet View also.  However when I login with VPN Net Work fine.
    Thanks and Regards
    Er.Pradipta Nayak
    Visit my Blog
    Xchanging

    Hi,
    As per your given information you have installed the office 2007 on your client machine, so can you please check the
    Office
    2007 Data Connectivity Component  is installed or not if not plz. Installed and let us know.
    Krishana Kumar http://www.mosstechnet-kk.com

  • Issue with migrating 'WI' using 'TFS migration tool' when trying migrate from '2013 to 2013'

    Hi ,
    Our final destination is to migrate projects from TFS-2010 to TFS-2013, for testing and familiarizing with the
    migration tool we trying to migrate project within the 2013 server and between two servers of 2013,
    we don't have any issues with migrating source code, we done it successfully,
    but when we try to migrate 'WI' within same server and also tried to between two server we are getting two
    different errors respectively when tried within server and between server, unable to migrate 'WI' in any scenario, log files attached for the same. Log file 'error-1' is the errors generated while trying migrate 'wI' within the same server and 'error-2' is
    the errors generated while trying migrate 'wI' between two server, Need ur guidelines to over come these issues.

    Hi Sham,
    Based on your description, I'd like to know the version of TFS integration tools you're using and the error details when migrate work items. If you use TFS integration tools 2012, please make sure you have Team Explorer 2012 installed on your server machine.
    Please also let us know the configuration you used for the migartion. If you migrate between different domains, make sure the domains have two-way trust relationship. If the issue persists, check the event logs to see if there any useful information and
    elaborate more details about your scenario with screenshots.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to migrate sharepoint 2010 onpremise to sharepoint online?

    Hi,
      I've seen many forums to migrate sharepoint 2010 to office 365. Everywhere they're pointing to use some third party tools. Actually, I am having the requirement that I've around 100-120 site collections and 1TB content database and many workflows
    and 20-30 custom solutions etc. I want to migrate the entire solution to office 365. Can you please guide me how to implement this.
    Balaji -Please click mark as answer if my reply solves your problem.

    Use 3rd party tools! And your custom solutions will have to become either sandbox solutions (deprecated) or SharePoint Apps.
    I would talk to a Microsoft Partner about this, as this is a complex undertaking.
    Trevor Seward, MCC
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • How to do a load testing in Sharepoint 2010 site

    Hi,
    I have never done a performance or load testing on SharePoint 2010 site.
    I have a site which has only one custom code written for consolidating documents. I want to check the performance of the site.
    How do I go about this ? I want to know how many users can login at a time and view the site without any delay and
     check how many people can consolidate documents at a time .
    Thanks in Advance.
    Pallavi

    There's several ways to do it, the most common is to use the SharePoint load testing kit detailed in the second link below. For a more general guide try the first:
    http://technet.microsoft.com/en-us/library/ff758659.aspx#createtests
    http://technet.microsoft.com/en-us/library/ff823736(v=office.14).aspx

Maybe you are looking for