Error Upgrading SharePoint Products

Emanuel Borsoi 156 Reputation points
2020-10-15T06:06:48.143+00:00

I installed the last CU (October 2020).
Our SysAdmin used to upgrade the system by using the psconfig.exe and always used the -force flag, which in my opition is not the best way to do it.
This time I wanted to try to use the wizard, which fails on the step 9 of 10: Upgrading SharePoint Products.

In the event log I find:

Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (d250035e-48e4-402b-8818-1eb515ed35af).
Reason: ActivatingTopology information could not be fetched from SearchTopologyActivationInfo.
Technical Support Details:
System.InvalidOperationException: ActivatingTopology information could not be fetched from SearchTopologyActivationInfo.
at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)

The ULS says:

Topology Rollback failed. Will try again. Meanwhile, topology activation will not be possible: System.InvalidOperationException: ActivatingTopology information could not be fetched from SearchTopologyActivationInfo.
at Microsoft.Office.Server.Search.Administration.Topology.SearchTopology.Rollback()
at Microsoft.Office.Server.Search.Administration.Topology.SearchTopology.RetryPendingRollback()
at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
Unable to find server 45929293-42f0-4b79-8857-4cd6e20cb0f7
Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (d250035e-48e4-402b-8818-1eb515ed35af). Reason: ActivatingTopology information could not be fetched from SearchTopologyActivationInfo. Technical Support Details: System.InvalidOperationException: ActivatingTopology information could not be fetched from SearchTopologyActivationInfo.
at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize()
at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)

Any idea about the problem?

SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,934 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sharath Kumar Aluri 3,071 Reputation points
    2020-10-15T14:04:12.677+00:00

    Try stopping the search service on the server and then run the config wizard and then the start the service back again on the server. If you still facing the issue then clear the config cache using below article script.

    https://github.com/DwayneSelsig/spcachecleaner/blob/master/SPCacheCleaner.ps1

    Thanks & Regards,


  2. Itch Sun-MSFT 2,556 Reputation points
    2020-10-16T02:18:52.553+00:00

    Hi @Emanuel Borsoi

    According to your post, I noticed that you got the ‘Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance’ error.

    This issue occurs if the contents of the file system cache on the front-end servers are newer than the contents of the configuration database. You may have to manually clear the file system cache on the local server.

    1. Stop Windows SharePoint Services Timer service.
    2. Navigte to cache folder :

    Drive:\ProgramData\Microsoft\SharePoint\Config

    3.Back up the Cache.ini file.

    4.Delete all the XML configuration files in the GUID folder

    5.Start Windows SharePoint Services Timer service


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.