I am trying to install duckCreek (insurance software) in my machine. when I try that I am getting below error message - 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
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 Databsase section Under storage section I can able to see "Full Text Catlogs"
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')
Kindly help me.
Its not duplicate question.
Jenith ThakkarPosted Jul 15, 2020, 10:34 PM
https://stackoverflow.com/questions/47437742/full-text-search-is-not-installed-or-a-full-text-component-cannot-be-loaded
https://gateway.sdl.com/apex/communityknowledge?articleName=000001275
https://www.techrepublic.com/blog/data-center/adding-sql-full-text-search-to-an-existing-sql-server/
Thank you