VALIDATION error when creating new SQL Server service instance

  • 16 February 2021
  • 0 replies
  • 86 views

Issue

When creating a new SQL Server service instance, the following error occurs:

VALIDATION A connection was successfully established with the server, but could not connect to the database supplied or database could not be found.

 

18533iBC8D9743D3E336C4.png

Resolution

The error is typically related to a lack of sufficient permissions on the database in SQL Server.  The following permissions are required:  data reader, data writer, and execute.  Depending on the nature of the stored procedures, DBO permissions may also be necessary.

Related Links


0 replies

Be the first to reply!

Reply