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.

Marin 1 Reputation point
2021-04-05T21:00:33.297+00:00

I have a Front-end server and SQL server. When we are trying to open Intranet on front end server we are seeing error:

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.

I am using user in AD which have all permissions in SQL Database. SQL server services are running, user is not expired.

I tried to run Sharepoint Products Configuration Wizard, but I got error:

84661-123456.png

Any Ideas? The SQL server was copied from other machine.

When accessing Central Admin the error is:

84617-1234567.png

Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JoyZ 18,126 Reputation points
    2021-04-06T02:46:56.573+00:00

    Hi @Marin ,

    Check as following:

    1. Make sure that you can ping your SQL server IP from the SharePoint front end server. ping Server IP
    2. Make sure that the SQL Server Port is opened (the default port: 1433) by performing a telnet of the DB server IP with the SQL Server port in WFE server. telnet "the SQL Server IP" 1433
    3. Make sure the App Pool account for Central Administration has access to the SP Config DB.
    4. Make sure that the SharePoint Configuration database is not in recovery mode.84721-image.png
    5. Make sure that all SharePoint servers within the farm are joined properly and working healthy!
      84713-image.png

    Once everything is fine and you are still having issues, restart the SQL host service on the SQL server. Once the service is restarted you will need to reboot Central Admin and then your front end servers

    More information for your reference:

    https://spgeeks.devoworx.com/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/

    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.