BUG: ROLAP Cube Processing Fails with Big Numbers in Measures ColumnsID: Q219272
|
Cube processing fails when all of the following conditions apply:
The SUM is performed on the column of integers, and when the value exceeds SQL Server's valid integer range (-2147483648 to +2147483647), an arithmetic overflow occurs during internal SQL Server calculations.
Before adding the integer values in this column, first convert the data type to float, or double. This can be done by changing the Source Column property of the measure to convert (float,MyIntegerColumn). The user might also want to use MOLAP or HOLAP storage options when designing the cube. After you perform one of these actions, process the cube.
Microsoft has confirmed this to be a problem in SQL Server version 7.0.
Additional query words:
Keywords : kbSQLServ700bug
Version : winnt:7.0
Platform : winnt
Issue type : kbbug
Last Reviewed: June 22, 1999