ISSUE
When installing Nintex Workflow, the following error occurs during the "Web Application activation" step:Unable to add application pool account to the Nintex Workflow database
ERROR CODE
RESOLUTION
- Change the dbo to another account.
- In SQL management studio, run the following in both the Nintex Content Database and Nintex Config Database:
sp_changedbowner 'sa' - Add the account to the WSS_Content_Application_Pools role.
