Verify the database user

If you are using MSSQL as your database, verify that the database user has the necessary administrative permissions.

  1. In the SQL Server Management Studio, navigate to Server > Security > Logins.
  2. Right-click the database user.
  3. Select Properties.
  4. Click User Mapping.
  5. Ensure the database user has the necessary administrative permissions.
    Note: The database user needs to have a db_owner role.