Upgrade to SP1. Are you only getting the message from SQL.HDR when you dump
your transaction logs?
Regarding the hanging - exactly where is it hanging? Does it hang during the
population process or at other times?

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
Hilary,
Windows is already at SP1. Has a SP been released for SQL 2005 yet? My sql
version is 9.0.1399
The time stamps for the sql.hdr errors do look to correlate with the
transaction log backups.
EXECUTE master.dbo.xp_sqlmaint N'-PlanID
5C950084-E7F8-436E-AD81-3FCBE7CD910E -WriteHistory -VrfyBackup -BkUpMedia
DISK -BkUpLog -UseDefDir -BkExt "TRN"'
How can I tell where it is hanging? When I start the FullText service I can
normally stop it with out any problems after just a few minutes, but if I
wait too long, I will not be able to stop the service without killing the
msftesql.exe process.
Thank you,
Keith
> Upgrade to SP1. Are you only getting the message from SQL.HDR when you dump
> your transaction logs?
[quoted text clipped - 34 lines]
> > Thank you for any help you can provide.
> > Keith Sirmons
Hilary Cotter - 29 Apr 2006 16:32 GMT
Yes, SP 1 for SQL Server has been released.
Its hard to say, I would capture everything using profiler and then run the
statements individually through query analyzer.

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
> Hilary,
>
[quoted text clipped - 61 lines]
>> > Thank you for any help you can provide.
>> > Keith Sirmons
Keith Sirmons - 01 May 2006 04:45 GMT
Thank you,
Installing SP1 for sql did fix our issues. Thank you for your help.
Keith
> Yes, SP 1 for SQL Server has been released.
>
[quoted text clipped - 66 lines]
> >> > Thank you for any help you can provide.
> >> > Keith Sirmons
Crystal Manson - 23 Aug 2006 00:51 GMT
I am also experiencing this issue. Unfortunately my server is already
on SP1 (windows and sql). Has any one experienced this issue and it
wasn't fixed by SP1? Also, my server is a cluster. Could that be
causing it?
Hilary Cotter - 23 Aug 2006 12:57 GMT
Its unlikely that the cluster is causing the problem. You might want to set
the resource level to something smaller than 3, try sp_fulltext_service
'resource_level',2

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 am also experiencing this issue. Unfortunately my server is already
> on SP1 (windows and sql). Has any one experienced this issue and it
> wasn't fixed by SP1? Also, my server is a cluster. Could that be
> causing it?
>
> *** Sent via Developersdex http://www.developersdex.com ***
Crystal Manson - 24 Aug 2006 03:32 GMT
Do you mean:
sp_fulltext_service 'resource_usage',2
I do not see resource_level as an option.
Hilary Cotter - 24 Aug 2006 10:34 GMT
Exactly, my mistake.

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
> Do you mean:
>
[quoted text clipped - 3 lines]
>
> *** Sent via Developersdex http://www.developersdex.com ***