SharePoint 2013 - This operation can be performed only on a computer that is joined to a server farm

sharepoint.stackexchange https://sharepoint.stackexchange.com/questions/119306

  •  29-09-2020
  •  | 
  •  

Frage

This error appears frequently and sometime disappears after refresh

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.

War es hilfreich?

Lösung

This issue would occur if the user account "UserAccountName" or "Administrator" doesn’t have enough permission in the SQL server contents databases of SharePoint site collections in your machine. So, add the "UserAccountName" in to your MSSQL server by following the below steps:

1) Go to that server and open the SQL SharePoint instant using Management Studio.

2) Then in the "Object Explorer" you can see "Security" tree menu at the bottom. Expand that menu and Go to "Login" and right click it and click "New Login". Then put your login there and under server roles select "sysadmin".

You can refer this link.

Andere Tipps

I got the same error and i did the following steps and worked for me.

Go To services.msc Restart the SQL Server (SharePoint) & SQL Server Agent (SHAREPOINT) Check the web site, It'll work.

enter image description here

Hope this will help to any one.

In my case the user account under which apppool for web application was running was locked. unlocking the user account solved the issue.

In my case:

  • User was already in sysAdmin group in SQL Server

  • Restarting SQL services did not work

  • Account was not locked..

    IIS Reset did work :)

The scenario I faced was as follow:

  • A power failure caused all server in the company get down
  • After restarting the power all servers started again
  • In some cases and for some misterious reasons the sql server service was not configured to run automatically (I have no access to the database center) and so the SharePoint SQL Server Service did not start
  • The Solution was to restart the SQL Server instance.

in my case the problem was that the "Security/Logins" of a new Instance clustered in a AlwaysOn High Availability Group, has replicated all the environment and application DDBB but not the logins.

I've created manually all the missing logins on to the new SQL AlwaysOn AG, copying them from the Master and worked properly.

Hope this information could help in the future, User Logins doesn't replicate on a AlwaysOn AG.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit sharepoint.stackexchange
scroll top