Saturday, July 14, 2012

"The form cannot be rendered. This may be due to a misconfiguration of the Microsoft SharePoint Server State Service. For more information, contact your server administrator”.

n the Start menu, click All Programs >> Microsoft SharePoint 2010 Products >> SharePoint 2010 Management Shell.

To create a service application, type the following command:


$serviceApp = New-SPStateServiceApplication -Name "StateService"
 
Create a State Service database and associate it with a service application, by typing:
 
New-SPStateServiceDatabase -Name "StateServiceDatabase" -ServiceApplication $serviceApp
 
 Create a State Service Application Proxy and associate it with the service application by typing:
 
 New-SPStateServiceApplicationProxy -Name "StateService" -ServiceApplication $serviceApp -DefaultProxyGroup

No comments:

Post a Comment