Skip to main content
Nintex Community Menu Bar

Error "Could not find stored procedure 'NM_DeleteFormByContentTypeAndList'" publishing a form

  • March 26, 2021
  • 0 replies
  • 39 views

Forum|alt.badge.img+8

Issue

After upgrading Forms and Workflow, the following error might occur when attempting to publish a Form.

The server encountered an error processing the request. The Exception message is 'Could not find stored procedure 'NM_DeleteFormByContentTypeAndList'.' See server logs for more details.

 

Resolution

Run the following PowerShell cmndlet to manually trigger an update of the Forms service "NFService", this will in turn update all associated stored procedures.
  1. Open a SharePoint Management Console
  2. Run the cmndlet: upgrade-NFService
  3. Retry the Form publish.

 

Error Code

Could not find stored procedure 'NM_DeleteFormByContentTypeAndList'.

 

Additional Information

This error is caused by an out of date stored procedure in the Nintex Content Database.