Trouble shooting SharePoint with Logs and Configuration of Developer Dash board
Trouble shooting SharePoint with Logs:
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()
$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 !!!!!
thanks for the detailed steps of developer dashboard.
ReplyDeleteYou well maintain your blog with good articles...keep good work
ReplyDeleteGood details for entry level support
ReplyDeleteThanku somuch bro.this saves my time and best I have ever see
ReplyDelete