Recently
a colleague of mine encountered the error below and wanted to know how to get
past itRecently
a colleague of mine encountered the error below and wanted to know how to get
past it.
When configuring SharePoint 2010 Publish Portal you encounter
the following error
“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. “
This issue is caused by lack of Session State Service
To fix this issue power up your PowerShell and run the
following commands
PS C:\Users\farmsvc> $serviceApp =
New-SPStateServiceApplication -Name "State Service"
PS C:\Users\farmsvc> New-SPStateServiceDatabase -Name
"StateServiceDatabase" -ServiceApplication $serviceApp
n
This command creates a database
Name
Id
Type
StateServiceDatabase
4d968d46-28f4-4306-b9ff-8e2908cb31fe Microsoft.Office....
PS C:\Users\farmsvc> New-SPStateServiceApplicationProxy
-Name "State Service" -ServiceApplication $serviceApp
-DefultProxyGroup
DisplayName
TypeName Id
State Service
State Service Proxy 8b155590-3be3-443a-9f10-4b303a01c450v