January 20, 2010 at 4:58 pm
Here's the general error I am receiving
A fatal error occurred during a full-text population and caused the population to be cancelled. Population type is: AUTO; database name is XX(id: XX); catalog name is XX (id: XX); table name XX (id: xx). Fix the errors that are logged in the full-text crawl log. Then, resume the population. The basic Transact-SQL syntax for this is: ALTER FULLTEXT INDEX ON table_name RESUME POPULATION.
Additional information form the full-text crawl log displays
Error: 30059, Severity: 16, State: 1.
Several sites report the fix as the following
I have seen the issue occur when the SQL Full-text Filter Daemon Launcher service was running with the NT AUTHORITY\NETWORK SERVICE account. Switching the service to use the Local System account solved the issue. Then the Full Text Catalog would rebuild without any issue.
above quote from http://blog.hoegaerden.be/2009/03/04/full-text-search-fatal-error-30059/
I have found no explanation as to the relationship between the account running the full-text service and this error message. Furthermore I am running all services with Domain accounts and am still receiving the error.
Any help on additional items I can check would be much appreciated.
January 21, 2010 at 11:28 am
per this article
http://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=331062
I'm researching the following trace flags which seem to be undocumented
7601, 7603, 7604 and 7605
This also looks promising
January 21, 2010 at 11:30 am
sqlservercentral topic on undocumented trace flags
http://www.sqlservercentral.com/Forums/Topic851463-391-1.aspx
July 15, 2014 at 9:36 am
Hi
Did you get this error with Microsoft CRM 2013 ?
I got this same error while setting up CRM. did you find any solution ?
July 15, 2014 at 9:39 am
Posted Date 1/21/2010 6:30:21 PM
July 15, 2014 at 9:56 am
Sorry for being so naive here.
Can you please pin point the solution.
Is it the undocumented stored procedure that I need to execute -exec sp_fulltext_service 'fdhost_tracing' ?
July 15, 2014 at 10:03 am
It was 4 years ago, I really do not remember.
Sorry
September 9, 2016 at 11:16 am
I have weird situation, SQL Full-text Filter Daemon Launcher service is disabled still i am getting similar error.:w00t:
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply