Wednesday, November 28, 2012

SharePoint Config database from Registry

SharePoint stores the name of the Config database in the registry:

 

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\14.0\Secure\ConfigDB

 

This is particularly useful when you are getting unable to connect to the configuration database, when running the PS Config wizard.


**********************  IMPORTANT--PLEASE READ  ************************
This electronic message, including its attachments, is COMPANY CONFIDENTIAL
and may contain PROPRIETARY or LEGALLY PRIVILEGED information.  If you are
not the intended recipient, you are hereby notified that any use, disclosure,
copying, or distribution of this message or any of the information included
in it is unauthorized and strictly prohibited.  If you have received this
message in error, please immediately notify the sender by reply e-mail and
permanently delete this message and its attachments, along with any copies
thereof. Thank you.
************************************************************************

Friday, November 2, 2012

Get into Edit mode of a SharePoint page directly.

Just append this to the end of the page:

?ControlMode=Edit&DisplayMode=Design

 

E,g:

http://abc.com/pwa/ProjectBICenter/SFReports/Pages/ProjectStatusReport.aspx?ControlMode=Edit&DisplayMode=Design


**********************  IMPORTANT--PLEASE READ  ************************
This electronic message, including its attachments, is COMPANY CONFIDENTIAL
and may contain PROPRIETARY or LEGALLY PRIVILEGED information.  If you are
not the intended recipient, you are hereby notified that any use, disclosure,
copying, or distribution of this message or any of the information included
in it is unauthorized and strictly prohibited.  If you have received this
message in error, please immediately notify the sender by reply e-mail and
permanently delete this message and its attachments, along with any copies
thereof. Thank you.
************************************************************************