A fatal error occurred during a full-text population, Event ID: 30059

  • 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.

  • 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

    http://technet.microsoft.com/en-us/library/cc721269.aspx

  • sqlservercentral topic on undocumented trace flags

    http://www.sqlservercentral.com/Forums/Topic851463-391-1.aspx

  • Hi

    Did you get this error with Microsoft CRM 2013 ?

    I got this same error while setting up CRM. did you find any solution ?

  • Posted Date 1/21/2010 6:30:21 PM

  • 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' ?

  • It was 4 years ago, I really do not remember.

    Sorry

  • 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