January 29, 2010 at 11:04 am
I am trying to do a full text index on a table in SQL Server 2005. I installed the Adobe PDF iFilter for 64-bit platforms (v9). PDF is showing as a document type, however, under item count it shows 0 items although PDFs are in the table.
I know my full text indexing is working on my table because when I upload DOCs into the table, I am able to do a full text search and it works fine.
It just doesn't work with PDFs and I don't know why.
I already ran these scripts
sp_fulltext_service 'load_os_resources',1
sp_fulltext_service 'verify_signature', 0
sp_fulltext_service 'update_languages'
and it still doesn't work.
Any help would be greatly appreciated.
January 29, 2010 at 1:56 pm
Also word docs show up in the item count, however pdf files doesn't. Once the index is repopulated, the pdf files shows in the docs processed, but once I rebuild the catalog, those docs doesn't show under doc processed anymore.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply