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.
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. |