FIX: EstimatedRows Property of Aggregation is Not Updateable (818969)



The information in this article applies to:

  • Microsoft SQL Server 2000 Analysis Services
  • Microsoft SQL Server 2000 Analysis Services SP1
  • Microsoft SQL Server 2000 Analysis Services SP2
  • Microsoft SQL Server 2000 Analysis Services SP3

BUG #: 14016 (Plato7x)

SYMPTOMS

While a Microsoft Decision Support Objects (DSO) program can read the EstimatedRows property of the Aggregation class in the DSO library and assign a new value without receiving an error message, the value is not stored. This prevents OLAP Administrators from manually altering the EstimatedRows property in situations where they know the value generated by the partition analyzer algorithm is incorrect.

MORE INFORMATION


Analysis Services uses the EstimatedRows property to determine if an aggregation meets the size restrictions for inclusion in the aggregations for a partition or a cube. The EstimatedRows value is calculated based on the number of members at the various levels selected for the aggregation. This is the theoretical number of rows needed to store the aggregation. There are situations where the data storage for an aggregation may be considerably less than the theoretical number calculated because of data sparsity or dependencies between several dimensions. In these cases, valid aggregations that might help performance are not selected for a cube or a partition because the theoretical size of the aggregation exceeds the maximum permitted by the aggregation design algorithm.

In cases where the EstimatedRows for an aggregation are not in line with the actual rows required for an aggregation, the Analysis Services database administrator may want to change the EstimatedRows for an aggregation to more accurately reflect the actual aggregation sizes.

RESOLUTION

A supported fix is now available from Microsoft, but it is only intended to correct the problem described in this article. Only apply it to systems that are experiencing this specific problem. This fix may receive additional testing to further ensure product quality. Therefore, if you are not severely affected by this problem, Microsoft recommends that you wait for the next Microsoft SQL Server 2000 Analysis Services service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Product Support Services to obtain the fix. For a complete list of Microsoft Product Support Services phone numbers and information about support costs, visit the following Microsoft Web site: Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question. The English version of this fix has the file attributes (or later) that are listed in the following table. The dates and times for these files are listed in coordinated universal time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.
   Date         Time   Version         Size             File name
   ----------------------------------------------------------------------
   09-May-2003  22:10                      6,605 bytes  Readme.txt
   17-Apr-2003  01:29  8.0.806.0         217,668 bytes  Msmdcb80.dll     
   29-Apr-2003  18:39  8.0.0.815       4,055,616 bytes  Msmddo80.dll     
   11-Apr-2003  03:45  8.0.767.0       1,024,576 bytes  Msmdgd80.dll     
   11-Apr-2003  03:45  8.0.0.761       9,638,464 bytes  Msmdsgn80.dll    
   22-Apr-2003  14:03  8.0.813.0       1,831,492 bytes  Msmdsrv.exe      
   22-Apr-2003  14:04  8.0.813.0       2,077,264 bytes  Msolap80.dll     
				
Note Because of file dependencies, the most recent hotfix or feature that contains the files may also contain additional files.


STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

Modification Type:MinorLast Reviewed:10/25/2005
Keywords:kbHotfixServer kbQFE kbfix kbbug KB818969 kbAudDeveloper