WSS 3.0BetaTR PDF search configuration and setup

It was like pulling teeth trying to get a solution for this until I contacted my old bud now down in Microsoft's North Carolina offices.  He supplied the key to the solution after checking on an internal discussion list. 

Of all the things I tried, I believe these steps did the trick:

  1. Install the Adobe iFilter for PDF's on the WSS front end machine.  I didn't install this on the SQL Server where the content database or configuration database live.
  2. In RegEdit, check to see if HKLM\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Setup\ContentIndexCommon\Filters\Extension\pdf is present and has a GUID for a default value (mine was {4C904448-74A9-11D0-AF6E-00C04FD8DC02})
  3. Check to see if HKLM\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Setup\Filters\.pdf is present and has: Default = (value not set) Extension = pdf FileTypeBucket REG_DWORD = 0x00000001 (1) MimeTypes = application/pdf
  4. Open the key HKLM\SOFTWARE\Microsoft\Shared Tools\Web Server Extensions\12.0\Search\Applications\some GUID here\Gather\Search\Extensions\ExtensionList.  This is the part that Mike clued me in on that I've never seen documented anywhere.
  5. There should be values 0-37 (plus default).  Given that, Add a new REG_SZ value and name it 38.
  6. Set this new string value to pdf.
  7. Exit RegEdit.
  8. stop and start the Sharepoint Search Service.  (net stop spsearch, net start spsearch).

I did this and added some PDF documents, then checked after some phone calls and found that search was now finding them.  Yay!  I don't know if this applies to MOSS 2007, but WSS 3.0 is what I needed.

This article is part of the GWB Archives. Original Author: Stan Spotts

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.