Issue
After restoring a site from another farm, saving and publishing Nintex workflows fails without an error message.
Resolution
- Run the following command in PowerShell get the SiteID of the imported site:
Add-PSSnapin Microsoft.SharePoint.PowerShellget-SpSite -Identity http://<<replace with your siteurl>> | FL ID
- Open SQL Management Studio and navigate to Nintex Workflow Config Db > Tables > dbo.Storage.
- Right-click on dbo.Storage and 'Select top 1000 rows'.
- Check the results and verify that the Site ID is missing from the list.
- Go back to the Site at Site Collection level.
- Click on Site Action > Site Settings (SP 2010) or click on the Cog icon (SP 2013 and above)
- In Site Collection Features, deactivate 'Nintex Workflow', and then re-activate it.
