SQL Server Performance Forum – Threads Archive
Full Text Index Won’t Populate
I looked around but none of the suggestions worked so far. Here is my environment:SQL Server 2000 Sp3a Std Ed
Win2003 box
dbs with full-text index turned on.
The following accounts have local pc admin and SQL server sys admin privileges :
Builtinadmin
Account that runs SQL Service
myself
Everything is great except that when I try to populate the full-text index the population successfully starts but it never ends and the item count is always 0. No blocks on sp_who. No errors.
I#%92m scratching my head since the same setup on a different server works just fine…
Solution found.
This problem was related to a server issue: "The procedure entry point GetTextExtentPointI could not be located in the DLL MSDART.dll’ This bug originated from an upgrade as detailed in the threadhttp://www.mcse.ms/message99060.html
here is the solution:
On a machine running Windows 2003 Server that was upgraded from Windows 2000 Server, look for OLEDB32.DLL in ‘c


FilesCommon FilesSystemOle DB on the upgraded machines, and it seems to have solved the problem.
]]>