Event ID - 9009 APPHOSTSVC?

Tevon2.0 1,101 Reputation points
2023-01-23T13:33:06.7066667+00:00

Why is this error code popping up and what is the best way to fix?

The Application Host Helper Service encountered an error trying to delete the history directory 'C:\inetpub\history\CFGHISTORY_0000000094\schema'. The directory will be skipped and ignored. Note that the directory may still get deleted in the future if the service restarts. The data field contains the error number.

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,298 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,597 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,900 questions
0 comments No comments
{count} vote

Accepted answer
  1. Haoyan Xue_MSFT 22,466 Reputation points Microsoft Vendor
    2023-01-24T02:18:58.09+00:00

    Hi @Tevon2.0 ,

    If the Application Host Helper Service (AppHostSvc) cannot delete a history directory, it will try to do so the next time that the service starts. Normally you do not have to take any action when this occurs. However, if the problem persists, you can stop and restart the service manually.
    To stop and restart the Application Host Helper Service(you must have membership in Administrators):

    1. Open an elevated Command Prompt window. Click Start, right-click Command Prompt, and then click Run as administrator. User's image
    2. At the command prompt, type net stop apphostsvc.
    3. At the command prompt, type net start apphostsvc.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Sherrie McClellan 0 Reputation points
    2023-05-16T13:20:30.74+00:00

    The problem won't go away on my new Distribution Point, is there anymore info on how to fix this issue

    0 comments No comments