Contents tagged with sharepoint configuration

  • Search Service woes

    On a recent 2013 Foundation install, I had a recurring problem. The client wasn't willing to give the installation account full SA privileges, so we asked for the dbcreate role and thought it was enough (hint: it's not). Make sure you add the securityadmin role as well. If you don't, you'll probably end up with an error like "The search service is not able to connect to the machine that hosts the administration component". In Standard or Enterprise, you can rip out the offending service and add a new service application, but Foundation is a bit more black-box in its limited-functionality approach. To resolve this error without a complete reinstall, I did the following: 1) Ensure that the securityadmin role has been granted. 2) In Central Admin->Application Management->Manage Service Applications, select the Search Service Application and delete it. 3) On the SharePoint SQL Server box, delete all databases with "Search" in the name. 4) Rerun the SharePoint Products Configuration Wizard. At this point you should have a working Search Service again.

  • "The requested operation requires elevation"

    Typical SharePoint 2010 install.  I had created all my domain users, set up my servers, and started installing the prerequisites.  When the first box in the farm restarted and the preparation utility came up, I was asked for credentials and provided them, only to be rejected.  At first I thought it was a standard "access denied" error, but a look at the fine print revealed the error titling this post.