Could you post the entire log here or send it to me offline?
can you also do the following and post it here?
declare @id int
set @id=object_id('tblblogpoststext')
select OBJECTPROPERTYEX(@id,'TableFullTextPopulateStatus')
select OBJECTPROPERTYEX(@id,'TableFulltextDocsProcessed')
select OBJECTPROPERTYEX(@id,'TableFulltextFailCount')
select OBJECTPROPERTYEX(@id,'TableFulltextItemCount')
select OBJECTPROPERTYEX(@id,'TableFulltextPendingChanges')
select OBJECTPROPERTYEX(@id,'TableFulltextPendingChanges')

Signature
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.
This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.
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 spent hours on this problem and I can not even find where to
> start. I have full-text enabled on 15 our of about 100 tables in my
[quoted text clipped - 23 lines]
>
> Thanks in advance.
Joe - 17 Oct 2006 14:19 GMT
Hilary, thanks for replying. Eventually all the tables failed and we
got several errors. We opened a support case with Microsoft.
Unfortunately one of the errors we were getting was for a corrupt file,
so we deleted the logs. The Microsoft really really wanted the logs
too so we are in the process of trying to get a file restore. I'll
post the final solution here when I get it as well as a list of what
happened.
Thanks everyone
Joe - 20 Oct 2006 14:35 GMT
First let me tell you that this took 2 days and about 10 hours of
Microsoft Support time to fix this issue. The support guys best guess
is that the registry got corrupted. What happened is that the
full-text search stopped working on the main table, but was working on
some of the other tables for a while. Eventually after several hours
all full-text stopped working. We did see some errors similar to those
in KB http://support.microsoft.com/kb/817301. After doing what is said
in the KB, we tried to restart the MS Search service in the cluster
administrator, but it would not start. Basically the MS Search service
would start on the cluster nodes, but not on the cluster. This is were
we needed many hours of Microsoft support. They basically followed KB
http://support.microsoft.com/kb/827449, but also did a lot of other
things like delete registry keys and rebuild cluster resources.