使用 Microsoft 登入
登入或建立帳戶。
您好:
選取其他帳戶。
您有多個帳戶
選擇您要用來登入的帳戶。
英文
很抱歉,此文章目前沒有您所使用語言的版本。

Symptoms

Consider the following scenario. You install Microsoft Office Web Apps on a Microsoft SharePoint Server 2010 server. You search for files in a document library as an anonymous user. In this scenario, the search does not return all the files that match the search conditions.

Resolution

To resolve this issue, apply the following hotfix updates:

  • 2536591 Description of the SharePoint Foundation 2010 hotfix package (sts-x-none.msp): June 30, 2011

  • 2536588 Description of the SharePoint Server 2010 hotfix package (osrchwfe-x-none.msp): June 28, 2011

After you install these hotfix packages, follow these steps to enable the fix:

  1. Set the ShowResultsWithPartialPermissions property to 1. To do this, use the following PowerShell command:

    $app = Get-SPEnterpriseSearchServiceApplication 
    $app.SetProperty("ShowResultsWithPartialPermissions", 1)
  2. Run a full crawl.

Note After you set the ShowResultsWithPartialPermissions property to 1, the following situation may occur:

If a user who has View Only permission directly clicks a document that is listed in the search results, the user will receive the following error message:

401 ACCESS DENIED


In this situation, the user must click the View in Browser link that is available under each search result to access the document. Additionally, the user may access segments of other list items in the search results that require additional permissions. These conditions also apply to anonymous users.

Status

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

需要更多協助嗎?

想要其他選項嗎?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

這項資訊有幫助嗎?

以下何者是您會在意的事項?
按下 [提交] 後,您的意見反應將用來改善 Microsoft 產品與服務。 您的 IT 管理員將能夠收集這些資料。 隱私權聲明。

感謝您的意見反應!

×