Skip to main content

Remove Unused Nintex Workflow Content Database

Remove Unused Nintex Workflow Content Database

TOPIC
How to remove an unused Nintex Workflow Content Database.
INSTRUCTIONS
  1. Ensure no site is mapped to the Nintex Workflow content database to be removed via Central Administration>>Nintex Workflow Management>>Database Setup>>View Database Mappings
  2. run the nwadmin command "nwadmin -o DetachDatabase [-Servername serverName] [-databaseName contentDatabase]
  3. Run IISReset (Optional)

Comments

Popular posts from this blog

Nintex Web Service call error: Unauthorized

Nintex Web Service call unauthorized (401) Issue: When Nintex web service call fails with unauthorized error (401) Remedy: Ensure all of the SSL certificates have been installed in IIS and SharePoint. SharePoint:  Central Admin Security In the General Security Section, Manage Trust Select New Enter a friendly name. Browse to the saved file. To save a certificate: Navigate to the site. Select the cert icon. View Certificates. Select the Details tab. Copy to file. Next, select DER encoded binary X.509 (.CER) Select/enter a path/filename. Next, and select Finish to save to local filesystem.

SharePoint User Display Name Incorrect

SharePoint User Display Name Incorrect Scenario: This scenario occurs when SharePoint pulls the display name value from active directory. At some point later, a change was made to the display name. The change in display name was not pushed down to SharePoint.  Find the SharePoint User Account Identity Go to a site collection/site where the incorrect display name is used. Go to Site -> Site Settings Under "Users and Permissions", select "People and Groups" Locate a group where the user is a member Click on the name of the user to find the user's information You will see the account name to use in the script to change the SharePoint user display name Change SharePoint User Display Name Run powershell as an administrator, and call the SharePoint snapin if you are not using the management shell. Use "Set-SPUser". Specify the account (identity), the new display name, and the site.  Set-SPUser -Identity 'account_name' ...

AgreeYa QuickApps for SharePoint Javascript Files Missing

Description: SCRIPT5009: 'xxxJavascript Control' is undefined. Cause: The error happens because javascript files required for the QuickApps Web Parts are missing. This occurrence has been observed to happen when a Web Application is deleted. Resolution: Check to see if the javascript files are found in the following location: %program files%Common Files%Microsoft Shared%Web Server Extensions%wpresources If the files are not found, reinstall QuickApps.