SharePoint Server Issues

Q: "Error 6. The handle is invalid" When starting WSS Serch Service

A: Change login account to local service
http://consultingblogs.emc.com/johnrayner/archive/2007/02/16/MOSS_3A00_-Error-_2200_The-handle-is-invalid_2200_-when-starting-Windows-SharePoint-Services-_2800_WSS_2900_-Search-service.aspx


Q: SharePoint_Config log is too full(SharePoint_Config_log.LDF)

A: Backup file and Reset Log to specified MBs
SQL SQUERY:
BACKUP LOG [Sharepoint_Config] TO DISK='C:\configLogBackup.bak'
[Execute]
BACKUP LOG [Sharepoint_Config] WITH TRUNCATE_ONLY
USE [SharePoint_Config]
[Execute]
DBCC SHRINKFILE (N'SharePoint_Config_log' , 50)
[Execute]
http://www.sharepointboris.net/2008/10/sharepoint-config-database-log-file-too-big-reduce-it/


Q: MSSQLSERVER NT AUTHORITY\SYSTEM Event Failure every Minute

A: Remove Jobs from non-existing databases
http://www.sharepointassist.com/2009/04/19/login-failed-for-user-nt-authoritysystem-client/


Q: Server error: http://go.microsoft.com/fwlink?LinkID=96177
A: Ensure WSS3 SP2 and MOSS SP2 are installed and run
stsadm –o upgrade –inplace –forceupgrade
http://gj80blogtech.blogspot.com/2010/06/server-error-httpgomicrosoftcomfwlinkli.html


Q: Missing Stored Procedure - dbo.profilesynch_sweep_GetDBToken
A: Database Update Synchronization issues
Possible solution:
stsadm -o preparetomove -contentdb -undo
stsadm -o sync -deleteolddatabases 0
http://social.technet.microsoft.com/Forums/en/sharepointsocialcomputing/thread/2b518cbf-b3b5-4da1-9f95-61ae212a0600

Comments

Popular posts from this blog

Mobile development opportunities

Breaking down document locking in SharePoint

Working around X-Frame-Options for iframes