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