4 sept 2014

"An error has occurred with the Form Service there is a misconfiguration of the Microsoft SharePoint State Service”.


Solution :
the state service can only be created via Powershell or Farm Configuration Wizard
Powershell :
$StateService = New-SPStateServiceApplication -Name “State Service Application”
New-SPStateServiceDatabase -Name “SharePoint_Service_State” -ServiceApplication $StateService
New-SPStateServiceApplicationProxy -Name “State Service Application Proxy” -ServiceApplication $StateService -DefaultProxyGroup



0 comentarios:

Publicar un comentario