Reflects the current release of Nintex for SharePoint 2016. For your version, please access assistance through the Help button in the product.
This topic describes how to set Nintex Workflow content databases to AlwaysOn.
For more information on "AlwaysOn" databases, see the Microsoft article SqlClient Support for High Availability, Disaster Recovery.
To set a content database to AlwaysOn
Run the NWAdmin operation UpdateContentDatabaseParameters with the parameter "MultiSubnetFailover=True" for your database name and server.
For example, for the database name "MyContentDB" on the server "MyServer," run the operation as follows.
NWAdmin.exe –o UpdateContentDatabaseParameters –serverName MyServer -databaseName MyContentDB -newParameters "MultiSubnetFailover=True"
Run the IISreset command to implement the changes.
Parameters for content databases are listed on the Database management page. For more information on this page, see Database management page.