Friday, May 20, 2011

SharePoint 2010 search

SharePoint 2010 search

http://blogs.msdn.com/b/russmax/archive/2010/04/16/search-2010-architecture-and-scale-part-1-crawl.aspx

http://blogs.msdn.com/b/russmax/archive/2010/04/23/search-2010-architecture-and-scale-part-2-query.aspx

Tuesday, May 10, 2011

STSADM Import Slide library

FatalError: This file is not a valid presentation file or contains multiple slides.

http://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/32023ef3-da7d-4372-8071-d5ed151f209c/

Thursday, May 5, 2011

sharepoint access denied on local server

if you get access denied for legitimate users when connecting to a site on the server then it is because of the loopback issue with windows server.

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

Wednesday, May 4, 2011

Sharepoint People picker slow

Sharepoint People picker slow

http://www.marc-antho-etc.net/blog/post/2009/05/13/SharePoint-People-Picker-and-Active-Directory-Part-1.aspx

Thursday, April 28, 2011

All about sharepoint people picker

http://blogs.msdn.com/b/rajank/archive/2009/09/01/all-you-want-to-know-about-people-picker-in-sharepoint-functionality-configuration-troubleshooting-part-1.aspx

Wednesday, April 27, 2011

sp 2010 managed service accounts

auto password change not a good idea.

http://blog.falchionconsulting.com/index.php/2010/10/service-accounts-and-managed-service-accounts-in-sharepoint-2010/

Thursday, April 21, 2011

Toubleshooting sharepoint timer jobs for alerts

Find out content db for site having issues

Find out timer job service executing server using,
select * from timerlock

Find other info
select * from eventcache where eventdata is not null
select * from eventlog where ListID='xxx'
select * from eventcache order by EventTime DESC

http://sharepointalert.info/2009/11/troubleshooting-sharepoint-alerts-timer-jobs/