Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

SharePoint Portal Server 2003 and Windows SharePoint Services 2.0 do not support the 2007 Office file types


View products that this article applies to.

Symptoms

You use a computer on which 2007 Microsoft Office programs are installed to connect to a document library in a Microsoft SharePoint Portal Server 2003 site or in a Microsoft Windows SharePoint Services 2.0 site. When you do this, you experience the following symptoms:
  • Metadata values for 2007 Office files are not copied to or from SharePoint list columns.
  • You receive no search results when you query for the contents of 2007 Office files.
  • Icons that represent 2007 Office files are incorrect. Instead, a generic icon is displayed next to 2007 Office files in the document library.
  • When you click the arrow next to a 2007 Office document in the document library, you do not see an Edit in Microsoft Office ProgramName option.

↑ Back to the top


Cause

This behavior occurs because SharePoint Portal Server 2003 and Windows SharePoint Services 2.0 do not support the 2007 Office file types. This limitation causes the following behavior:
  • You cannot promote or demote metadata from 2007 Office documents.
  • You cannot index the contents of 2007 Office documents.
  • The document icon does not appear in document libraries for 2007 Office documents.
  • You cannot start 2007 Office client programs to edit 2007 Office documents that are stored in SharePoint document libraries.

↑ Back to the top


Resolution

You cannot configure SharePoint Portal Server 2003 or Windows SharePoint Services 2.0 to promote or demote metadata from 2007 Office file types. This is a limitation of the product.

To add the ability to index 2007 Office file types, download and configure the Microsoft Filter Pack.
For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
946337 How to register Microsoft Filter Pack with SharePoint Portal Server 2003
945934 How to register Microsoft Filter Pack IFilters with SQL Server 2005 and with SQL Server 2008
To configure the SharePoint document libraries to display the correct icon and to display the Edit in Microsoft ProgramName option, follow these steps:

Note The following procedure shows you how to display the appropriate icon for Microsoft Office Word 2007 documents (.docx). Use the same procedure to display the appropriate icon for Microsoft Office Excel 2007 files (.xlsx) and for Microsoft Office PowerPoint 2007 files (.pptx).
  1. Start Windows Explorer, and then locate the following folder:
    Drive:\Program Files\Common Files\Microsoft Shared\Web server extensions\60\Template\Xml
  2. Modify the Docicon.xml file. To do this, follow these steps:
    1. Open the Docicon.xml file.
    2. Locate, and then copy the following line:
      <Mapping Key="doc" Value="icdoc.gif" EditText="Microsoft Office Word" OpenControl="SharePoint.OpenDocuments"/>
    3. Paste the line under the line that you copied, and then modify it so that it reads as follows:
      <Mapping Key="docx" Value="icdoc.gif" EditText="Microsoft Office Word" OpenControl="SharePoint.OpenDocuments"/>
  3. Modify the Htmltransinfo.xml file. To do this, follow these steps:
    1. Locate, and then copy the following line:
      <Mapping Extension="doc" AcceptHeader="application/msword" HandlerUrl="Htmltranslate.aspx" ProgId="SharePoint.OpenDocuments.2"/>
    2. Paste the line under the line that you copied, and then modify it so that it reads as follows:
      <Mapping Extension="docx" AcceptHeader="application/msword" HandlerUrl="" ProgId="SharePoint.OpenDocuments.2"/>
  4. Repeat step 2 and step 3 for each 2007 Office file type that you want. Make sure that you use the appropriate file name extension. For example, do one or both of the following:
    • To add support for .pptx files, modify the line that you add to the Docicon.xml file and the Htmltransinfo.xml file to include Mapping Key="pptx" parameter.
    • To add support for .xlsx files, modify the line that you add to the Docicon.xml file and the Htmltransinfo.xml file to include Mapping Key="xlsx" parameter.
  5. Restart Internet Information Services (IIS). To do this, click Start, click Run, type iisreset, and then click OK.

↑ Back to the top


Keywords: KB936909, kbexpertiseinter, kbconfig, kbprb, kbtshoot

↑ Back to the top

Article Info
Article ID : 936909
Revision : 4
Created on : 1/31/2008
Published on : 1/31/2008
Exists online : False
Views : 395