The not implemented error normally means search dll corruption. Try to
reregister them as follows and start it up again.
Copy the below commands into a batch file and run them from a command
prompt.
cd "C:\Program Files\Common Files\System\MSSearch\Bin\"
%windir%\system32\Regsvr32 lcdetect.dll
%windir%\system32\Regsvr32 mssadmin.dll
%windir%\system32\Regsvr32 mssmmcsi.dll
%windir%\system32\Regsvr32 mssws.dll
%windir%\system32\Regsvr32 offfilt.dll
%windir%\system32\Regsvr32
%WINDIR%\System32\athprxy.dll
%windir%\system32\Regsvr32 ftsqlpar.dll
%windir%\system32\Regsvr32 msscntrs.dll
%windir%\system32\Regsvr32 mssmsg.dll
%windir%\system32\Regsvr32 mssmulpi.dll
%windir%\system32\Regsvr32 mssph.dll
%windir%\system32\Regsvr32 mssrch.dll
%windir%\system32\Regsvr32 msstools.dll
%windir%\system32\Regsvr32 objcreat.dll
%windir%\system32\Regsvr32 propdefs.dll
%windir%\system32\Regsvr32 srchadm.dll
%windir%\system32\Regsvr32 srchidx.dll
%windir%\system32\Regsvr32 tquery.dll
%windir%\system32\Regsvr32 query.dll
%windir%\system32\Regsvr32 %WINDIR%\Cluster\gathercl.dll
%windir%\system32\Regsvr32 nlhtml.dll
cd "C:\Program Files\Common Files\System\MSSearch\common\"
%windir%\system32\Regsvr32 mssitlb.dll
%windir%\system32\Regsvr32 %windir%\System32\athprxy.dll

Signature
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
> I have reinstalled SQL (without applying SP4 this time), and rebuilt
> the catalog. The first few couple hours, I can query it fine. It's
[quoted text clipped - 8 lines]
> 6/13/2005 2:42:42
> AM MSSQL75://SQLServer/7e77b618/A81CB90C7DD92A8523E1D15FEB3B5AD11E133489
Add Error
> fetching URL, (80004001 - Not implemented
> )
> 6/13/2005 3:11:34
> AM MSSQL75://SQLServer/7e77b618/AADE2BD506118D7878F727F3DD9C747112FBE943
Add Error
> fetching URL, (80040d54 - The filtering has been aborted because of a
> user action, such as stopping the crawl. )
> 6/13/2005 3:19:16
> AM MSSQL75://SQLServer/7e77b618/AB77F22AA2731DCE8302E74601AF49D19ACDE146
Add Error
> fetching URL, (80004001 - Not implemented
> )
> 6/13/2005 3:58:56
> AM MSSQL75://SQLServer/7e77b618/ADEE5843DB404EC419ADB18A3BAF41A8514EEAB5
Add Error
> fetching URL, (80004001 - Not implemented
> )
> 6/13/2005 4:14:54
> AM MSSQL75://SQLServer/7e77b618/AEC47897B346722A2E9120ABD26CF270B2DD1994
Add Error
> fetching URL, (80041201 - The object was not found. )
> 6/13/2005 4:28:30
> AM MSSQL75://SQLServer/7e77b618/AF6A64048B44D50F4DE316F8F56D9BD6F8E8D3F0
Add Error
> fetching URL, (80040d54 - The filtering has been aborted because of a
> user action, such as stopping the crawl. )
> 6/13/2005 5:15:34
> AM MSSQL75://SQLServer/7e77b618/B185B6D2A1335A5DF57BB1BE1830AA0A88CB8539
Add Error
> fetching URL, (80004001 - Not implemented
> )
> 6/13/2005 5:27:10
> AM MSSQL75://SQLServer/7e77b618/B1F66BD3B24ABA409176AC2325F07C7FF66B41BF
Add Error
> fetching URL, (80040d54 - The filtering has been aborted because of a
> user action, such as stopping the crawl. )
> 6/13/2005 5:29:18
> AM MSSQL75://SQLServer/7e77b618/B210BF1E3B2D0A8EC921E7E7076A687290F9E3C8
Add Error
> fetching URL, (80004001 - Not implemented
> )
> 6/13/2005 6:40:46
> AM MSSQL75://SQLServer/7e77b618/B4A72C0E4680BAEBAA35C94DF0D7059A31501F9B
Add Error
> fetching URL, (80040d54 - The filtering has been aborted because of a
> user action, such as stopping the crawl. )
>
> thanks,
> Hai
tran.hai@gmail.com - 14 Jun 2005 21:59 GMT
I've got error on these two files LCDETECT.DLL and MSSWS.DLL while both
trying to register or unregister them. This is the error message:
dllname was loaded, but DLLRegisterServer/DLLUnregisterServer entry
point was not found. This file cannot be registered. I've tried to
run Regsvr32 under both window\system32 and window\syswow64 with the
same error result.
Per MS PSS advice (i've opened an incident case), I've now replace
schema.txt at
c:\program files\common
files\system\mssearch\data\applications\sqlserver\config
c:\program files\common files\system\mssearch\data\data\config
with the schema.txt file in:
c:\program files\microsoft sql server\mssql$<instance_name>\binn
also manually reinstall MS Search. I'm populating the catalog now and
anxiously waiting for it to finish :)
Do you think those two LCDETECT.DLL and MSSWS.DLL are crucial for the
fulltext to work? i didn't get a clear answer from MS, they think it
either corrupted or not support 64bit.
Thanks,
Hai
Hilary Cotter - 16 Jun 2005 14:42 GMT
While they are crucial they might not be COM components and this might be
why you got this error message.

Signature
Hilary Cotter
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
> I've got error on these two files LCDETECT.DLL and MSSWS.DLL while both
> trying to register or unregister them. This is the error message:
[quoted text clipped - 20 lines]
> Thanks,
> Hai