Hi,
Has anyone come across this error after running SP2019 Config Wizzard and possible solutions to resolve it
Error from log file
- Cannot open database "SPSVC_DB_State_Service" requested by the login. The login failed.
Hi,
Has anyone come across this error after running SP2019 Config Wizzard and possible solutions to resolve it
Error from log file
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajkiran SwainPosted Jun 5, 2023, 8:20 AM
To resolve this issue, you can try the following steps:
Ensure that the login credentials you provided during the configuration process have the appropriate permissions to access the "SPSVC_DB_State_Service" database.
Double-check the database connection settings in the SharePoint 2019 Configuration Wizard to ensure they are correctly configured and point to the correct database.
Verify that the "SPSVC_DB_State_Service" database exists and is accessible. You can use SQL Server Management Studio or a similar tool to check the database's status and permissions.
If the database exists but the login credentials are incorrect or the account does not have sufficient permissions, you may need to update the credentials or grant the necessary permissions to the account.
If the database does not exist, you may need to create it manually or rerun the SharePoint 2019 Configuration Wizard to recreate the necessary databases.