You are on page 1of 4

CallStack="true"

<customErrors mode="Off" />


http://support.microsoft.com/kb/928365

] Getting 403 Forbidden error in some of the web pages.


2] Customer has installed security update 928365.
3] Found in the http://support.microsoft.com/kb/928365 that getting "403 Forbidden
error" is one of the symptom of the security update 928365.
4] There is a hotfix for this Forbidden error, which is available in
http://support.microsoft.com/kb/934793/
5] Customer has downloaded the hotfix kb934793

WSS_WPG group didn't have the permission c:\widnows\tasks folder


- asked the customer to go to c:\windows in the command prompt.
- Executed the command attrib -s %windir%\tasks.
To set the DisableLoopbackCheck registry key, follow these steps:

1. Set the DisableStrictNameChecking registry entry to 1. For more information about how to do this,

click the following article number to view the article in the Microsoft Knowledge Base:

281308 Connecting to SMB share on a Windows 2000-based computer or a Windows Server 2003-

based computer may not work with an alias name

2. Click Start, click Run, type regedit, and then click OK.

3. In Registry Editor, locate and then click the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

4. Right-click Lsa, point to New, and then click DWORD Value.

5. Type DisableLoopbackCheck, and then press ENTER.

6. Right-click DisableLoopbackCheck, and then click Modify.

7. In the Value data box, type 1, and then click OK.

8. Quit Registry Editor, and then restart your computer.

Stsadm –o spsearch –action fullcrawlstart


Please follow the below action plan:

1. Go to command prompt and execute the following commands:


a. net stop spsearch
b. iisreset /noforce (do an IIS reset by going to command prompt
and execute)
c. net start spsearch
2. Wait for couple of minutes(say 5-10mins) and then execute following
commands:
a. stsadm –o spsearch –action stop (you will get a prompt which
says: ‘Are you sure you want to reset all indexes?’ say ‘yes’ ) or use
stsadm –o spsearch –action fullcrawlstop
b. stsadm –o spsearch –action fullcrawlstart
3. Wait for some time for the crawl to get completed, then perform a search

C:\Program Files\Common Files\Microsoft Shared\web server


extensions\12\BIN>stsadm -o createsite - url http://vkri2171861:4441/ -owneremail
administrator@dc217186.com -ownerlogin dc217186\administrator
To check the database version
Select * from versions
Select @@version ---SQL Version SP
Select * from timerlock
SPSreport - http://spsreport.codeplex.com/
C:\WINDOWS\SPSReports\Portal\rpt\cab
Clearing cache
http://blogs.msdn.com/b/josrod/archive/2007/12/12/clear-the-sharepoint-
configuration-cache-for-timer-job-and-psconfig-errors.aspx

SharePoint Cache folder location


C:\Documents and Settings\All Users\Application Data\Microsoft\SharePoint\Config

Server 2003 location: Drive:\Documents and Settings\All Users\Application


Data\Microsoft\SharePoint\Config\GUID and delete all the XML files from the directory.
Server 2008 location: Drive:\ProgramData\Microsoft\SharePoint\Config\GUID and delete all the XML
files from the directory.

For antivirus scanning


http://support.microsoft.com/kb/952167
TCP Chimney Offload enables the Windows networking subsystem to offload the
processing of a TCP/IP connection to a network adapter
http://support.microsoft.com/kb/951037
STSADM Export
C:\Program Files\Common Files\Microsoft Shared\web server
extensions\12\BIN>stsadm -o export -url http://source -filename c:\backup.bak

STSADM Backup
C:\Program Files\Common Files\Microsoft Shared\web server
extensions\12\BIN>stsadm -o backup -url http://webapp/sitecollection -filename
c:\backup.bak

STSADM Import
C:\Program Files\Common Files\Microsoft Shared\web server
extensions\12\BIN>stsadm -o import -url http://destination:4444 -filename
c:\backup.bak

STSADM Restore
C:\Program Files\Common Files\Microsoft Shared\web server
extensions\12\BIN>stsadm -o restore -url http://destination/sitecollection -filename
c:\backup.bak
Setting the logging level to default

STSADM -o setlogginglevel -default

The command must be run from the location “C:\Program Files\Common


Files\Microsoft Shared\web server extensions\12\BIN>” from the command prompt
DSN key location
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\Web Server
Extensions\12.0\Secure\ConfigDB
Password synchronization
http://support.microsoft.com/kb/934838
Finding the number of sites in the database.
C:\Program Files\Common Files\Microsoft Shared\web server
extensions\12\BIN>stsadm –o enumsites –url http://site –databasename
SharePoint_Content > c:\sites.txt

C:\Program Files\Common Files\Microsoft Shared\web server


extensions\12\BIN>stsadm -o databaserepair -url http://vkri2171861:4444
-databasename WSS_Content_4444

C:\Program Files\Common Files\Microsoft Shared\web server


extensions\12\BIN>stsadm -o enumallwebs -databasename WSS_Content_4444

C:\Program Files\Common Files\Microsoft Shared\web server


extensions\12\BIN>stsadm -o databaserepair -url http://vkri2171861:4444
-databasename WSS_Content_4444
Form based authentication
http://msdn.microsoft.com/en-us/library/bb975136(v=office.12).aspx
Not able to start or stop timer service
http://blogs.technet.com/b/victorbutuza/archive/2010/05/11/timer-jobs-missing-too-
many-cpus.aspx
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis.exe –i
Stsadm –o delete SSP –title SSPname –deletedatabases -force
stsadm -o setproperty -propertyname "job-workflow" -propertyvalue "every 1
minutes between 0 and 59" –url http://abc:444
SharePoint datanase connectivity issue
http://blogs.technet.com/b/wbaer/archive/2009/10/06/intermittent-database-server-
connectivity-and-microsoft-sharepoint-products-and-technologies.aspx
To identify web-parts
?contents=1

You might also like