Reflects the current release of Nintex for SharePoint 2016. For your version, please access assistance through the Help button in the product.

UpdateContentDatabaseParameters

Description

This operation is used to update parameters for Nintex Workflow content databases, including setting MultiSubnetFailover to True to make content databases "AlwaysOn."

For more information on "AlwaysOn" databases, see the Microsoft article SqlClient Support for High Availability, Disaster Recovery.

Note: Run the IISreset command to implement the changes from this operation. Parameters for databases are listed on the Database management page. For more information on this page, see Database management page. When migrating a configuration database to another server, the internal reference to itself as a content database must be updated with this command.

Usage

NWAdmin.exe –o UpdateContentDatabaseParameters -serverName serverName -databaseName databaseName -newParameters "<Parameters>"

Example updating the parameters MultiSubnetFailover, ApplicationIntent, and Encrypt for the content database "NintexWorkflowDB-Content" on the database server "MyServer":

NWAdmin.exe –o UpdateContentDatabaseParameters –serverName MyServer -databaseName NintexWorkflowDB-Content -newParameters "MultiSubnetFailover=True;ApplicationIntent=ReadOnly;Encrypt=False"

Parameters

Name Description

-serverName

The name of the database server for the content database parameter update.

-databaseName

The name of the content database for the parameter update.

-newParameters

The database parameters to update.

For a list of parameters, see https://msdn.microsoft.com/en-us/library/ms378988%28v=sql.110%29.aspx; at the time of writing, all except the following parameters were supported. Unsupported parameters: databaseName, password, serverName, userName, integratedSecurity.