Icons are not displayed for Adobe PDF documents that are listed in the search results when you search your portal site in SharePoint Portal Server 2003 (832809)
The information in this article applies to:
- Microsoft Office SharePoint Portal Server 2003
SYMPTOMSWhen you search for Adobe Portable Document Format (PDF) documents on your Microsoft Office SharePoint Portal Server 2003 portal site, the PDF documents are returned in the search results as you expect. However, the icon for each of the PDF documents that are listed in the search results is missing. Additionally, on the Specify File Types to Include page of the portal site, the icon that is typically displayed next to the .pdf extension is missing. CAUSEThis issue may occur either if the Adobe PDF IFilter is not configured correctly on the server or if SharePoint Portal Server 2003 is not configured correctly to index the .pdf file type.RESOLUTIONTo resolve this issue, make sure that the Adobe PDF IFilter and the .pdf file type are configured correctly on the server. To install Adobe PDF IFilter 5.0 and configure SharePoint Portal Server 2003 to index .pdf files, follow these steps: - Download Adobe PDF IFilter 5.0 from the following Adobe Web site:
- Stop the IIS Admin service. To do so:
- Click Start, point to Administrative Tools, and then click Services.
- Right-click IIS Admin Service, and then click Stop.
- Run the Adobe PDF IFilter 5.0 Setup program to install the filter on the server.
- Register the Adobe PDF IFilter. To do so:
- Click Start, and then click Run.
- In the Open box, type cmd, and then click OK.
- Switch to the folder that contains the Adobe PDF Filter 5.0 files. For example, switch to the following folder:
Drive:\Program Files\Adobe\PDF IFilter 5.0 - Type regsvr32.exe pdffilt.dll, and then press ENTER.
- If you receive a message that the operation was successful, click OK .
- Type exit, and then press ENTER to quit the command prompt.
- Copy the .gif file that you want to use for the icon to the following folder on the server:
Drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\Template\Images - Edit the Docicon.xml file to include the .pdf extension. To do so:
- Start Notepad, and then open the Docicon.xml file. The Docicon.xml file is located in the following folder on the server:
Drive:\Program Files\Common Files\Microsoft Shared\Web server extensions\60\Template\Xml - Add an entry for the .pdf extension. For example, add a line that is similar to the following to the Docicon.xml file, where NameofIconFile is the name of the .gif file:
<Mapping Key="pdf" Value="NameofIconFile.gif"/> - On the File menu, click Save, and then quit Notepad.
- Restart the server.
- Add the .pdf file type to the content index. To do so:
- Connect to the portal site, and then click Site Settings.
- On the Site Settings page, under Search Settings and Indexed Content, click Configure search and indexing.
- On the Configure Search and Indexing page, under General Content Settings and Indexing Status, click Include file types.
- On the Specify File Types to Include page, click New File Type.
- On the Add File Type page, type pdf in the File extension box, and then click OK.
- Update the context indexes for portal content and for non-portal content. To do so:
- On the Site Settings page of the portal site, under Search Settings and Indexed Content, click Configure search and indexing.
- On the Configure search and indexing page, under Content Indexes, click Manage content indexes.
- On the Manage Content Indexes page, click the down arrow next to the name of the index that you want to update, and then click Start Full Update.
Modification Type: | Minor | Last Reviewed: | 12/10/2004 |
---|
Keywords: | kbdisplay kbprb KB832809 kbAudITPRO |
---|
|