Database Permissions
Installation
Last updated
Was this helpful?
Installation
Last updated
Was this helpful?
After the IIS configurations and database operations are completed, you should grant the necessary permissions on the SessionAudit database in order for the Application Pools to work. Otherwise, the domain list will not appear at the login page, and the login process will not be possible by any method.
Follow the steps below to grant authorizations:
Identify the Application Pool identity from the IIS Application Pools window. In this sample screen shows us, Application Pools works with LocalSystem. It means [NT AUTHORITY\SYSTEM].
Open SQL Server Management Studio screen and connect to SessionAudit server.
Grant db_owner privilege to SessionAudit database for the account given in Application Pool.
Sample script is given below. The account used in the Application Pool must be changed at the points where "[NT AUTHORITY\SYSTEM]" appears in this script. You can use DBPermissons.sql script with the required changes.
After running this script, you can check the permissions on SQL Server Management Studio.
You can continue from the point you left in the document.