Tuesday, December 17, 2013

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 !!!!!

4 comments:

  1. thanks for the detailed steps of developer dashboard.

    ReplyDelete
  2. You well maintain your blog with good articles...keep good work

    ReplyDelete
  3. Good details for entry level support

    ReplyDelete
  4. Thanku somuch bro.this saves my time and best I have ever see

    ReplyDelete

Your feedback is Much Appreciated. I will try to reply to your queries as soon as possible!!Anil Avula

ShareThis

X