Usage Note 13853: "ERROR: The number of members in the 'hier-name' hierarchy exceeds the
maximum number allowed."
You may get the following error messages when trying to build a cube
with SAS OLAP Cube Studio or PROC OLAP:
ERROR: The number of members in the "hier-name" hierarchy
exceeds the maximum number allowed.
ERROR: The class ordinals cannot be initialized.
This error can occur when the number of members specified for a hierarchy exceeds the maximum amount allowed.
To check if you have reached this limit, use the following formula:
log2(number of members in first level of hierarchy)
+ log2(number of members in second level of hierarchy)
+ ....
+ log2(number of members in nth level of hierarchy)
< 64
|
To compute this value in a DATA step, you can use the SAS function LOG2, which returns the logarithm to the base 2.
Prior to Service Pack 4, hierarchies with less than 10 members per levelwere rounded up to 10 to make sure sufficient space remains. As ofService Pack 4, level padding will no longer occur. If the error is received at Service Pack 4, your hierarchy must be redesigned.
In SAS 9.2, the maximum number of members is 2^32 members per hierarchy
To circumvent this error and be able to create your OLAP cube, it is recommended that you split the hierarchy.
Select the Hot Fix tab in this note to access the hot fix for this issue. The hot fix ensures that additional padding of hierarchical levels is not performed by the OLAP procedure.
Operating System and Release Information
SAS System | SAS OLAP Server | Tru64 UNIX | 9.1 TS1M3 | |
64-bit Enabled AIX | 9.1 TS1M3 | |
OpenVMS Alpha | 9.1 TS1M3 | |
64-bit Enabled HP-UX | 9.1 TS1M3 | |
HP-UX IPF | 9.1 TS1M3 | |
Linux on Itanium | 9.1 TS1M3 | |
Linux | 9.1 TS1M3 | |
z/OS | 9.1 TS1M3 | |
64-bit Enabled Solaris | 9.1 TS1M3 | |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 | |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 | |
Microsoft Windows 2000 Professional | 9.1 TS1M3 | |
Microsoft Windows 2000 Server | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 | |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 | |
Microsoft Windows NT Workstation | 9.1 TS1M3 | |
Microsoft Windows XP Professional | 9.1 TS1M3 | |
*
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: | |
Topic: | Query and Reporting ==> OLAP (Online Analytical Processing) System Administration ==> Servers ==> OLAP
|
Date Modified: | 2007-07-31 17:27:58 |
Date Created: | 2004-11-22 14:40:13 |