为sharepoint 2013 开启 State Service

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了为sharepoint 2013 开启 State Service相关的知识,希望对你有一定的参考价值。

State Service的作用:

The State Service service application is used to maintain state. This is one of those goofy .NET
developer things which is the equivalent of writing on your hand. It holds the information
temporarily while you use it and then it goes away. Some people assume this isn’t necessary but even
out-of-the-box features use it so just Go ahead and provision it to save looking up the error messages
later.

State Service在sharepoint中是无法通过图形化界面安装的,必须通过powershell命令来完成安装:

1. At the prompt, type the following and press Enter:
New-SPStateServiceApplication -Name "State Service Application"
2. At the prompt, type the following and press Enter:
Get-SPStateServiceApplication| New-SPStateServiceApplicationProxy
-defaultproxygroup
3. At the prompt, type the following and press Enter:
Get-SPStateServiceApplication| New-SPStateServiceDatabase -Name
"State_Service_DB"
4. At the prompt, type the following and press Enter:
Get-spdatabase | where-object {$_.type -eq
"Microsoft.Office.Server.Administration.StateDatabase"} |
initialize-spstateservicedatabase


本文出自 “博深” 博客,转载请与作者联系!

以上是关于为sharepoint 2013 开启 State Service的主要内容,如果未能解决你的问题,请参考以下文章

sharepoint 2013 开启 Usage and Health Data Collection

SharePoint 2013 同步FBA认证用户

powershell 为SharePoint 2013创建SharePoint服务帐户(最低)

SharePoint - 使用workflow弹出State Service error的解决方案

SharePoint图说搜索服务Search Service详细配置

日常运维SharePoint 2013 缺少站点保存为模板选项