all groups > sql server full text search > may 2005 >
You're in the

sql server full text search

group:

Error 80070006


Error 80070006 Jonathan Levine
5/18/2005 6:01:02 PM
sql server full text search:
Hello everyone,

I have a large table (around 15m rows) I'm trying to Full-Text index using
the Japanese wordbreaker.

When I do a full process, after processing 3-4 million rows, I see a couple
of "Error Fetching URL (80070006 - Invalid handle)" records in the Gather
Log, followed by many many c0000005 records in the log.

At that point, the MSSearch service is still running, but if I try to shut
it down using the sql server service manager or the windows tasks control
panel, it hangs while stopping. I have to kill it using the task manager
process panel.

I tried applying SP4 and recreating the catalog, but I have the same problem.

Any suggestions?

Regards,

Re: Error 80070006 Hilary Cotter
5/19/2005 10:00:19 AM
does this apply -
http://support.microsoft.com/default.aspx?scid=kb;en-us;298794

--
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

[quoted text, click to view]

Re: Error 80070006 Jonathan Levine
5/19/2005 10:54:02 PM
Hilary,

Thanks very much for your reply.

[quoted text, click to view]

I don't think so. I have increased MaxPropStoreCacheSize gradually to 0x0460.

Regards,

Re: Error 80070006 Hilary Cotter
5/20/2005 12:00:00 AM
just out of curiosity, do you get the problem when you index the content
with the neutral word breaker?

--
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

[quoted text, click to view]

Re: Error 80070006 Hilary Cotter
5/20/2005 12:25:12 PM
This is possibly a buffer overrun. How are you storing your data? Is it in
char, varchar, text or image? If Image what is your document format?



--
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
[quoted text, click to view]

Re: Error 80070006 Jonathan Levine
5/20/2005 3:48:03 PM
Hi again Hilary,


[quoted text, click to view]

Buffer overrun sounds likely to me.

The data is in two columns: one big nvarchar, and an ntext.

It is Japanese text from web pages (the web pages have been stripped of HTML
tags).

Regards,

Jonathan

Re: Error 80070006 Jonathan Levine
5/20/2005 9:57:13 PM
Hilary,

[quoted text, click to view]
I haven't tried the neutral word breaker. The neutral word breaker doesn't
handle Japanese text very well: most Japanese is written without whitespace
between the words, so I don't think the neutral word breaker index would be
very useful even if it worked.

Re: Error 80070006 Hilary Cotter
5/21/2005 12:00:00 AM
I realize you are loosing the language capabilities you need - however if it
works using the neutral word breaker the problem is with the Japanese word
breaker and you can raise this as a bug with MS. If it fails with the
neutral word breaker something is wrong with your environment which might be
solved with a reapplication of the service pack, or by removing and
reinstalling SQL FTS.

--
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
[quoted text, click to view]

Re: Error 80070006 Jonathan Levine
5/27/2005 6:14:01 AM
[quoted text, click to view]

Hilary,

Your instincts were right on. The problem was in the Windows 2003
wordbreaker -- upgrading to SP1 fixed the problem. (see KB article 885899)

Thanks for your help!

Jonathan

AddThis Social Bookmark Button