Steve,
As I'm sure you've discovered, troubleshooting SQL FTS issue can be
difficult, and as I've said in the past, akin to trying to discern what is
behind a blackhole ;-)
When this problem does occur, your first point of review is the server's
Application Event log as this is one source of information for the
"Microsoft Search" or MssCi source events. However, these events can roll
off your server event log, so you may want to reset the app log to retain
data longer. Additionally, there are binary Gather log files under the
folder \FTDATA\SQLServer\GatherLogs\ where you have SQL Server installed.
You can use the gthrlog.vbs app to read these files. Below is an Exchange KB
article that documents the use of the vbs file as this can be used for SQL
Server / MSSearch as well as exchange, just change the path info:
XADM: Using the Gthrlog.vbs Utility to View Gather Logs
http://support.microsoft.com/?kbid=270058 C:\Program Files\Common Files\Microsoft Shared\MSSearch\Bin
or
c:\Program Files\Common Files\System\MSSearch\Bin
-- another example of use:
cd\
cscript //nologo gthrlog.vbs
drive_letter:<full_Path>\FTDATA\SQLServer\GatherLogs\ *.gthr file
Hopefully, with the above info, and if a gthr file has the errors that
occurred, you can post them here for further analysis!
Thanks,
John
--
SQL Full Text Search Blog
http://spaces.msn.com/members/jtkane/ [quoted text, click to view] "Steve" <Steve@vin.com> wrote in message
news:1114200860.084684.103110@l41g2000cwc.googlegroups.com...
> Hello, I am also seeing this problem, and tried those solutions.
>
> "Update in Background" is enabled, and records are getting inserted
> into sysfulltextnotify. I can use sp_fulltext_table <Table_Name>,
> 'Update_index' to populate the index. I can create test tables in the
> same db and updates WILL happen automatically. There are no error or
> info messages in the windows app logs, and there aren't any error logs
> for MSSearch (anyone know how I can set that?)
>
> Thanks,
> Steve
>
> Microsoft SQL Server 2000 - 8.00.818 (Intel X86) May 31 2003
> 16:08:15 Copyright (c) 1988-2003 Microsoft Corporation Enterprise
> Edition on Windows NT 5.2 (Build 3790: )
> also on a cluster.
>