Windows中的服務啟動不起來, 報超時怎么辦?


筆者的環境中SPadminV4這個服務怎么都啟動不起來, 重啟了機器, services.msc中嘗試, 命令行中嘗試, 都不管用.

 

在services.msc中, 啟動服務報錯:

image

 

在命令行中, 使用的命令如下:

SC CONFIG SPAdminV4 start= auto

SC START SPAdminV4

報錯:

image

谷歌一下, 得到如下的解決方案:

修改注冊表

        HKLM\System\CurrentControlSet\Control

    • ServicesPipeTimeout DWORD 60000 (decimal).
    • WaitToKillServiceTimeout SZ “120000” (string). Default值是12000.

        重啟機器.

image

 

服務成功啟動!

image

 

參考資料:

SharePoint Administration service is disabled (SharePoint 2010 Products)

http://technet.microsoft.com/en-us/library/ee513051%28v=office.14%29.aspx

SPadminV4 not starting

http://social.technet.microsoft.com/Forums/nl-NL/sharepointadminprevious/thread/a7b95352-261a-4e95-88f4-f4ebbaf4b837


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM