Error while running Configuration wizard : "There are no existing farms that you have access rights to"

Error while running Configuration wizard : "There are no existing farms that you have access rights to"

book

Article ID: CTX212948

calendar_today

Updated On:

Description

We see the following error on running through Configuration Wizard : "There are no existing farms that you have access rights to"

Resolution

1. Open the PVS database on SQL server
2. Expand Tables
3. Right click on 'dbo.AuthGroup' and Select Top 1000 Rows
4. The table should have the following columns :

authGroupId
authGroupName
authGroupGuidName 
Description

5. Check if the User that you're logged in with(on PVS Server) is part of any of the AD Groups mentioned in the column 'authGroupName'
6. If not, we need to add the user to the AD Group 


Problem Cause

The user that is being used to run the Configuration Wizard needs to have Admin rights to PVS farm 
The information about these access rights is stored in the database table dbo.AuthGroup