Use case 4: Change to a new domain service account (Used Windows authentication to connect with SQL server)
This use case demonstrates the processes when swapping to a new domain Bravura Security service user (psadmin) account when using Windows authentication to connect with SQL server:
Create a new domain service account and add it to the Domain admins group.
Give the new account the "Logon as a service" right under Local Security Policy settings.
Add the new user account to the database.
Start Microsoft SQL Server Management Studio and connect to the server as a system administrator.
Create a new login for the new account and set it in the database.
Run
serviceacct
from the command line to update the known locations where the account is used with the new service account information.Open the command line as administrator.
Go to <Program Files path>\Bravura Security\Bravura Security Fabric\<instance>\ util\.
Run:
serviceacct -account -password -restart
Input the new account name (prefix it with domain) and password.