Viewing database mappings for site collections
- Access the Nintex Workflow Database Setup page: On the Central Administration Home page, click Nintex Workflow Management; in the Nintex Workflow Management section, click Database setup.
- On the Nintex Workflow Database Setup page, under Content Databases, click View database mappings.
Mapping content databases
Note: Configure licensing before configuring database settings.
- Access the Nintex Workflow Database Setup page: On the Central Administration Home page, click Nintex Workflow Management; in the Nintex Workflow Management section, click Database setup.
- On the Nintex Workflow Database Setup page, under Content Databases, click Manage database mappings.
- The SharePoint content databases are listed on the page. You can map each one to an existing or new Nintex Workflow content database.
- To map a SharePoint content database to an existing Nintex Workflow content database, select the database from the drop-down list under Map to Workflow Content Database.
- To map a SharePoint content database to a new Nintex Workflow content database, do the following.
- Select Add content database from the drop-down list under Map to Workflow Content Database.
- In the Add content database page, enter the database server, name, and other settings.
- Click OK to go back to the Manage Database Mappings page.
The added content database is mapped. - Click OK.
Adding content databases
For instructions on adding content databases, see Database settings.
Note: You can also add Nintex Workflow content databases from the Manage Database Settings page. See the previous section.
Setting parameters of content databases
You can set parameters of Nintex Workflow content databases, including the MultiSubnetFailover parameter for AlwaysOn, using the NWAdmin operation UpdateContentDatabaseParameters. For more information on this and other NWAdmin operations, see the NWAdmin Guide at https://community.nintex.com/docs/DOC-1026.
To set parameters for a content database
- Run the NWAdmin operation UpdateContentDatabaseParameters for your database name, server, and parameters.
For example, to set the content database "MyContentDB" on the server "MyServer" to AlwaysOn, 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 Setup page in Central Administration. For more information on this page, see Database settings.
Field descriptions
- View Database Mappings
- Manage Database Mappings
View Database Mappings page
Section | Description |
Site | Lists SharePoint site collections. |
Workflow Database | Lists the Nintex Workflow content database that are mapped to the SharePoint site collections. |
Manage Database Mappings page
Section | Selection | Description |
SharePoint Content Database | (N/A) | Lists SharePoint content databases. |
Map to Workflow Content Database | Any available workflow content database | Maps the SharePoint content database to any available Nintex Workflow content database. Note: Availability of this selection is controlled by Global Settings. |
Map to Workflow Content Database | Add content database | Displays the Add content database page for adding Nintex Workflow content databases. |
Map to Workflow Content Database | (existing Nintex Workflow content database) | Maps the SharePoint content database to the selected Nintex Workflow content database. |