Re: Treatment of extension column changed in SP4?
- From: "John Kane" <jt-kane@xxxxxxxxxxx>
- Date: Wed, 12 Oct 2005 19:46:11 -0700
Sorry, Glen,
I forgot to post the KB articles, they're listed below that were published
after SP3 was released:
327217 (Q327217) INF: Installing SQL Server 2000 Service Pack 3 Rebuilds All
Full-Text Catalogs
http://support.microsoft.com/default.aspx?scid=kb;en-us;327217
312410 (Q312410) "FIX: Full Text RANK Results May Vary After Catalog
Repopulation"
http://support.microsoft.com/default.aspx?scid=kb;en-us;312410 (references
Q240867)
317486 (Q317486 ) "FIX: A Query That Uses a Large Search String in the
CONTAINS Clause May Fail with Error Msg 7607"
http://support.microsoft.com/default.aspx?scid=kb;en-us;317486
323039 (Q323039) FIX: Full-Text Search Population of a Word Document Stored
in SQL Server Causes CPU Spin with SQL Server 2000 Service Pack 2
http://support.microsoft.com/default.aspx?scid=kb;en-us;323039
321332 (Q321332) "FIX: Full-Text Searches for Data That is Enclosed in
Parenthesis() Inside HTML Tags is Not Being Returned"
http://support.microsoft.com/default.aspx?scid=kb;en-us;321332
321820 (Q321820) "FIX: Non-OCR/Non-Display TIFF Data Indexed by SQL Server
Full-Text"
http://support.microsoft.com/default.aspx?scid=kb;en-us;321820
You still might want to try opening a support case with MS PSS SQL Server
support as they do have the means to do extended logging (much more than
with your debug build & very specific to SQL Server FTS) and who knows, they
may declare it a bug as it breaks your custom IFilter post-SP3 and then the
support case will be free!
As for the MSSearch service finding the right Ifilter for a file with no or
an unknown extension, I don't believe this is possible, but if it is, then
you may want to try making the following registry key/value changes for
unknown extensions:
Unknown Extensions
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/indexsrv/html/ixufilt_9vg3.asp
FilterFilesWithUnknownExtensions
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/indexsrv/html/ixrefreg_2r8z.asp
Hope that helps!
John
--
SQL Full Text Search Blog
http://spaces.msn.com/members/jtkane/
<glenlow@xxxxxxxxxxxxx> wrote in message
news:1129099929.315654.270410@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Could I get the URLs to the KB's please?
>
> The file extension column is populated with ".doc.gz" etc. and the
> datatype is VARCHAR(10).
>
> I can confirm the MSSearch service is launching my IFilter because my
> debug builds have logging built in. I wrote a quick revision that
> manages to decompress the file, but of course when passing the
> decompressed (and now extensionless) file to LoadIFilter to find a
> suitable filter, it fails with a 0x80070057 error. (Pre-SP4 this worked
> most swimmingly.) Is the IFilter system smart enough to find the right
> filter when there is no extension?
>
> Cheers,
> Glen Low, Pixelglow Software
> www.pixelglow.com
>
.
- Follow-Ups:
- Re: Treatment of extension column changed in SP4?
- From: glenlow
- Re: Treatment of extension column changed in SP4?
- References:
- Treatment of extension column changed in SP4?
- From: glenlow
- Re: Treatment of extension column changed in SP4?
- From: John Kane
- Re: Treatment of extension column changed in SP4?
- From: glenlow
- Treatment of extension column changed in SP4?
- Prev by Date: Re: Problem Installing FTS
- Next by Date: Re: Problem Installing FTS
- Previous by thread: Re: Treatment of extension column changed in SP4?
- Next by thread: Re: Treatment of extension column changed in SP4?
- Index(es):
Relevant Pages
|