![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| Newsgroups: microsoft.public.sqlserver.olap |
#3
| |||
| |||
|
|
This thread discussed the same issue - based on the Scorecards Administrative Guide, it looks like you need Kerberos for a multi-server configuration: http://groups-beta.google.com/group/...rver.olap/msg/ e2c224551a39c084 Newsgroups: microsoft.public.sqlserver.olap From: Deepak Puri <deepak_p... (AT) progressive (DOT) com Date: Wed, 14 Jul 2004 08:39:59 -0700 Subject: Re: Scorecard Accelerator & user context There is supposedly a newsgroup for the Scorecards as well, which is mentioned in the FAQ. This section (p.31) from the Admin Guide suggests that Kerberos is at least possible: Per-User Security By default, Business Scorecards uses the IIS application pool account to securely access the data sources. However, if all of your scorecards components are on a single computer, you can add the following key to the web.config file to use per-user security. In a per-user configuration, a designated data accesss account is not used to proxy client requests. Instead, the individual credentials of each user's account is used to determine access permissions in SQL Server and Analysis Services. The advantage of per-user security is that you can customize security levels to suit your administrative personnel. Every user can have an individual security setting tailored for their access needs. However, depending on the number of scorecard users you have, a per-user configuration may result in slower performance, because a separate security cache must be maintained and looked up for each scorecard user. To activate per-user security, in the web.config file that corresponds to your Business Scorecards SharePoint Web site, type the following: . <add key="Scorecard.ConnectionPerUs*er" value="True"/ Note that per-user security is recommended only for single-server deployments. Per-user security across multiple computers requires Kerberos. Upon installation, SharePoint extends your IIS virtual server, resulting in a switch from Kerberos authentication to Integrated Windows authentication. Integrated Windows authentication doesn't allow delegation between computers. Therefore you need to use SharePoint with Kerberos. For information on using SharePoint with Kerberos, see the knowledge base article 832769 "How to: Configure Windows SharePoint Services to Use Kerberos Authentication" at http://support.microsoft.com/?*id=832769. - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#4
| |||
| |||
|
| Microsoft SQL Server 2000 Analysis Services Operations Guide |
#5
| |||
| |||
|
|
Hi Reno, Only thing I can think of is to confirm that the restricted user account you are using to test is not a member of OLAP Admin. You could set up user audit on the OLAP server, to confirm which account is used by the scorecard: http://www.microsoft.com/technet/pro...ntain/anservog. mspx#EUAA Microsoft SQL Server 2000 Analysis Services Operations Guide .. Besides monitoring query activity, you might want to determine when users connect and disconnect from your server. To log connect and disconnect events in the Windows application log, edit the AuditEvents key in the registry (\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OLAP Server\CurrentVersion) and change the default value from 0xd (13) to 0xf (15). .. - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#6
| |||
| |||
|
|
Hi Reno, Only thing I can think of is to confirm that the restricted user account you are using to test is not a member of OLAP Admin. You could set up user audit on the OLAP server, to confirm which account is used by the scorecard: http://www.microsoft.com/technet/pro...ntain/anservog. mspx#EUAA Microsoft SQL Server 2000 Analysis Services Operations Guide .. Besides monitoring query activity, you might want to determine when users connect and disconnect from your server. To log connect and disconnect events in the Windows application log, edit the AuditEvents key in the registry (\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\OLAP Server\CurrentVersion) and change the default value from 0xd (13) to 0xf (15). .. - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
Hi Reno, Are you referring to the OLAP roles that have been configured on the Analysis Server - these can be specified in the OLAP connection string, but the connecting user ID must be a member of the requested role(s). So, when you say that the role is not honored, can you describe what is happening, in terms of OLAP data access? - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
![]() |
| Thread Tools | |
| Display Modes | |
| |