Re: Treatment of extension column changed in SP4?
- From: "John Kane" <jt-kane@xxxxxxxxxxx>
- Date: Tue, 11 Oct 2005 21:20:09 -0700
Glen,
Interesting... There were significant changes to Full-text Search (FTS) and
the MSSearch components in SP3 (see the below KB articles for public info)
that were carried forward to SP4 that may account for the change in default
behavior that your seeing for your custom .GZ IFilter. One question I have
is what value do you populate the "file extension" column in your FT-enabled
table: ".doc.gz" or ".gz" or ? and what is the datatype of your "file
extension" column? This may be a factor in getting the MSSearch Filter
Daemon (mssdmn.exe) to launch your custom IFilter, although if it worked
pre-SP3, it should of worked post-SP3...
You may want to open a support case with Microsoft PSS SQL Server support as
they have procedures to do extended logging & debugging of the FT Indexing
process that can be used to identify the registry keys/values and .dll's
that are accessed.
Could you also post your FT-enabled table's sp_help output?
Thanks,
John
--
SQL Full Text Search Blog
http://spaces.msn.com/members/jtkane/
<glenlow@xxxxxxxxxxxxx> wrote in message
news:1129087791.756668.313830@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi All
>
> I have several SQL Server 2000 databases that have tables which are
> full-text indexed. In particular I index an image column and specify a
> document type column. This type column often has a compound extension
> like '.doc.gz' and I've written and enabled an IFilter on the box to
> take files ending in .doc.gz etc., decompress it to the original
> extension .doc and call the registered IFilter on .doc.
>
> Up to SP3, everything seems to be hunky-dory and the SQL Server
> dutifully passes the temp file over to my IFilter for indexing. The
> temp files it sees are of the form "abcd..doc.gz"
>
> After SP4 (or some other change I can't determine, although this
> problem has cropped up on a brand new machine with only SQL 2000 SP4 +
> Win2003 Server on it), the temp files are now of the form "abcd.gz" and
> thus my IFilter can no longer figure out the original extension.
>
> Is this a known issue with SP4? Do I need to use "doc.gz" instead of
> ".doc.gz" in the type column? Am I going insane?
>
> 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
- Treatment of extension column changed in SP4?
- Prev by Date: Re: Get Info from Full Text Search Catalog
- Next by Date: Re: Treatment of extension column changed in SP4?
- Previous by thread: Treatment of extension column changed in SP4?
- Next by thread: Re: Treatment of extension column changed in SP4?
- Index(es):
Relevant Pages
|