Re: iFilters
- From: "Todd Klindt [MVP]" <usenet@xxxxxxxxxx>
- Date: Thu, 20 Jul 2006 11:15:03 -0500
Oooo, good find. Hopefully Mike Walsh saw this and will add it to the FAQ.
tk
"Alex E" <alex.elena@xxxxxxxxx> wrote in message
news:1153406957.673885.85270@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Just an update to say I've finally solved the problem!
According to a MS KB article on Full Text Search in SQL 2005:
"Microsoft Full-Text Engine for SQL Server (MSFTESQL) service does not
load components that are not signed by Microsoft, by default.
A third party filter, such as a PDF filter, that is currently installed
on the server is not loaded by the MSFTESQL service by default after
upgrade."
This means in order to use filters you must force MSFTESQL to load
these components using this command:
exec sp_fulltext_service 'load_os_resources', 1;
exec sp_fulltext_service 'verify_signature', 0;
go
After restarting the service (or the whole server) you will then be
able to index and search PDFs (or I assume any 3rd party installed
ifilters)
Thanks for your help Todd and Englebert, much appreciated!
Regards,
Alex
.
- Follow-Ups:
- Re: iFilters
- From: Mike Walsh
- Re: iFilters
- References:
- iFilters
- From: Alex E
- Re: iFilters
- From: Todd Klindt
- Re: iFilters
- From: Alex E
- Re: iFilters
- From: Engelbert
- Re: iFilters
- From: Alex E
- Re: iFilters
- From: Alex E
- iFilters
- Prev by Date: Sharepoint Migration issues
- Next by Date: Re: MOS - SP2007 - Beta 2- Cannot Checkout Document
- Previous by thread: Re: iFilters
- Next by thread: Re: iFilters
- Index(es):
Relevant Pages
|
Loading