Microsoft Knowledge Base Email Alertz

(835247) - Explains why you do not see any pre-defined display layout styles when you want to display the contents of a document from the Windows SharePoint Services storage and describes how to resolve the issue.

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 835247 - Last Review: February 4, 2004 - Revision: 1.2

No layout styles are available for displaying file content in MCMS 2002 Connector for SharePoint Technologies

SYMPTOMS

When you try to select a display layout style so that you can display the contents of a file, (None) is the only style that is available. Typically, you see several options that you can select from, such as Microsoft Office WordML documents.

This problem may occur when all the following conditions are true:
  • You try to select the display layout style of a SharePointPlaceholder document.
  • The template that the posting uses is using an XML catalog file.
  • In the XML catalog file, the FileExt module specifies values for both the SpecificWebUrl property and the SpecificLibrary property.
For an example of the XML catalog file, see the "More Information" section.

CAUSE

This problem occurs when the original document that is attached to the SharePointPlaceholder control has been deleted from the Windows SharePoint Storage (WSS) document folder.

WORKAROUND

To work around this problem, do either of the following:
  • Remove the SpecificWebUrl property and the SpecificLibrary property from the first FileExt field in the XML catalog file.
  • Move both the SpecificWebUrl property and the SpecificLibrary property to the second FileExt field in the XML catalog file.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section of this article.

MORE INFORMATION

The following is a sample XML catalog file:
<?xml version="1.0" standalone="yes" ?>
<templateCatalog>
  <type FileExt="*" SpecificWebUrl="http://<server_name>" SpecificLibrary="<Lib_Name>" >
    <template name="(none)" >
      <description>Renders the image item inline specifically in this library.</description>
      <url></url>
      <sampleRenderingUrl></sampleRenderingUrl>
    </template>        
  </type>
  <type FileExt="contentxml"  >
    <template name="(None)" >
      <description>Do not display the contents of the document inline.</description>
      <url></url>
      <sampleRenderingUrl></sampleRenderingUrl>
    </template>        
    <template name="Case Study Microsoft Office InfoPath forms" >
      <description>Display the contents of a Case Study Microsoft Office InfoPath form inline.</description>
      <url>C:\Program Files\Microsoft Content Management Server\Server\IIS_CMS\WssIntegration\Dialogs\WssDocumentFinder\TemplateCatalog\CaseStudyContent.xsl</url>
      <sampleRenderingUrl>/MCMS/cms/WssIntegration/Dialogs/WssDocumentFinder/TemplateCatalog/SampleCaseStudyContent.xml</sampleRenderingUrl>
    </template> 
    <template name="Microsoft Office WordML documents" >
      <description>Display the contents of a Microsoft Office WordML document inline.</description>
      <url>C:\Program Files\Microsoft Content Management Server\Server\IIS_CMS\WssIntegration\Dialogs\WssDocumentFinder\TemplateCatalog\WordNetHtml.xsl</url>
      <sampleRenderingUrl>/MCMS/cms/WssIntegration/Dialogs/WssDocumentFinder/TemplateCatalog/SampleWordNetHtml.xml</sampleRenderingUrl>
    </template>        
  </type>   
</templateCatalog>

REFERENCES

For additional information about MCMS 2002 Connector for SharePoint Technologies, click the following article number to view the article in the Microsoft Knowledge Base:
835323  (http://kbalertz.com/Feedback.aspx?kbNumber=835323/ ) Known issues with Microsoft Content Management Server 2002 Connector for SharePoint Technologies

APPLIES TO
  • Microsoft Content Management Server 2002 Connector for SharePoint Technologies
Keywords: 
kbprb KB835247
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate