RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ECacheError Class

ECacheError is the exception class for failures that occur when building the cache of a decision cube.

Pascal
ECacheError = class(Exception);
C++
class ECacheError : public Exception;

Mxstore

ECacheError is raised when  

The dataset for a decision cube includes too many fields. 

The dataset for a decision cube does not include the necessary summaries for computing a derived value such as an average. 

A dimension item in the dimension map specifies a date range for dimension that does not represent a date or date-time field. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!