After Windows Update Sharepoint Site Stopped CA is also not working

santosh chati 1 Reputation point
2021-10-12T06:39:04.387+00:00

After Windows Update Sharepoint Site Stopped CA is also not working error is assembly could not load System.Wb.Cachhing
141325-139762-error.png

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,214 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,572 questions
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,798 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Allen Xu_MSFT 13,776 Reputation points
    2021-10-13T07:32:37.83+00:00

    Hi @santosh chati ,

    Firstly please have a try to run the SharePoint Products Confiugration Wizard via following steps.

    Run the PowerShell commands below:

    Stsadm -o execadmsvcjobs  
    stsadm -o setproperty -pn command-line-upgrade-running -pv No  
    

    Then refresh SharePoint:

    IISreset  
    net stop sptimerv4  
    net start sptimerv4  
    

    Run the wizard with below PowerShell command or from the GUI:

    Psconfig.exe -cmd upgrade -inplace b2b -wait -force  
    

    140075-image.png

    Will the error still persist after completing above steps?


    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.