How to resume SharePoint Content Source when it is “Paused by system”
Date: 18/04/2014
Categories: PowerShell, SharePoint
#Connect to SharePoint FrontEnd Server #Open SharePoint 2013 Management Shell $SearchSA = Get-SPEnterpriseSearchServiceApplication “Search Service Application” $SearchSA.ForceResume($SearchSA.IsPaused())
Hey thank you very much!!!
this is exactly what i needed!
Cheers
You are welcome!
Saved my day, thank you! “Resume” did nothing, but “ForceResume” was the trick!
I completed this, but it merely returned a ‘False’ value
This happend here too. Just a ‘False’ return.
What does this mean?
Same Here.. i too got False and Search is still showing Paused For: External Request. Please help me if you guys have any idea how to resume the search.
Thanks! It works well.
I run this command and got False in the powershell window and Search is still showing “Paused For: External Request”. Please help me how to resolve this issue.
Perfect solution for a wierd search issue. Thanks.