Environment
- App Control Server: All Versions
- Microsoft SQL Server: All Supported Versions
Objective
To assign the required permissions to the App Control server service account in SQL.
Resolution
- To assign the sysadmin server role to the App Control server service user follow the steps below:
- Login to SQL Management Studio
- Expand the Security folder
- Expand Logins
- Right click the App Control Server service account user
- Select properties
- Select Server Roles
- Check sysadmin
- To set the required securables replace "App Control User Account" with your server account username, and follow the steps below:
- Open SQL Management Studio
- Click New Query
- Set the database dropdown to das
- Run the following scripts:
- GRANT ALTER TRACE TO "App Control service account"
- GRANT VIEW ANY DEFINITION TO "App Control service account"
- GRANT VIEW SERVER STATE TO "App Control service account"
- GRANT ALTER SERVER STATE TO "App Control service account"
Related Content