In this blog post, let’s learn about the error message “9955 – SQL Server failed to create named pipe ‘%ls’ to communicate with the full-text filter daemon (OS error: %d). Either a named pipe already exists for a filter daemon host process, the system is low on resources, or the security identification number (SID) lookup for the filter daemon account group failed. To resolve this error, terminate any running full-text filter daemon processes, and if necessary reconfigure the full-text daemon launcher service account.” in Microsoft SQL Server, the reason why it appears and the solution to fix it.
SQL Server Error Message
9955 – SQL Server failed to create named pipe ‘%ls’ to communicate with the full-text filter daemon (OS error: %d). Either a named pipe already exists for a filter daemon host process, the system is low on resources, or the security identification number (SID) lookup for the filter daemon account group failed. To resolve this error, terminate any running full-text filter daemon processes, and if necessary reconfigure the full-text daemon launcher service account.
Reason for the Error
To be update soon…
Solution
To be update soon…