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
- Perform following steps to set required securables, replace "App Control User Account" below with your service account username:
- 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