sreenu kolusu

sreenu kolusu

  • NA
  • 38
  • 181k

"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”.

Aug 9 2012 2:25 PM
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