Friday, August 30, 2013

This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.

This operation can be performed only on a computer that is joined to a server farm by users who have permissions in SQL Server to read from the configuration database. To connect this server to the server farm, use the SharePoint Products Configuration Wizard, located on the Start menu in Microsoft SharePoint 2010 Products.

Go to start -> run -> services.msc -> start "SQL Server (MSSQLSERVER)" service.
now refresh above page. we can see web application will open.

18 comments:

  1. Hi,

    I had a different cause of this error.

    For whatever reason the intranet application pool account did not have access to the SP Config DB.
    Which is odd, but i confirmed this visually in SQL.

    Not all users have access to SQL, so on the SP server open PowerShell as an admin.
    Run the following PowerShell code which grants access to the SP_Config DB as well as the content DB of the URL provided.

    $w = Get-SPWebApplication -identity "http://SiteURL"
    $w.GrantAccessToProcessIdentity(“Domain\ServiceAccount_of_intranet_App_Pool”)

    Regards,
    Andrew

    ReplyDelete
  2. Hi,

    Stumbled upon this post and this really save a lot of my time!

    Thank you so much!

    ReplyDelete
  3. Thank you so much!

    ReplyDelete
  4. Comprehensive training supplied from the same SaaS vendors with a new subscription.
    Ongoing customer support from the SaaS vendor continued throughout the term of the contract. free Calendly review

    ReplyDelete

Featured Post

Azure OpenAI Chat in C# and Python

Azure OpenAI Chat in C#: // Install the .NET library via NuGet: dotnet add package Azure.AI.OpenAI --version 1.0.0-beta.5   using System; u...

Popular posts