Источник:
http://blogs.msdn.com/b/crminthefiel...xtensions.aspx
==============
I recenty worked through an issue where a customer was receiving the following error when attempting to install the CRM 2011 Reporting Extensions:
Check ReportingAccountMemberOfSecurityGroupValidator : Failure: A Microsoft Dynamics CRM Server component is using the same account as the instance of SQL Server Reporting Services.
This error can occur for a variety of reasons. One reason can be related to the SQL Reporting Services service being started by a domain account and when that account is a member of the SQLAccessGroup, you will see the previously mentioned error. To get past this issue, you have two options:
- Remove the account from the SQLAccessGroup
- Use the IgnoreChecks registry key to get past this error message in the short term (specified in KB 974584). It would be recommended to remove the account that is in the SQLAccessGroup at a later time.
The reason that the error occurs is listed below:
Microsoft Dynamics CRM Reporting Extensions should not be installed on an instance of Microsoft SQL Server Reporting Services that is running under an account that is a member of the SQL Access Group. This can occur when Microsoft SQL Server Reporting Services is running under the same account as a Microsoft Dynamics CRM Server 2011 component. This configuration can make the system vulnerable to certain attacks. During installation, Setup detects this scenario.
Thank you,
Jon
Источник:
http://blogs.msdn.com/b/crminthefiel...xtensions.aspx