SharePoint 2010 同步用户Services 一直Starting 终极解决方案
生活随笔
收集整理的這篇文章主要介紹了
SharePoint 2010 同步用户Services 一直Starting 终极解决方案
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Shareoint 2010 出現這樣的情況大部分是由于修改了密碼,造成的。由于SharePOint 2010 在同步用戶這一塊將場管理員的用戶名和密碼存儲在config數據庫中,當你修改了密碼,也更新了應用程序池,但是SharePOint 2010 還是不認識的。 所以,按以下方法,更新config數據庫的密碼。 此外運行services.msc ,Shareoint time services 也要運行起來。
?
SharePoint 2010 now stores service account passwords in the config database.? So if you attempt to change the password in the AD and on the services that use it this will break SharePoint. To fix this issue do the following- Where DOMAINA\SPSAdmin is service account that had it's password changed in the AD
Repair-SPManagedAccountDeployment : The password for the account DOMAINA\spsadmin, as currently stored in SharePoint, is not the same as the current password for the account within Active Directory. To fix this with PowerShell, run Set-SPManagedAccount -UseExistingPassword.
The Set-SPManagedAccount -UseExistingPassword command will update the config database and service using by this account.
SharePoint 2010 also support automatic password management for service accounts.? See Configure automatic password change?for details on this feature.
轉載于:https://www.cnblogs.com/ahghy/archive/2012/07/26/2610509.html
與50位技術專家面對面20年技術見證,附贈技術全景圖總結
以上是生活随笔為你收集整理的SharePoint 2010 同步用户Services 一直Starting 终极解决方案的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 使用Capistrano向EC2部署Dj
- 下一篇: 数组分割类问题