{"id":83,"date":"2011-04-19T14:38:08","date_gmt":"2011-04-19T14:38:08","guid":{"rendered":"http:\/\/eldar.pro\/?p=83"},"modified":"2019-07-18T22:03:55","modified_gmt":"2019-07-18T22:03:55","slug":"full-text-populate-index-error","status":"publish","type":"post","link":"https:\/\/eldar.pro\/?p=83","title":{"rendered":"Full Text populate index error"},"content":{"rendered":"<p>Version:<br \/>\nMicrosoft SQL Server 2008 R2 (RTM) &#8211; 10.50.1600.1 (X64) Apr 2 2010 15:48:46 Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.1 (Build 7601: Service Pack 1)<\/p>\n<p><strong>Problem:<\/strong><br \/>\nThere is a full-text index on the table IndexTable (about 3 billion rows).<br \/>\nWhen start populating getting a lot of errors in the full text log:<\/p>\n<p><em>2012-07-17 18:34:26.04 spid25s Error &#8216;0x80043630: The filter daemon process MSFTEFD timed out for an unknown reason. This may indicate a bug in a filter, wordbreaker, or protocol handler.&#8217; occurred during full-text index population for table or indexed view &#8216;[TS_MageDB].[dbo].[IndexTable]&#8217; (table or indexed view ID &#8216;667201477&#8217;, database ID &#8216;7&#8217;), full-text key value &#8216;1986286701&#8217;. Attempt will be made to reindex it.<\/em><\/p>\n<p>This was happening during the 9 days (and haven&#8217;t been large load on the CPU and \/ or queuing to disk.), and full-text index has not been populated.<\/p>\n<p>There is nothing helpful for me <a href=\"http:\/\/support.microsoft.com\/kb\/963659 \">here<\/a> (because of 2008 R2, not 2008) and <a href=\"http:\/\/connect.microsoft.com\/SQLServer\/feedback\/details\/682700\/errors-0x80040e97-and-0x80043630-during-full-text-indexing \">here<\/a> (just &#8220;We have therefore resolve this issue as by design&#8221;)<\/p>\n<p><strong>Resolution:<\/strong><br \/>\nOnly recreating the index helped, and, after that, populating:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"sql\">DROP FULLTEXT INDEX ON [dbo].[IndexTable]\nCREATE FULLTEXT INDEX ON [dbo].[IndexTable]( [IndexValue] LANGUAGE [Russian])\nKEY INDEX [PK_IndexTable] ON ([FT_IndexTeble], FILEGROUP [ftfg_FT_IndexTeble])\nWITH (CHANGE_TRACKING = OFF, STOPLIST = SYSTEM)<\/pre>\n<p>or, if we want to start populating manually\u00a0later, for example, at night:<\/p>\n<pre data-enlighter-language=\"sql\"><code class=\"EnlighterJSRAW\" data-enlighter-language=\"sql\">...CHANGE_TRACKING = OFF, NO POPULATION...<\/code><\/pre>\n<p>and for start:<\/p>\n<pre data-enlighter-language=\"sql\"><code class=\"EnlighterJSRAW\" data-enlighter-language=\"sql\">ALTER FULLTEXT INDEX ON [dbo].[IndexTable] START FULL POPULATION<\/code><\/pre>\n<p>After a half-day process is finished, the error no longer appeared.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>2014-05-31 11:09:30<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[37],"tags":[],"class_list":["post-83","post","type-post","status-publish","format-standard","hentry","category-s-sql-server-en"],"_links":{"self":[{"href":"https:\/\/eldar.pro\/index.php?rest_route=\/wp\/v2\/posts\/83","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eldar.pro\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eldar.pro\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eldar.pro\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eldar.pro\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=83"}],"version-history":[{"count":7,"href":"https:\/\/eldar.pro\/index.php?rest_route=\/wp\/v2\/posts\/83\/revisions"}],"predecessor-version":[{"id":472,"href":"https:\/\/eldar.pro\/index.php?rest_route=\/wp\/v2\/posts\/83\/revisions\/472"}],"wp:attachment":[{"href":"https:\/\/eldar.pro\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=83"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eldar.pro\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=83"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eldar.pro\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=83"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}