Update SQL Database Passwords
During the UNP installation, you entered write/read passwords for the SQL database. If you need to change those passwords, follow these instructions.
Important: Run these commands as an administrator.
- Log in to the UNP server.
- Shut down the UNP services.
- Run the Microsoft Service Manager tool (services.msc).
- Find the UNP services, where the Names all start with Syn-Apps.
- Right-click on each Syn-Apps service and select Stop.
- Update the SQL database passwords .
- Run the Microsoft SQL Server Management Studio tool.
- Expand Security > Logins.
- Right-click on both Syn-AppsReadOnly and Syn-AppsWrite and select Properties.
- Update the Passwords.
- Open a command line prompt.
- Change directories to
Program Files (x86)\Syn-Apps\SAAnnounceRevolution
. - Run DBInfoUpdater.exe -write Syn-AppsWrite [new password] -read Syn-AppsReadOnly [new password].
- Change directories to
- Restart the UnifiedGui website
- Run the Internet Information Services (IIS) Manager.
- Under Sites, select UnifiedGUi
- In the Actions panel, on the right, select Restart.
- Restart the UNP server.
The UNP SQL write/read passwords are now updated.