SharePoint makes it easy to modify your list input forms using the new design the form page in InfoPath 2010 option
You can just open your list and click Customize form button in ribbon.
But sometimes while publishing the form you may see the error message as
"The form cannot be rendered. This may be due to Misconfiguration of the Microsoft SharePoint state service. For more information contact your server administrator"
one possible cause of this error could be that the SharePoint 2010 farm was created manually without running the PS configuration wizard.
To configure the SharePoint 2010 state service using the PowerShell try the following:
1. open your Central Administration in the Browser.
2. On task bar, click Start, select Administrative tools and then windows PowerShell modules, this will launch PowerShell and load all required modules.
3. In windows PowerShell window create an application by typing this command.
$serviceapp =New-SPStateServiceApplication -Name "State Service"
4. Associate a Database with this application
New- SPStateServiceDatabase -Name "StateServiceDatabase" -ServiceApplication $serviceapp
5. Create a State Service Application Proxy and associate it with service application by typing the Following command
New-SPStateServiceApplicationProxy -Name "State Service" -ServiceApplication $serviceApp -DefaultProxyGroup.
This will create the State service Application in CA
next you need to check is that you application is associated with this state service application.
just go ahead and publish your InfoPath form, it should work now :)
Subscribe to:
Post Comments (Atom)
Popular Posts
-
This is the method, I followed to achieve – add image to custom list with calculated / conditional column. Following is the result list...
-
if you want to do a User profile import in SharePoint 2010.. you should have the 'User Profile Synchronization Service' started....
-
SharePoint provides you “Export to Spreadsheet” feature across almost all list, allowing you to export your list content to Excel. But no...
-
Note: A LOT of these questions are specific to SharePoint 2007, and won't have applicability for SharePoint 2003! 1) What are the...
-
A very common & known issue while migrating IE versions. There is couple of steps and checking should be done to get this resolved. ...
-
I found this really great article that talks in depth as well in an easy language about the new options of under look and feel of 2013. h...
-
The April 2015 Cumulative Update for SharePoint 2010 has been released. SharePoint Foundation: https://support.microsoft.com/en-us/kb...
-
We love virtual labs they are free, non hassle and disposable ways to work around SharePoint deployment SharePoint 2010 virtual lab can be...
-
The April 2015 Cumulative Update for SharePoint 2013 has been released. SharePoint Foundation: http://support.microsoft.com/kb/29652...
-
June 2014 Cumulative Update for SharePoint 2013 has been released. SharePoint Foundation - KB2881063 http - //support.microsoft.com/kb...
Disclaimer
The opinions expressed on this blog are the personal views of Pratik's SharePoint Blog, and do not represent or reflect the viewpoints or policies of any past, present, or future employer, colleague, or customer, or any other entity. The posts on this blog are provided ‘as is’ with no warranties, express or implied, and confer no rights. Use of information contained within this blog, including specific technical steps mentioned herein, is at your own risk. References to specific software products, processes, resources, or companies do not imply any endorsement.
No comments:
Post a Comment