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

UpdateContentDatabase

Description

This operation is used to update a reference to a Nintex Workflow content database.

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 UpdateContentDatabase -serverName serverName [-databaseName databaseName] [-newServerName newServerName] [-newDatabaseName newDatabaseName] [-newFailoverPartner newFailoverPartner] [-integrated | -username username -password password]

Parameters

Name Description

-serverName

The existing server name of the content database to update.

-databaseName

Optional, the existing database name of the content database to update. Used to differentiate two databases on the same server.

-newServerName

Optional, the server name to update the content database record with.

-newDatabaseName

Optional, the database name to update the content database record with.

-newFailoverPartner

Optional, the failover database server for the content database.

-integrated

Optional, change the content database record to use integrated security.

-username

Optional, change the content database record to use database authentication with this username. Use in conjunction with password.

-password

Optional, the password to use if setting the content database record to use database authentication.