Usage Note 15482: Querying cube built using star schema fails under certain circumstances
The following error message indicates a SAS OLAP cube built using a star
schema that contains dimension members that are not part of the fact
table:
Data value '.' found in aggregation table xxx is not a valid
member of the cube
This message appears when the query contains a calculated measure and
requests a member which does not have an entry in the fact table. Below
is an example of a query that would generate this message for
COUNTRY='CANADA'.
SELECT
NON EMPTY { [Measures].[ACTUAL], [Measures].[parallelperiod] }
ON COLUMNS,
NON EMPTY { [Dim_geo].[All Countries].[CANADA].Children }
ON ROWS
FROM
[Cube_prdrolap]
WHERE
([Dim_prod].[All Products].[OFFICE],
[Dim_time].[All Years].[1994])
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS OLAP Server | Tru64 UNIX | 9.1 TS1M3 SP2 | |
64-bit Enabled AIX | 9.1 TS1M3 SP2 | |
OpenVMS Alpha | 9.1 TS1M3 SP2 | |
64-bit Enabled HP-UX | 9.1 TS1M3 SP2 | |
HP-UX IPF | 9.1 TS1M3 SP2 | |
Linux on Itanium | 9.1 TS1M3 SP2 | |
Linux | 9.1 TS1M3 SP2 | |
z/OS | 9.1 TS1M3 SP2 | |
64-bit Enabled Solaris | 9.1 TS1M3 SP2 | |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP2 | |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP2 | |
Microsoft Windows 2000 Professional | 9.1 TS1M3 SP2 | |
Microsoft Windows 2000 Server | 9.1 TS1M3 SP2 | |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP2 | |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP2 | |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP2 | |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 SP2 | |
Microsoft Windows XP 64-bit Edition | 9.1 TS1M3 SP2 | |
Microsoft Windows NT Workstation | 9.1 TS1M3 SP2 | |
Microsoft Windows XP Professional | 9.1 TS1M3 SP2 | |
*
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: | Usage Note |
Priority: | high |
Topic: | Query and Reporting ==> OLAP (Online Analytical Processing) System Administration ==> Servers ==> OLAP
|
Date Modified: | 2005-10-21 14:22:30 |
Date Created: | 2005-06-08 13:40:02 |