YAFLogo

Daniel Martínez
3 years ago
I'm new to YAF, but I'm trying to install it anyway. In the installation wizard at the time of "Initializing the database", the message "The CREATE TABLE permission has been denied in the database 'Forum'" appears. I don't know what to do because the connection string gives me the message that it is connected successfully, I use windows authentication to access the database.

Any help is appreciated.

Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
3 years ago
It looks like the user dont have the permission needed on the sql server
Daniel Martínez
3 years ago
Ok, I kinda understand the problem, but, how I grant access to the user? Because I was researching and found a "solution":
exec sp_grantlogin 'IIS APPPOOL\siteyaf'
use Forum
exec sp_grantdbaccess 'IIS APPPOOL\siteyaf'
And unfortunately, it doesn't work for me.