Migrate Netwrix Password Reset
Question
How to migrate Netwrix Password Reset?
Answer
Migrating Netwrix Password Reset using SQL Server Compact database
Refer to the following steps to migrate Netwrix Password Reset with SQL Server Compact database:
- On both servers, close Netwrix Password Reset Data Console, if open.
- On both servers, stop the Netwrix Password Reset service. You can do it manually via Services,
services.msc, or using the following line in elevated PowerShell:
Stop-Service -DisplayName "Netwrix Password Reset"
- Locate
apr.sdfandaprlog.sdffiles by following the Password Reset installation path and copy them to your new server:
%Program Files (x86)%\Netwrix Password Reset\
to
%Program Files%\Netwrix Password Reset\ in your new server
- In your new server, open Configuration Console. In the General tab, select Change under the Database section.
- Click Browse to locate the copied files located in
%Program Files%\Netwrix Password Reset\in your new server. - Click OK twice, and click Apply.
- In your new server, start the Netwrix Password Reset service. You can do it manually via Services,
services.msc, or using the following line in elevated PowerShell:
Start-Service -DisplayName "Netwrix Password Reset"
Migrating Netwrix Password Reset using SQL Server database
For additional information on migrating Netwrix Password Reset using SQL Server database, refer to the following article: https://docs.netwrix.com/docs/passwordreset/3_23 (Moving to SQL Server — Configure Netwrix Password Reset to Connect to SQL Server ⸱ v3.3).
Related articles
- https://docs.netwrix.com/docs/passwordreset/3_23 (Working with the Database — Moving to SQL Server ⸱ v3.3)