Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to install duckCreek (insurance software) in my machine. when I try that I get this error:

Error SQL72014: .Net SqlClient Data Provider:
Msg 7609, Level 17, State 5, Line 2
Full-Text Search is not installed, or a full-text component cannot be loaded


Kindly help me

What I have tried:

I have tried following steps:

I have verified that while installing SQL server engine - Full-Text and Semantic Extraction for Search is already selected.

when I run this query in my local SQL Server - I am getting "0"

SELECT FullTextServiceProperty('IsFullTextInstalled')
I have tried repairing the SQL Server setup - no luck

IN SQL Server Management Studio, in database section under storage, I can see "Full Text Catalogs"

Please let me know what I am missing here, I have been trying since 2 days, no luck for me. I need to get this result as "1" when I run this query

SELECT FullTextServiceProperty('IsFullTextInstalled')
Posted
Updated 16-Jul-20 0:12am
v2

1 solution

If FullTextServiceProperty('IsFullTextInstalled') returns 0 then full-text search is not installed in the current instance of SQL.

Check the SQL Server Configuration Manager, and make sure you have a "SQL Full-text Filter Daemon Launcher" service for the correct instance, and that it is running.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900