SharePoint 2010 Configuration wizard cannot work

Asked By 30 points N/A Posted on -
qa-featured

Please help me!! My SharePoint 2010 Configuration wizard can not work . It shows this error message “SharePoint 2010 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.”

Please tell me how can I solve this problem ?

SHARE
Answered By 5 points N/A #161906

SharePoint 2010 Configuration wizard cannot work

qa-featured

Hi Gmhossain
You may receive this error when trying to publish a page in SharePoint 2010. Here is a solution for that problem. I think You would need to install the ‘State Service’ via the Configuration wizard in Central Administration.
Here is the steps to install 'State Service' in SharePoint 2010.
1. Click Start,Then Administrative Tools, Then Windows PowerShell Modules.
2. In Windows PowerShell, type $serviceApp = New-SPStateServiceApplication -Name “State Service”.
3. Then create a State Service database, associate it with a service application, Just Write New-SPStateServiceDatabase -Name “StateServiceDatabase” -ServiceApplication $serviceApp.
4. Create a State Service Application Proxy, associate it with the service application, Just write New-SPStateServiceApplicationProxy -Name “State Service” -ServiceApplication $serviceApp -DefaultProxyGroup.
(You can use another proxy group if necessary by changing the DefaultProxyGroup parameter)

Thank You

Related Questions