Tuesday, December 17, 2013

SharePoint Trouble shooting Methods and Tools

 SharePoint Trouble shooting Methods and Tools
                                         

We gather information by following the below methods to trouble shoot the SharePoint issue.
·        Application Logs: This Log will be generated in the System Application logs.
·        System Logs: This Log will be generated in the System  logs
·        ULS logs :This log would locate in the C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\LOGS

·        Developer Dash board tool: Check this Link(http://expertsharepoint.blogspot.de/2013/12/trouble-shooting-sharepoint-with-logs.html)


·         IIS Logs:  Stored in the c:\inetpub\logs\LogFiles by Default.


 IIS logs can be difficult to read. so we might check the Microsoft’s Log Parser at

       http://www.microsoft.com/en-us/download/details.aspx?id=24659 

IIS debug Tool
http://www.microsoft.com/en-my/download/details.aspx?id=40336 


 Other Tools : below are the other tools used for trouble shooting.

·        Fiddler: It is a webpage debugging tool that enables you to watch both incoming and outgoing web traffic. it’s a great way to troubleshoot slow page loads, Access Denied errors, Kerberos errors, pages that look wrong. We can download fiddler from (http://www.fiddler2.com)


·        SQL Profiler: Can download from
(http://msdn.microsoft.com/en-us/library/ff650699.aspx)


·        Performance Monitor( Perfmon.exe): One of the major advantages is that you can set it to capture information about specific c things at intervals over time. Download from below link

         (http://www.microsoft.com/en-us/download/details.aspx?id=24832)

SharePoint Tools to use: 

·        DebugDiag
·        netmon
·        Fiddler2BetaSetup
·        Log Parser
·        PAL_Setup_v2.1_x64
·        SharePoint2010AdministrationToolkit
·        Sharepointctf
·        SharePoint Viewer-Debug
·        SharePoint Viewer-Ship
·        SPDisposeCheck
·        SPSReport
·        UlsViewer
·        WFetch
·        WSSDumpUPerms07

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

Trouble shooting SharePoint with Logs and Configuration of Developer Dash board

Trouble shooting SharePoint with Logs and Configuration of Developer Dash board

Trouble shooting SharePoint with Logs:

        SharePoint issues can be resolve by checking the Logs below

·        Application Logs
·        System Logs
·        ULS logs
·        Developer Dash board Tool.

Configuration of Developer Dash board: we can check the logs on developer dashboard tool to get the detailed.Follow the Below steps to configure.

·        To enable dashboard you need to create the Usage and Health Data Collection Service Application before.

·        Go to Monitoring->click on Configure usage and health data collection.
                                                        


·        Check the box to enable usage data collection->ok 
             


·        Once you have created the service application you have to enable the dashboard.
·        To enable the dashboard, we will use ON setting and use the below power shell command.

$svc = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
$dds = $svc.DeveloperDashboardSettings
$dds.DisplayLevel = "On"
$dds.Update()

                          




·        After executing the above power shell command open your site on top right hand side of your site, you can see an icon to launch Developer Dashboard. Please see below Figure

                      


·        Can see the below detailed screen once click on dash board. we can find logs here to get the error details.
                



Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

Monday, December 16, 2013

There was a problem retrieving data for this field. Updating values in the field is disabled temporarily. You can still update values in other fields.

Issue: There was a problem retrieving data for this field. Updating values in the field is disabled temporarily. You can still update values in other fields.                                                                     
                              
                                                                                                                                                            Cause: Properties containing these fields are linked to the Managed Metadata Service Application. These particular properties require a healthy Managed Metadata Service Application\Service Connection as well as associated (service instance) to be started    (or)
 The Managed Metadata Service Connection is missing from the associated proxy group

      Solution: Please check the below steps.

1.    Ensure the Managed Metadata Web Service started in application management->service application->manage services on server.
                           
         
2.    Ensure the service application “managed meta data service” created and started in Application management->service application->manage service application.
       
                

3.    If the Managed meta data service application is working fine, then data in the field will get update.

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help!!!

Friday, December 13, 2013

This item could not be crawled because the repository did not respond within the specified time out period.

  This item could not be crawled because the repository did not respond within the specified time out period.


                                                                             
   Detailed issue: "This item could not be crawled because the repository did not respond within the specified timeout period. Try to crawl the repository at a later time, or increase the timeout value on the Proxy and Timeout page in search administration. You might also want to crawl this repository during off-peak usage times"

   Solution 1:  Increase the timeout value on the Proxy and Timeout page in            search administration. Follow the below steps

·        Go to central admin->Manage service Applications
·        Click on Search service application.
·        Go to farm search administration below central administration.
·        Click on Time out seconds and change.


                                                                                                        

                                                         

NOTE: Increasing time out value causes the performance issue. 




Solution 2 : similar cases caused by IE proxy settings also. You can try to edit the

Internet Options>Connections>LAN settings. Uncheck ‘Automatically detect settings’. And check the crawl again.

Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

December 2013 Cumulative Update Packages



     December 2013 Cumulative Update Packages: 

                              




December 2013 Cumulative Update Packages for SharePoint Foundation 2010, SharePoint Server 2010 and Project Server 2010 have been released. 

Use the following links to download the update packages:

December 2013 CU for SharePoint Foundation 2010 - KB 2849990 http://support.microsoft.com/kb/2849990

December 2013 CU for SharePoint Server 2010 - KB 2849971 http://support.microsoft.com/kb/2849971

December 2013 CU for Project Server 2010 - KB 2849972 http://support.microsoft.com/kb/2849972

 


Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

This item and all items under it will not be crawled because the owner has set the No Crawl flag to prevent it from being searchable in SharePoint 2013:

 This item and all items under it will not be crawled because the owner has set the No Crawl flag to prevent it from being searchable in SharePoint 2013:

                                                                     


                     
  Issue: After configuring Search service application and set everything, when crawling sites giving the error” This item and all items under it will not be crawled because the owner has set the No Crawl flag to prevent it from being searchable”

 Cause: This error may appear in the crawl log when you are trying to crawl SharePoint sites. This is particularly likely for the My Sites host because this template has the flag set to No Crawl by default

  Solution: to Resolve the issue and avoid errors in Crawl log. Follow the below steps.

·        go to your My Sites URL
·        go to Site Settings.
·        Under Search ->go to Search and Offline Availability.

·        Set the flag to  Yes in Indexing site content “Allow this site to appear in search results.

      
                                                                                                                                                                                     

                                                               

Note: Check the Above settings and follow the same steps for Search site(site created with search template)


Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

Thursday, December 12, 2013

Unable to create the new search service application in SharePoint 2013

  Error creating new search service application in SharePoint 2013

 Sorry something went wrong, unable to create the new search service application.         
                                                
        
   Issue Details:
·        An unhandled exception occurred in the user interface.Exception Information: An object of the type Microsoft.SharePoint.Administration.SPIisWebServiceApplicationPool named "Search Service Application 1" already exists under the parent Microsoft.SharePoint.Administration.SPIisWebServiceSettings named "SharePoint Web Services".  Rename your object or delete the existing object.

                      Technical Details
                      Troubleshoot issues with Microsoft SharePoint Foundation.
                       Correlation ID: 0b7e5f9c-a8bc-c066-02a7-4f9923b0ae03
 Cause:
·        If you fill in the same application pool name for both the Search Admin Web Service and the Search Query and Site Settings Web Service and this application pool doesn't already exist yet, you will see this error, because it tries to create the application pool with that name twice while provisioning the service app 

    Solution:
·       Use different application pools for the Search Admin Web Service, Search Query and Site Settings Web Service

            



Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

Internet Explorer cannot be display the web page or A process serving application pool 'SharePoint Central Administration v4' exceeded time limits during shut down

   Internet Explorer cannot be display the web page

  Issue: shows the error “Internet Explorer cannot be display the web page” After Creating web site in SharePoint 2010,2013.

   Event Error in System Log:

·       Log Name:      System
·       Source:        Microsoft-Windows-WAS
·       Date:          12/12/2013 12:13:47 PM
·       Event ID:      5013
·       Task Category: None
·       Level:         Warning
·       Keywords:      Classic
·       User:          N/A
·       Computer:     
·       Description:
·       A process serving application pool 'SharePoint Central Administration v4' exceeded time limits during shut down. The process id was '8776'.

   Cause: As more and more web applications are created, the time in which it takes to create a web application increases. As part of the creation process, IIS is reset and by default, the application pool allows 90 seconds for the connections to close off before forcibly shutting down. When the number of web applications grows above 10, 90 seconds is not enough time for the provisioning to finish.

   Resolution: please follow the below steps to increase the time limit.

1.    Go to run->type Inetmgr->Application pools            
2.    Select Central administration Application pool
3.    Rt click on Apppool->go to Advanced settings    
4.    Check for the Shut down time limit under process model.
5.    set the Shutdown Time Limit to a greater value. As an example, 300.                        



6.    Restart IIS.



Please Comment if you need Any Help.Your Feed back is always Welcome.I Am Happy to Help !!!!!

ShareThis

X