Problem Note 14670: "Access to member is not allowed" error message in the OLAP Server log
When you have member level security applied to a dimension with more
than one hierarchy and a calculated member is requested in the current
view, you may receive the following error message in the SAS OLAP Server
log:
Formula error - Access to member is not allowed
With the following Query example:
with MEMBER [Geography].[CM1] AS
'([Geography].[All Geography].[Asia],[Measures].[OrdersCNT])'
SELECT [Geography].[CM1] ON rows,
[Measures].[quantitysum] ON columns
FROM [orionCube]
WHERE {[time].[yqm].[all yqm].[2000].[2000q1]}
suppose the Time dimension has three hierarchies, YMD_EU (default), YQM,
YMD. The member level security expression for the Time dimension should
give access to at least the defaultmember in each hierarchy.
{[Time].defaultmember}<!--CONDITION-->
{[Time].[YQM].defaultmember}<!--CONDITION-->
{[Time].[YQM].[all yqm].[2000]}<!--CONDITION-->
descendants([Time].[YQM].[all yqm].[2000].[2000q1],
[time].[yqm].[quarter],
self_and_after)<!--CONDITION-->
{[Time].[YMD].defaultmember}
The <!--CONDITION--> string is used to separate the different
conditions in the member level security expression.
A fix for SAS 9.1.3 (9.1 TS1M3) for this issue is available at:
http://www.sas.com/techsup/download/hotfix/e9_sbcs_prod_list.html#014670
For customers running SAS with Asian Language Support (DBCS), this
fix should be downloaded from:
http://www.sas.com/techsup/download/hotfix/e9_dbcs_prod_list.html#014670
Operating System and Release Information
SAS System | SAS OLAP Server | Tru64 UNIX | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
64-bit Enabled AIX | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
OpenVMS Alpha | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
64-bit Enabled HP-UX | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
HP-UX IPF | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
Linux on Itanium | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
Linux | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
z/OS | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
64-bit Enabled Solaris | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
Microsoft Windows 2000 Professional | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
Microsoft Windows 2000 Server | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
Microsoft Windows NT Workstation | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
Microsoft Windows XP Professional | 9.1 TS1M3 SP1 | 9.1 TS1M3 SP3 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Topic: | System Administration ==> Servers ==> OLAP Query and Reporting ==> OLAP (Online Analytical Processing)
|
Date Modified: | 2005-10-19 07:24:34 |
Date Created: | 2005-02-28 16:08:18 |