posts - 33, comments - 55, trackbacks - 36

My Links

News

Twitter












Archives

Post Categories

Groups

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 Mike Gannotti, 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.
    1. There should be values 0-37 (plus default).  Given that, Add a new REG_SZ value and name it 38.
    2. Set this new string value to pdf.
    3. Exit RegEdit.
  5. 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.

Print | posted on Friday, November 03, 2006 10:50 AM | Filed Under [ SharePoint ]

Feedback

Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Sorry - I was too impatient. It now finds my newly-added pdf-files - but only when I seach for full words. ALso - does it only index new pdf's that I add?

Anybody knows about wildcard search in WSS3.0? If for instance I search for "applic" - how do I get to see the hits, that contain "application"??
11/13/2006 3:00 AM | Houlind
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Excellent post! thank you! i am sure many users (especially my blog readers ;) ) will find this post very helpful. Thank you indeed!

Regards,

S.S. Ahmed
http://www.sharepointblog.com/ssa
11/15/2006 1:26 AM | S.S. Ahmed
Gravatar

# Enabling PDF search in WSS3 (B2TR)


Install the Adobe iFilter for PDF's on the WSS front end machine.  I didn't install this on the...
11/15/2006 1:31 AM | All About SharePoint
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

I am not able to search for text with pdf document on MOSS 2007 beta 2 TR. I tried the above solution but still its not working.
11/20/2006 11:33 PM | JShah
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Excellent! Thank you for a very helpful post.
11/29/2006 5:02 AM | RikkyH
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Thanks for saving our lives as well. This is confirmed to be working in WSS 3.0 RTM as well. Bonus to RTM: that the line in the document with the search term will show up with the term highlighted. In B2TR, only the first few lines of the document were displayed. - Nathan
11/29/2006 11:59 AM | Nathan
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Oh my freakin' G@d! I've wrestled with this issue all day until I stumbled across your post, which worked immediately! Most documentation on the web concerns SPS, not WSS. Thank you so much! Plus, I can now confirm that this works in WSS 3.0 release, not just beta or RTM.
11/29/2006 4:34 PM | Randy
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Thank you so much 10 secs to implement rather than cray over this matter for days...
12/5/2006 6:25 PM | Dominique
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Thank You Stan, and even Thank Michael Gannoti. Its the only post covering deployment of pdf IFilter for WSS. It sends shills down the spine as one opens registry and finds the pdf entry missing.
12/6/2006 11:05 PM | Shailendra
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

This one works for WSS 3.0 released version as well.
12/6/2006 11:07 PM | Shailendra
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

I still can't get it to work. Any variations that have to be done for x64?
12/7/2006 9:41 PM | Kerry
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

x64 isn't supported because the Adobe PDR iFilter only comes in a 32-bit flavor. If there was a 64-bit version, it probably would.
12/7/2006 9:51 PM | Stan Spotts
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Step five directs the following:

"stop and start the Sharepoint Search Service.
(net stop spsearch, net start spsearch)."

How do i do this? I thought I was reading it as command line instructions, but that doesn't appear to be what it means. How do I execute the stop and start of the SP search service?

Oh man, if this actually works... then you're my hero.

Thanks
1/23/2007 4:46 PM | Rob
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Brilliant, worked like a charm. PDFs are fully read on WSS 3.0 and it looks great.
Thanks!
1/26/2007 1:31 PM | Sammy
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

has anyone found that the search is bringing up Word Document in front of the pdf file name and the extention at the end is .doc. The icon and searching are perfect. Also when I send a pdf through email to a list the search displays the email rather than the pdf document
1/28/2007 10:37 PM | marty
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

I figured with all the issues that occur after doing this it is important to restart your server as well as re create any sites that use a pdf as a document
1/29/2007 12:16 AM | marty
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

something that should be noted is that this will only pick up new pdfs. if you wish to pick up pdfs that are already on the server you must then rebuild your search catalogs.
2/3/2007 10:31 PM | grayghost
Gravatar

# Enabling PDF search in WSS3 (B2TR)

Install the Adobe iFilter for PDF's on the WSS front end machine. I didn't install this on the SQL Server
3/11/2007 5:39 AM | All About SharePoint
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Cool this works on WSS3 rtm.

There is also a step by step guide posted by Mike Walsh to include PDF icon. (Sorry, I forgot the url).

For it to work I also had to grant wss_admin access to the icon file due to security restrictions.
4/1/2007 10:58 PM | Alvin
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

I had to run a IISRESET on the server (after following this guide) to make the PDF icon appear. But only in the list display of the document. When I do searches on it, the Search Results list shows it with an IE icon. Any clue as to why and what to do?
4/11/2007 4:59 AM | Maurizio
Gravatar

# Why WSS 3.0 x64 and MOSS 2007 x64... What's the deal?

Well the MOSS 2007 x64 downloads are available via MSDN and MVLS. On MSDN, the ISO contains both x86
5/8/2007 3:29 AM | Joel Oleson's SharePoint Land
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Hi, thanks so much for the article!!!!

I followed the direction but I still couldn't find the PDF document which I added before I went through the steps to modify the registry key. So what I have done is that after I updated the registry, I deleted the existing PDF from the Sharepoint Document Center and then reuploaded it, then indexed the site, and now it is finding the content inside of the document. Hope this helps!
5/9/2007 10:32 AM | Philip
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

If you find these steps haven't worked, before step 5 where you restart the spsearch service, upload some PDF's.

I was deleting all the PDF's before compeleting the steps and they would not appear after uploading them again. Thankfully I found this technet article that had the additional step of uploading a PDF before restarting the service - http://support.microsoft.com/kb/927675/en-us
7/4/2007 11:54 PM | Courtney Miles
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

In Response to Marty (1/28/07) the title that shows in search will be the title in the properties page of the PDF document.

7/26/2007 8:55 PM | Chris Carter
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Thank you so much - this really saved my day :) . However my boss now read about the option to use a dedicated server that does nothing but searching and indexing.

Question: where do I put the ifilter + registry stuff now? Frontend server or the dedicated search server?

thanks for your help

Chris
8/20/2007 10:49 AM | Chris
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Thank you Soooo much. I spent 2&1/2 hours on the phone with Microsoft today and it still didn't work. Your solution took all of 5 minutes and instantly I'm seeing the results I needed.
1/18/2008 4:30 PM | DonB
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

thanx docs
5/17/2008 9:14 AM | porno ara
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Thank yoou...
9/6/2008 12:17 AM | rüya tabirleri
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Thank you... :)
9/6/2008 12:18 AM | parke
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

nice article brother, i will try this.. thankz for share my friend.


http://computerdux.net
1/12/2009 1:55 AM | hapit putra
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Thank you
4/28/2009 1:25 PM | TRsohbet
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Thank You.
5/3/2009 5:00 AM | TRsohbet
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Thanks for saving our lives as well. This is confirmed to be working in WSS 3.0 RTM as well. Bonus to RTM: that the line in the document with the search term will show up with the term highlighted. In B2TR, only the first few lines of the document were displayed.
5/22/2009 2:55 PM | Edencity
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Thank You Admin
5/22/2009 8:12 PM | Edencity Chat
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Thank You Admin
5/26/2009 11:11 AM | Liseli Kızlar
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

thank you canem mCx
6/8/2009 7:21 PM | trsohbet
Gravatar

# re: WSS 3.0BetaTR PDF search configuration and setup

Thank You
7/20/2009 2:04 AM | Radyo Gelkeyfim
Post A Comment
Title:
Name:
Email:
Website:
Comment:
Verification:
 

Powered by: