Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

Managing Metadata and Content Types in SharePoint 2010 : Enabling the Developer’s Dashboard for Troubleshooting

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
3/31/2011 9:30:35 PM
The Developer’s Dashboard can be enabled via the command prompt using the stsadm tool, or through PowerShell. This tool provides a summary of the web server, database queries, web part events, and other items of interest to developers.

Follow these steps to enable the Developer’s Dashboard using the stsadm tool:

1.
From the SharePoint 2010 front-end server that houses the Central Administrator site, access the command prompt by clicking the Start button and typing cmd into the Search field. The command prompt should open.
2.
From the command prompt, navigate to the folder containing the stsadm tool if needed. Typically, this tool is located in the following folder: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN.

3.
Then enter the following command:

stsadm -o setproperty -pn developer-dashboard -pv on

4.
The message “Operation completed successfully” should result. If an error message displays, check the syntax, and replace the dashes in the code one by one, especially if the code was pasted from Word or the Internet.

5.
Now the Developer’s Dashboard is on for the farm and information should display at the bottom of all SharePoint pages (which will obviously be a nuisance for end users, so bear that in mind). Figure 1 shows an example.

Figure 1. Sample Designer’s Dashboard information on a SharePoint 2010 page.

6.
The Developer’s Dashboard can be turned off with the following command:

stsadm -o setproperty -pn developer-dashboard -pv off

7.
Alternatively, the Developer’s Dashboard can be set to ondemand mode. In this mode, a small icon will appear in the upper-right corner of the page, and when clicked once, it will reveal the Developer’s Dashboard information at the bottom of the page; if clicked again, it will hide the data. Use this code to set the dashboard to ondemand:

stsadm -o setproperty -pn developer-dashboard -pv ondemand

Other -----------------
- Managing Metadata and Content Types in SharePoint 2010 : Metadata as a Navigation Aid
- Managing Metadata and Content Types in SharePoint 2010 : Creating and Using Managed Metadata
- Using Operations Manager to Monitor Exchange Server 2010 : Understanding Advanced OpsMgr Concepts
- Using Operations Manager to Monitor Exchange Server 2010 : Understanding OpsMgr Component Requirements
- Using Operations Manager to Monitor Exchange Server 2010 : Understanding How to Use OpsMgr
- BizTalk 2010 Recipes : Messaging and Pipelines - Creating Encryption Pipelines
- BizTalk 2010 Recipes : Messaging and Pipelines - Creating Validation Pipelines
- BizTalk 2010 Recipes : Messaging and Pipelines - Using Send Port Groups
- Managing Windows Server 2008 R2 Disks (part 4) - Working with Virtual Hard Disks
- Managing Windows Server 2008 R2 Disks (part 3) - Creating a Fault-Tolerant Volume Using Diskpart.exe
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server