Fix "The form cannot be rendered. This may be due to a Misconfiguration of the Microsoft SharePoint Server state service" Error in SharePoint 2013
Problem: InfoPath form based list form in a migrated SharePoint 2013 environment from SharePoint 2010 gave this error message:
"The form cannot be rendered. This may be due to a misconfiguration of the Microsoft SharePoint Server state service"
Solution: Create a State Service Application as in: How to Create State Service Application in SharePoint 2013
It could also happen if your State service database goes corrupted. Use these cmdlets to recreate State service application database.
Related post: SharePoint 2010 InfoPath Form Error- The form cannot be rendered. This may be due to a misconfiguration of the Microsoft SharePoint Server State Service.
"The form cannot be rendered. This may be due to a misconfiguration of the Microsoft SharePoint Server state service"
Solution: Create a State Service Application as in: How to Create State Service Application in SharePoint 2013
It could also happen if your State service database goes corrupted. Use these cmdlets to recreate State service application database.
- Remove-SPStateServiceDatabase
- New-SPStateServiceDatabase
- Mount-SPStateServiceDatabase
Related post: SharePoint 2010 InfoPath Form Error- The form cannot be rendered. This may be due to a misconfiguration of the Microsoft SharePoint Server State Service.
No comments:
Please Login and comment to get your questions answered!