During a SharePoint install… got the error that a pending update was requiring a reboot. No problem, I rebooted. But, same error. Rebooted. Same error. Rebooted. Same error. GRRRRR… Just rename the Pendiung Update registry value: Full instructions: To delete the orphaned PendingFileRenameOperations registry key Open a registry editor, such as Regedit.exe or Regedt32.exe. …
This does not hold true for Server (I confirmed it works), but if you are trying to authenticate users via Forms Based Authentication in SharePoint Foundation 2010 to a security group on your AD network, unless you are willing to put the massive effort forward to build your own provider (I’m not that insane personally, …
Getting this in SharePoint Designer after having just installed SSL? Microsoft puts it this way: “This problem occurs because client integration is disabled on the Web application on which the Web site collection resides.” To resolve this problem, enable the client integration. To do this, follow these steps: Start SharePoint 2010 Central Administration, and …
Interesting way to bring up the web part pane in SharePoint… just add this to the end of the URL: “?ToolPaneView=2″ Bookmark on DeliciousDigg this postRecommend on FacebookBuzz it upMixx it upshare via RedditShare with StumblersTweet about itBuzz it upSubscribe to the comments on this postPrint for laterTell a friend
Error Access is denied. Verify that either the Default Content Access Account has access to this repository, or add a crawl rule to crawl this repository. If the repository being crawled is a SharePoint repository, verify that the account you are using has “Full Read” permissions on the SharePoint Web Application being crawled. ( HttpStatusCode …
Discovered ANOTHER nice little gotcha. If you use the addon to SharePoint 2010 Foundation, the SharePoint Search Services Express… you may get that Access Denied error, IF YOU’RE USING CLAIMS. Don’t know why exactly, other then to say I hear it’s because when you indicate claims the setup doesn’t properly apply the service account to …
If you get this error in the Event Log after recently installing SP1: The mount operation for the gatherer application 28c08c8b-2c00-408c-8572-87638068e335-crawl-0 has failed because the schema version of the search gatherer database is less than the minimum backwards compatibility schema version supported for this gatherer application. The database might not have been upgraded Run this: …
When configuring SharePoint for forms using Active Directory as a Provider, you’re going to need to construct the LDAP connection string to add to the web.config. Nice simple post on how to make heads or tails out of the constructing of the string: The ASP.NET Active Directory Membership Provider does an authenticated bind to the …
Love that message, one you’ll get if you try to check in a file via SharePoint designer but it won’t let you. I have read several blogs about this, some have said it could be an alternate access mapping issue (i f you use custom hosts file stuff), others have said just clear your cache. …
Don’t forget… after you install the SP1 update for SharePoint, you must also re-run the Configuration Wizard… that’s necessary to actually update the files themselves. Didn’t notice this UNTIL I tried to delete the site, and I got the message “method not supported” error. So yeah, don’t forget to run that. :) Bookmark on …