Microsoft로 로그인
로그인하거나 계정을 만듭니다.
안녕하세요.
다른 계정을 선택합니다.
계정이 여러 개 있음
로그인할 계정을 선택합니다.
영어
죄송합니다. 이 문서는 귀하의 언어로 사용할 수 없습니다.

Microsoft distributes Microsoft SQL 2008 R2 fixes as one downloadable file. Because the fixes are cumulative, each new release contains all the hotfixes and all the security updates that were included with the previous SQL Server 2008 R2 update release.

Symptoms

Consider the following scenario:

  • You install Microsoft SQL Server 2008 R2 Service Package 1 (SP1) on a HP Business Decision Appliance.

  • The appliance is running the SharePoint timer service. The account that runs the SharePoint timer service does not have administrative privileges.

Or

  • You install Microsoft SharePoint on a computer.

  • You install Microsoft SQL Server PowerPivot 2010 for SharePoint on the same computer.

  • The account that runs the SharePoint timer service does not have administrative privileges.


In this scenario, the Microsoft.AnalysisServices.SharePoint.Integration.dll module is not correctly updated in the Global Assembly Cache (GAC), and the version of the module remains at the 10.50.1600.1 version number. Additionally, some new features for PowerPivot for SharePoint integration do not work.

Notes

  • After you install SQL Server 2008 R2 SP1, the correct version for the module has the 10.50.2500.0 version number.

  • This issue also occurs if you install SQL Server 2008 R2 SP1 after you install PowerPivot for SharePoint component.

Cause

This issue occurs because the timer service does not have the necessary administrative privileges to register an assembly in the GAC.

When you install SQL Server 2008 R2 SP1, the instance of SQL Server that hosts the SharePoint configuration database is closed. Therefore, the SharePoint farm is not available and the installer schedules an update for the SharePoint timer service. However, the timer service does not have the administrative privileges to register an assembly in the GAC, and the update operation fails.

Resolution

Cumulative update information

The fix for this issue was first released in cumulative update package 3. For more information about how to obtain this cumulative update package for SQL Server 2008 R2 Service Pack 1, click the following article number to view the article in the Microsoft Knowledge Base:

2591748 Cumulative update package 3 for SQL Server 2008 R2 Service Pack 1Note Because the builds are cumulative, each new update release contains all the hotfixes and all the security updates that were included with the previous SQL Server 2008 R2 Service Pack 1 update release. We recommend that you consider applying the most recent update release that contains this hotfix. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

2567616 The SQL Server 2008 R2 builds that were released after SQL Server 2008 R2 Service Pack 1 was released

Status

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

Workaround

To work around this issue, follow these steps:

  1. Open an elevated instance of the SharePoint 2010 Management Shell.

  2. Run the following script:

    $path = $Env:ProgramFiles + "\Microsoft Sql Server\100\Shared\" Get-SPSolution powerpivotfarm.wsp | Update-SPSolution –LiteralPath $path"powerpivotfarm.wsp" –GACDeployment:$true –Confirm:$false –Force:$true Get-SPSolution powerpivotwebapp.wsp | Update-SPSolution –LiteralPath $path"powerpivotwebapp.wsp" –GACDeployment:$true –Confirm:$false –Force:$true

More Information

For more information about HP Business Decision Appliance, visit the following MSDN website:

General information about HP Business Decision Appliance

도움이 더 필요하세요?

더 많은 옵션을 원하세요?

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 관리자는 이 데이터를 수집할 수 있습니다. 개인정보처리방침

의견 주셔서 감사합니다!

×