
Hi @Rui Pinto Ferreira ,
The error message "The content processing pipeline failed to process the item" typically indicates issues with the SharePoint Search service, particularly related to the content processing component. This can occur due to several reasons, including:
- Insufficient User Rights: The service account for the Windows Service – Search Host Controller Service may lack the necessary user rights. Specifically, it needs:
- SeAssignPrimaryTokenPrivilege: Allows the Search Component to modify the security access token of the ParserServer.exe process.
- SeIncreaseQuotaPrivilege: Allows the Search Component to adjust the memory quota of the ParserServer.exe process.
- Parser Server Workers: If all parser server workers cannot restart, it may indicate that the pool has no more workers available. This can be caused by:
- Broken communication between the parser server and the content processing component.
- Excessive resource usage leading to time-outs.
- Permission issues with required directories or configuration files.
- Excessive resource usage leading to time-outs.
- Broken communication between the parser server and the content processing component.
- SeAssignPrimaryTokenPrivilege: Allows the Search Component to modify the security access token of the ParserServer.exe process.
- Network Issues: If there are network communication problems between the crawl server and the content server, it can block the crawl, leading to errors.
- ULS Logs: Review the ULS logs on the server hosting the content processing component. Look for entries related to the parser server failing to start.
- Check for Updates: Ensure that your SharePoint servers are up-to-date with the latest patches and updates.
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.